Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/json/
H A Djson_writer.cc68 bool JSONWriter::BuildJSONString(absl::monostate node, size_t depth) { in BuildJSONString() function in base::JSONWriter
73 bool JSONWriter::BuildJSONString(bool node, size_t depth) { in BuildJSONString() function in base::JSONWriter
78 bool JSONWriter::BuildJSONString(int node, size_t depth) { in BuildJSONString() function in base::JSONWriter
83 bool JSONWriter::BuildJSONString(double node, size_t depth) { in BuildJSONString() function in base::JSONWriter
110 bool JSONWriter::BuildJSONString(std::string_view node, size_t depth) { in BuildJSONString() function in base::JSONWriter
115 bool JSONWriter::BuildJSONString(const Value::BlobStorage& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
121 bool JSONWriter::BuildJSONString(const Value::Dict& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
175 bool JSONWriter::BuildJSONString(const Value::List& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
/aosp_15_r20/external/libchrome/base/json/
H A Djson_writer.cc58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter