Searched refs:suppress_empty_list_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 67 suppress_empty_list_(false), in DefaultValueObjectWriter() 214 suppress_empty_list_(suppress_empty_list), in Node() 251 if (suppress_empty_list_ && is_placeholder_) return; in WriteTo() 392 true, path, suppress_empty_list_, preserve_proto_field_names_, in PopulateChildren() 496 suppress_empty_list_, preserve_proto_field_names_, use_ints_for_enums_, in StartObject() 514 suppress_empty_list_, preserve_proto_field_names_, in StartObject() 547 suppress_empty_list_, preserve_proto_field_names_, use_ints_for_enums_, in StartList() 558 suppress_empty_list_, preserve_proto_field_names_, use_ints_for_enums_, in StartList() 620 suppress_empty_list_, preserve_proto_field_names_, in RenderDataPiece()
|
D | default_value_objectwriter.h | 130 void set_suppress_empty_list(bool value) { suppress_empty_list_ = value; } in set_suppress_empty_list() 234 bool suppress_empty_list_; variable 312 bool suppress_empty_list_; variable
|