Searched defs:first_value_has_been_output (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/json/
H A Djson_writer.cc127 bool first_value_has_been_output = false; local
134 if (first_value_has_been_output) {
143 first_value_has_been_output = true;
158 bool first_value_has_been_output = false; local
168 if (first_value_has_been_output) {
185 first_value_has_been_output = true;

Completed in 217 milliseconds