Searched refs:omit_binary_values_ (Results 1 – 2 of 2) sorted by relevance
50 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0), in JSONWriter()97 if (omit_binary_values_ && value.type() == Value::Type::BINARY) in BuildJSONString()129 if (omit_binary_values_ && itr.value().type() == Value::Type::BINARY) { in BuildJSONString()164 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()165 return omit_binary_values_; in BuildJSONString()
54 bool omit_binary_values_; variable