HomeSort by relevance Sort by last modified time
    Searched refs:BuildJSONString (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/json/
json_writer.h 58 bool BuildJSONString(const Value& node, size_t depth);
json_writer.cc 41 bool result = writer.BuildJSONString(node, 0U);
58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) {
140 if (!BuildJSONString(*value, depth))
182 if (!BuildJSONString(itr.value(), depth + 1U))

Completed in 196 milliseconds