Searched refs:kMaxEscapedCharsPerChar (Results 1 – 1 of 1) sorted by relevance
20 constexpr size_t kMaxEscapedCharsPerChar = 2; variable22 constexpr size_t kMaxEscapedCharsPerChar = 3; variable292 StackOrHeapBuffer dest(str.size() * kMaxEscapedCharsPerChar); in EscapeString()300 StackOrHeapBuffer dest(str.size() * kMaxEscapedCharsPerChar); in EscapeStringToStream()