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

/external/chromium_org/base/json/
H A Djson_writer.h53 bool BuildJSONString(const Value* const node, size_t depth);
H A Djson_writer.cc36 bool result = writer.BuildJSONString(node, 0U);
53 bool JSONWriter::BuildJSONString(const Value* const node, size_t depth) { function in class:base::JSONWriter
137 if (!BuildJSONString(value, depth))
179 if (!BuildJSONString(&itr.value(), depth + 1U))

Completed in 1379 milliseconds