Home
last modified time | relevance | path

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

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