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()131 if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY) in BuildJSONString()163 if (omit_binary_values_ && in BuildJSONString()199 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()200 return omit_binary_values_; in BuildJSONString()
61 bool omit_binary_values_; variable