Searched defs:EscapeJSONString (Results 1 – 3 of 3) sorted by relevance
115 bool EscapeJSONString(StringPiece str, bool put_in_quotes, std::string* dest) { in EscapeJSONString() function119 bool EscapeJSONString(StringPiece16 str, in EscapeJSONString() function
119 bool EscapeJSONString(StringPiece str, bool put_in_quotes, std::string* dest) { in EscapeJSONString() function123 bool EscapeJSONString(StringPiece16 str, in EscapeJSONString() function
1856 static std::string EscapeJSONString(absl::string_view raw) { in AddState() function