Searched defs:InternalScopedString (Results 1 – 4 of 4) sorted by relevance
330 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument
555 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
559 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
613 InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; } in InternalScopedString() function