Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/json/
H A Dstring_escape.cc116 bool EscapeJSONString(std::string_view str, in EscapeJSONString() function
122 bool EscapeJSONString(std::u16string_view str, in EscapeJSONString() function
/aosp_15_r20/external/libchrome/base/json/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc1856 static std::string EscapeJSONString(absl::string_view raw) { in AddState() function