Home
last modified time | relevance | path

Searched refs:stringView (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DStringView.h268 CStrWrapper(StringView stringView) : mStringView(stringView) {} in CStrWrapper() argument
293 inline CStrWrapper c_str(StringView stringView) { in c_str() argument
294 return CStrWrapper(stringView); in c_str()