Home
last modified time | relevance | path

Searched defs:EscapeJSONString (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/json/
Dstring_escape.cc115 bool EscapeJSONString(StringPiece str, bool put_in_quotes, std::string* dest) { in EscapeJSONString() function
119 bool EscapeJSONString(StringPiece16 str, in EscapeJSONString() function
/external/libchrome/base/json/
Dstring_escape.cc119 bool EscapeJSONString(StringPiece str, bool put_in_quotes, std::string* dest) { in EscapeJSONString() function
123 bool EscapeJSONString(StringPiece16 str, in EscapeJSONString() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1856 static std::string EscapeJSONString(absl::string_view raw) { in AddState() function