Searched refs:BuildJSONString (Results 1 – 4 of 4) sorted by relevance
/external/libweave/third_party/chromium/base/json/ |
D | json_writer.cc | 41 bool result = writer.BuildJSONString(node, 0U); in WriteWithOptions() 58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter 142 if (!BuildJSONString(*value, depth)) in BuildJSONString() 184 if (!BuildJSONString(itr.value(), depth + 1U)) in BuildJSONString()
|
D | json_writer.h | 56 bool BuildJSONString(const Value& node, size_t depth);
|
/external/libchrome/base/json/ |
D | json_writer.cc | 41 bool result = writer.BuildJSONString(node, 0U); in WriteWithOptions() 58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() function in base::JSONWriter 142 if (!BuildJSONString(*value, depth)) in BuildJSONString() 184 if (!BuildJSONString(itr.value(), depth + 1U)) in BuildJSONString()
|
D | json_writer.h | 56 bool BuildJSONString(const Value& node, size_t depth);
|