Home
last modified time | relevance | path

Searched defs:StringView (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DStringView.h72 constexpr StringView() : mString(""), mSize(0U) {} in StringView() function
74 constexpr StringView(const StringView& other) : in StringView() function
88 constexpr StringView(const char (&buf)[size]) : in StringView() function
95 constexpr StringView(char (&buf)[size]) : in StringView() function
110 constexpr StringView(const Char* const & string) : in StringView() function
113 StringView(const std::string& str) : in StringView() function
116 constexpr StringView(const char* str, size_t len) in StringView() function
119 constexpr StringView(const char* begin, const char* end) in StringView() function
122 constexpr StringView(std::nullptr_t) : in StringView() function
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dstring_view.h38 StringView() : data_(nullptr), size_(0) {} in StringView() function
41 StringView(const char* data, size_t size) : data_(data), size_(size) { in StringView() function
48 StringView(const T& x) : StringView(x.data, x.size) { in StringView() function
54 StringView(const char* cstr) : data_(cstr), size_(strlen(cstr)) { in StringView() function
60 explicit StringView(const std::string& str) in StringView() function
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc2762 class StringView { class
2766 StringView() : data_(nullptr), size_(0) {} in StringView() function in perfetto::base::StringView
2769 StringView(const char* data, size_t size) : data_(data), size_(size) { in StringView() function in perfetto::base::StringView
2776 StringView(const T& x) : StringView(x.data, x.size) { in StringView() function in perfetto::base::StringView
2782 StringView(const char* cstr) : data_(cstr), size_(strlen(cstr)) { in StringView() function in perfetto::base::StringView
2788 explicit StringView(const std::string& str) in StringView() function in perfetto::base::StringView
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp4247 class StringView { class
4251 StringView() : data_(nullptr), size_(0) {} in StringView() function in perfetto::base::StringView
4254 StringView(const char* data, size_t size) : data_(data), size_(size) { in StringView() function in perfetto::base::StringView
4261 StringView(const T& x) : StringView(x.data, x.size) { in StringView() function in perfetto::base::StringView
4267 StringView(const char* cstr) : data_(cstr), size_(strlen(cstr)) { in StringView() function in perfetto::base::StringView
4273 explicit StringView(const std::string& str) in StringView() function in perfetto::base::StringView