Searched refs:SpaceUsedExcludingSelf (Results 1 – 13 of 13) sorted by relevance
137 TEST_F(MapFieldBasePrimitiveTest, SpaceUsedExcludingSelf) { in TEST_F() argument138 EXPECT_LT(0, map_field_base_->SpaceUsedExcludingSelf()); in TEST_F()453 TEST_P(MapFieldStateTest, SpaceUsedExcludingSelf) { in TEST_P() argument454 map_field_base_->SpaceUsedExcludingSelf(); in TEST_P()
342 int ExtensionSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet349 total_size += iter->second.SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelf()356 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in RepeatedMessage_SpaceUsedExcludingSelf()359 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet::Extension366 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\ in SpaceUsedExcludingSelf()
119 int UnknownFieldSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::UnknownFieldSet143 return sizeof(*this) + SpaceUsedExcludingSelf(); in SpaceUsed()
80 int MapFieldBase::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::MapFieldBase89 return repeated_field_->SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelfNoLock()427 size += MapFieldBase::repeated_field_->SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelfNoLock()
101 int SpaceUsedExcludingSelf() const;
209 int SpaceUsedExcludingSelf() const;442 int SpaceUsedExcludingSelf() const;830 int SpaceUsedExcludingSelf() const;1250 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const {1560 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {2000 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {2001 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
488 TEST_F(UnknownFieldSetTest, SpaceUsedExcludingSelf) { in TEST_F() argument492 empty.SpaceUsedExcludingSelf()); in TEST_F()
284 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf(); in SpaceUsed()287 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf(); in SpaceUsed()298 .SpaceUsedExcludingSelf(); \ in SpaceUsed()316 .SpaceUsedExcludingSelf(); in SpaceUsed()324 GetRaw<MapFieldBase>(message, field).SpaceUsedExcludingSelf(); in SpaceUsed()330 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in SpaceUsed()
102 int SpaceUsedExcludingSelf() const;
98 EXPECT_EQ(field.SpaceUsedExcludingSelf(), expected_usage); in TEST()119 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage); in TEST()539 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage); in TEST()
438 int SpaceUsedExcludingSelf() const;559 int SpaceUsedExcludingSelf() const;
456 size += MapFieldBase::repeated_field_->SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelfNoLock()
712 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) { in TEST() argument