class ScopedString
Defined at line 19 of file ../../third_party/scudo/src/string_utils.h
Public Methods
void ScopedString ()
Defined at line 21 of file ../../third_party/scudo/src/string_utils.h
uptr length ()
Defined at line 22 of file ../../third_party/scudo/src/string_utils.h
const char * data ()
Defined at line 23 of file ../../third_party/scudo/src/string_utils.h
void clear ()
Defined at line 24 of file ../../third_party/scudo/src/string_utils.h
void vappend (const char * Format, va_list & Args)
void append (const char * Format)
void output ()
Defined at line 30 of file ../../third_party/scudo/src/string_utils.h
void reserve (size_t Size)
Defined at line 31 of file ../../third_party/scudo/src/string_utils.h
uptr capacity ()
Defined at line 32 of file ../../third_party/scudo/src/string_utils.h