Home
last modified time | relevance | path

Searched refs:SpaceUsedExcludingSelf (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc299 int ExtensionSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet
306 total_size += iter->second.SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelf()
313 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in RepeatedMessage_SpaceUsedExcludingSelf()
316 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet::Extension
323 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\ in SpaceUsedExcludingSelf()
Dunknown_field_set.cc77 int UnknownFieldSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::UnknownFieldSet
100 return sizeof(*this) + SpaceUsedExcludingSelf(); in SpaceUsed()
Drepeated_field.h196 int SpaceUsedExcludingSelf() const;
319 int SpaceUsedExcludingSelf() const;
524 int SpaceUsedExcludingSelf() const;
800 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function
975 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {
1198 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {
1199 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
Dunknown_field_set.h97 int SpaceUsedExcludingSelf() const;
Dgenerated_message_reflection.cc241 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf(); in SpaceUsed()
244 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf(); in SpaceUsed()
255 .SpaceUsedExcludingSelf(); \ in SpaceUsed()
273 .SpaceUsedExcludingSelf(); in SpaceUsed()
283 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in SpaceUsed()
Drepeated_field_unittest.cc96 EXPECT_EQ(field.SpaceUsedExcludingSelf(), expected_usage); in TEST()
117 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage); in TEST()
482 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage); in TEST()
Dextension_set.h414 int SpaceUsedExcludingSelf() const;
523 int SpaceUsedExcludingSelf() const;
Dextension_set_unittest.cc532 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) { in TEST() argument