Home
last modified time | relevance | path

Searched refs:omit_binary_values_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/json/
Djson_writer.cc50 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0), in JSONWriter()
131 if (omit_binary_values_ && value.type() == Value::Type::BINARY) in BuildJSONString()
163 if (omit_binary_values_ && itr.value().type() == Value::Type::BINARY) { in BuildJSONString()
198 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()
199 return omit_binary_values_; in BuildJSONString()
Djson_writer.h63 bool omit_binary_values_; variable