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()
319 int ExtensionSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet326 total_size += iter->second.SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelf()333 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in RepeatedMessage_SpaceUsedExcludingSelf()336 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet::Extension343 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\ in SpaceUsedExcludingSelf()
133 int UnknownFieldSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::UnknownFieldSet157 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;832 int SpaceUsedExcludingSelf() const;1252 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const {1562 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {2002 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {2003 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()
427 int SpaceUsedExcludingSelf() const;539 int SpaceUsedExcludingSelf() const;
456 size += MapFieldBase::repeated_field_->SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelfNoLock()
644 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) { in TEST() argument