class DynamicString
Defined at line 48 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h
A explicit wrapper for marking strings as dynamic to ensure that perfetto
doesn't try to cache the pointer value.
Public Members
const char * value
size_t length
Public Methods
void DynamicString (const std::string & str)
Defined at line 50 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h
void DynamicString (const char * str)
Defined at line 52 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h
void DynamicString (const char * str, size_t len)
Defined at line 56 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h
void DynamicString ()
Defined at line 57 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h
bool operator bool ()
Defined at line 59 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h