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

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

Completed in 292 milliseconds