Lines Matching refs:BuildJSONString
46 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
202 return BuildJSONString(member, depth); in BuildJSONString()