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

/external/libchrome/base/json/
H A Djson_writer.cc41 bool result = writer.BuildJSONString(node, 0U);
58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { function in class:base::JSONWriter
140 if (!BuildJSONString(*value, depth))
182 if (!BuildJSONString(itr.value(), depth + 1U))

Completed in 123 milliseconds