Searched refs:put_in_quotes (Results 1 - 2 of 2) sorted by relevance
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 112 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() argument 115 if (put_in_quotes) in EscapeJSONStringImpl() 154 if (put_in_quotes) in EscapeJSONStringImpl() 163 bool put_in_quotes, in EscapeJSONString() 165 EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString() 169 bool put_in_quotes, in EscapeJSONString() 171 EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString() 175 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString() 178 if (put_in_quotes) in EscapeBytesAsInvalidJSONString() 193 if (put_in_quotes) in EscapeBytesAsInvalidJSONString() 162 EscapeJSONString(std::string_view str, bool put_in_quotes, std::string* dest) EscapeJSONString() argument 168 EscapeJSONString(std::u16string_view str, bool put_in_quotes, std::string* dest) EscapeJSONString() argument 174 EscapeBytesAsInvalidJSONString(std::string_view str, bool put_in_quotes) EscapeBytesAsInvalidJSONString() argument [all...] |
H A D | string_escape.h | 25 // If |put_in_quotes| is true, then a leading and trailing double-quote mark 28 bool put_in_quotes, 35 bool put_in_quotes, 50 bool put_in_quotes);
|
Completed in 2 milliseconds