Home
last modified time | relevance | path

Searched defs:BuildJSONString (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/json/
Djson_writer.cc67 bool JSONWriter::BuildJSONString(absl::monostate node, size_t depth) { in BuildJSONString() function in base::JSONWriter
72 bool JSONWriter::BuildJSONString(bool node, size_t depth) { in BuildJSONString() function in base::JSONWriter
77 bool JSONWriter::BuildJSONString(int node, size_t depth) { in BuildJSONString() function in base::JSONWriter
82 bool JSONWriter::BuildJSONString(double node, size_t depth) { in BuildJSONString() function in base::JSONWriter
109 bool JSONWriter::BuildJSONString(StringPiece node, size_t depth) { in BuildJSONString() function in base::JSONWriter
114 bool JSONWriter::BuildJSONString(const Value::BlobStorage& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
120 bool JSONWriter::BuildJSONString(const Value::Dict& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
174 bool JSONWriter::BuildJSONString(const Value::List& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
/external/libchrome/base/json/
Djson_writer.cc58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter