Searched refs:omit_binary_values_ (Results 1 – 4 of 4) sorted by relevance
50 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0), in JSONWriter()133 if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY) in BuildJSONString()165 if (omit_binary_values_ && in BuildJSONString()201 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()202 return omit_binary_values_; in BuildJSONString()
61 bool omit_binary_values_; variable