Searched defs:put_in_quotes (Results 1 - 1 of 1) 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 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...] |
Completed in 1 milliseconds