Searched refs:SpaceUsedExcludingSelf (Results 1 – 8 of 8) sorted by relevance
299 int ExtensionSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet306 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::Extension323 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\ in SpaceUsedExcludingSelf()
77 int UnknownFieldSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::UnknownFieldSet100 return sizeof(*this) + SpaceUsedExcludingSelf(); in SpaceUsed()
196 int SpaceUsedExcludingSelf() const;319 int SpaceUsedExcludingSelf() const;524 int SpaceUsedExcludingSelf() const;800 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function975 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {1198 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {1199 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
97 int SpaceUsedExcludingSelf() const;
241 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()
96 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()
414 int SpaceUsedExcludingSelf() const;523 int SpaceUsedExcludingSelf() const;
532 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) { in TEST() argument