Home
last modified time | relevance | path

Searched refs:kMaxEscapedCharsPerChar (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Descape.cc20 constexpr size_t kMaxEscapedCharsPerChar = 2; variable
22 constexpr size_t kMaxEscapedCharsPerChar = 3; variable
292 StackOrHeapBuffer dest(str.size() * kMaxEscapedCharsPerChar); in EscapeString()
300 StackOrHeapBuffer dest(str.size() * kMaxEscapedCharsPerChar); in EscapeStringToStream()