Home | History | Annotate | Download | only in protobuf

Lines Matching refs:is_packed

95       : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
100 bool is_packed;
173 bool is_repeated, bool is_packed);
176 bool is_repeated, bool is_packed,
180 bool is_repeated, bool is_packed,
509 bool is_packed;
549 // extension->is_packed (whether packed=true is specified).
557 // extension->is_packed (whether packed=true is specified).
716 bool is_packed, Type value, ExtensionSet* set);
722 bool is_packed, ExtensionSet* set);
762 int number, FieldType field_type, bool is_packed, \
764 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
784 bool is_packed, \
787 set->MutableRawRepeatedField(number, field_type, is_packed, NULL)); \
846 bool /*is_packed*/, const string& value,
862 bool is_packed, ExtensionSet* set) {
865 is_packed, NULL));
921 bool is_packed, ConstType value, ExtensionSet* set) {
923 set->AddEnum(number, field_type, is_packed, value, NULL);
938 bool is_packed,
941 set->MutableRawRepeatedField(number, field_type, is_packed, NULL));
1026 bool is_packed,
1029 set->MutableRawRepeatedField(number, field_type, is_packed, NULL));
1077 FieldType field_type, bool is_packed>
1107 // below, so that "field_type" and "is_packed" can be used as field names.