is_packed 432 third_party/protobuf/src/google/protobuf/descriptor.h bool is_packed() const; // shorthand for is_packable() && is_packed 114 third_party/protobuf/src/google/protobuf/extension_set.cc bool is_repeated, bool is_packed) { is_packed 118 third_party/protobuf/src/google/protobuf/extension_set.cc ExtensionInfo info(type, is_repeated, is_packed); is_packed 137 third_party/protobuf/src/google/protobuf/extension_set.cc bool is_repeated, bool is_packed, is_packed 140 third_party/protobuf/src/google/protobuf/extension_set.cc ExtensionInfo info(type, is_repeated, is_packed); is_packed 149 third_party/protobuf/src/google/protobuf/extension_set.cc bool is_repeated, bool is_packed, is_packed 153 third_party/protobuf/src/google/protobuf/extension_set.cc ExtensionInfo info(type, is_repeated, is_packed); is_packed 288 third_party/protobuf/src/google/protobuf/extension_set.cc extension->is_packed = packed; \ is_packed 292 third_party/protobuf/src/google/protobuf/extension_set.cc GOOGLE_DCHECK_EQ(extension->is_packed, packed); \ is_packed 365 third_party/protobuf/src/google/protobuf/extension_set.cc extension->is_packed = packed; is_packed 369 third_party/protobuf/src/google/protobuf/extension_set.cc GOOGLE_DCHECK_EQ(extension->is_packed, packed); is_packed 425 third_party/protobuf/src/google/protobuf/extension_set.cc extension->is_packed = false; is_packed 695 third_party/protobuf/src/google/protobuf/extension_set.cc extension->is_packed = other_extension.is_packed; is_packed 699 third_party/protobuf/src/google/protobuf/extension_set.cc GOOGLE_DCHECK_EQ(extension->is_packed, other_extension.is_packed); is_packed 777 third_party/protobuf/src/google/protobuf/extension_set.cc extension->is_packed = other_extension.is_packed; is_packed 794 third_party/protobuf/src/google/protobuf/extension_set.cc GOOGLE_DCHECK_EQ(extension->is_packed,other_extension.is_packed); is_packed 866 third_party/protobuf/src/google/protobuf/extension_set.cc } else if (extension->is_packed) { is_packed 892 third_party/protobuf/src/google/protobuf/extension_set.cc if (extension.is_packed) { is_packed 1146 third_party/protobuf/src/google/protobuf/extension_set.cc if (is_packed) { is_packed 1256 third_party/protobuf/src/google/protobuf/extension_set.cc if (is_packed) { is_packed 93 third_party/protobuf/src/google/protobuf/extension_set.h : type(type_param), is_repeated(isrepeated), is_packed(ispacked), is_packed 98 third_party/protobuf/src/google/protobuf/extension_set.h bool is_packed; is_packed 167 third_party/protobuf/src/google/protobuf/extension_set.h bool is_repeated, bool is_packed); is_packed 170 third_party/protobuf/src/google/protobuf/extension_set.h bool is_repeated, bool is_packed, is_packed 174 third_party/protobuf/src/google/protobuf/extension_set.h bool is_repeated, bool is_packed, is_packed 475 third_party/protobuf/src/google/protobuf/extension_set.h bool is_packed; is_packed 645 third_party/protobuf/src/google/protobuf/extension_set.h bool is_packed, Type value, ExtensionSet* set); is_packed 667 third_party/protobuf/src/google/protobuf/extension_set.h int number, FieldType field_type, bool is_packed, \ is_packed 669 third_party/protobuf/src/google/protobuf/extension_set.h set->Add##METHOD(number, field_type, is_packed, value, NULL); \ is_packed 767 third_party/protobuf/src/google/protobuf/extension_set.h bool is_packed, ConstType value, ExtensionSet* set) { is_packed 769 third_party/protobuf/src/google/protobuf/extension_set.h set->AddEnum(number, field_type, is_packed, value, NULL); is_packed 843 third_party/protobuf/src/google/protobuf/extension_set.h FieldType field_type, bool is_packed> is_packed 145 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc extension->is_packed = false; is_packed 229 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc output->is_packed = extension->options().packed(); is_packed 372 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc if (is_packed) { is_packed 456 third_party/protobuf/src/google/protobuf/wire_format.cc const bool is_packed = field->options().packed(); is_packed 457 third_party/protobuf/src/google/protobuf/wire_format.cc if (is_packed && count > 0) { is_packed 473 third_party/protobuf/src/google/protobuf/wire_format.cc if (is_packed) { \ is_packed 518 third_party/protobuf/src/google/protobuf/wire_format.cc if (is_packed) {