Searched defs:put_in_quotes (Results 1 – 3 of 3) sorted by relevance
81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl()118 bool put_in_quotes, in EscapeJSONString()124 bool put_in_quotes, in EscapeJSONString()144 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString()
81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl()118 bool put_in_quotes, in EscapeJSONString()131 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString()
57 bool put_in_quotes = true; in AppendAsTraceFormat() local