OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildJSONString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/json/
json_writer.h
53
bool
BuildJSONString
(const Value* const node, size_t depth);
json_writer.cc
36
bool result = writer.
BuildJSONString
(node, 0U);
53
bool JSONWriter::
BuildJSONString
(const Value* const node, size_t depth) {
137
if (!
BuildJSONString
(value, depth))
179
if (!
BuildJSONString
(&itr.value(), depth + 1U))
Completed in 179 milliseconds