Home | History | Annotate | Download | only in protobuf

Lines Matching defs:is_packed

93       : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
98 bool is_packed;
167 bool is_repeated, bool is_packed);
170 bool is_repeated, bool is_packed,
174 bool is_repeated, bool is_packed,
473 bool is_packed;
643 bool is_packed, Type value, ExtensionSet* set);
665 int number, FieldType field_type, bool is_packed, \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
720 bool /*is_packed*/, const string& value,
765 bool is_packed, ConstType value, ExtensionSet* set) {
767 set->AddEnum(number, field_type, is_packed, value, NULL);
841 FieldType field_type, bool is_packed>
871 // below, so that "field_type" and "is_packed" can be used as field names.