Home
last modified time | relevance | path

Searched refs:BuildJSONString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/json/
H A Djson_writer.cc46 return writer.BuildJSONString(member, 0); in WriteWithOptions()
68 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
158 return BuildJSONString(member, depth); in BuildJSONString()
175 bool JSONWriter::BuildJSONString(const Value::List& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
[all …]
H A Djson_writer.h105 bool BuildJSONString(absl::monostate node, size_t depth);
106 bool BuildJSONString(bool node, size_t depth);
107 bool BuildJSONString(int node, size_t depth);
108 bool BuildJSONString(double node, size_t depth);
109 bool BuildJSONString(std::string_view node, size_t depth);
110 bool BuildJSONString(const Value::BlobStorage& node, size_t depth);
111 bool BuildJSONString(const Value::Dict& node, size_t depth);
112 bool BuildJSONString(const Value::List& node, size_t depth);
/aosp_15_r20/external/libchrome/base/json/
H A Djson_writer.cc41 bool result = writer.BuildJSONString(node, 0U); in WriteWithOptions()
58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
140 if (!BuildJSONString(value, depth)) in BuildJSONString()
181 if (!BuildJSONString(itr.value(), depth + 1U)) in BuildJSONString()
H A Djson_writer.h58 bool BuildJSONString(const Value& node, size_t depth);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/json/
Djson_writer.h61 bool BuildJSONString(const Value& node, size_t depth);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/json/
Djson_writer.h61 bool BuildJSONString(const Value& node, size_t depth);