Searched defs:InternalScopedString (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h96 class InternalScopedString : public InternalScopedBuffer<char> { class in namespace:__sanitizer
98 explicit InternalScopedString(uptr max_length) function in class:__sanitizer::InternalScopedString
173 void PrintSourceLocation(InternalScopedString *buffer, const char *file,
175 void PrintModuleAndOffset(InternalScopedString *buffer,

Completed in 74 milliseconds