Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup_fuchsia.cpp75 void MarkupStackTracePrinter::RenderContext(InternalScopedString *) {} in RenderContext() argument
H A Dsanitizer_common.h642 InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; } InternalScopedString() function