OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 56 milliseconds