Searched defs:BuildJSONString (Results 1 – 2 of 2) sorted by relevance
67 bool JSONWriter::BuildJSONString(absl::monostate node, size_t depth) { in BuildJSONString() function in base::JSONWriter72 bool JSONWriter::BuildJSONString(bool node, size_t depth) { in BuildJSONString() function in base::JSONWriter77 bool JSONWriter::BuildJSONString(int node, size_t depth) { in BuildJSONString() function in base::JSONWriter82 bool JSONWriter::BuildJSONString(double node, size_t depth) { in BuildJSONString() function in base::JSONWriter109 bool JSONWriter::BuildJSONString(StringPiece node, size_t depth) { in BuildJSONString() function in base::JSONWriter114 bool JSONWriter::BuildJSONString(const Value::BlobStorage& node, size_t depth) { in BuildJSONString() function in base::JSONWriter120 bool JSONWriter::BuildJSONString(const Value::Dict& node, size_t depth) { in BuildJSONString() function in base::JSONWriter174 bool JSONWriter::BuildJSONString(const Value::List& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter