Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_writer.cc41 bool result = writer.BuildJSONString(node, 0U); in WriteWithOptions()
56 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter
106 if (!BuildJSONString(value, depth)) in BuildJSONString()
147 if (!BuildJSONString(itr.value(), depth + 1U)) in BuildJSONString()
Djson_writer.h49 bool BuildJSONString(const Value& node, size_t depth);