Searched refs:SpaceUsedExcludingSelf (Results 1 – 8 of 8) sorted by relevance
235 int ExtensionSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet242 total_size += iter->second.SpaceUsedExcludingSelf(); in SpaceUsedExcludingSelf()249 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in RepeatedMessage_SpaceUsedExcludingSelf()252 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::internal::ExtensionSet::Extension259 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\ in SpaceUsedExcludingSelf()
68 int UnknownFieldSet::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function in google::protobuf::UnknownFieldSet90 return sizeof(*this) + SpaceUsedExcludingSelf(); in SpaceUsed()
127 int SpaceUsedExcludingSelf() const;225 int SpaceUsedExcludingSelf() const;366 int SpaceUsedExcludingSelf() const;570 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function714 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function869 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() function870 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>(); in SpaceUsedExcludingSelf()
214 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf(); in SpaceUsed()217 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf(); in SpaceUsed()228 .SpaceUsedExcludingSelf(); \ in SpaceUsed()246 .SpaceUsedExcludingSelf(); in SpaceUsed()256 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >(); in SpaceUsed()
83 int SpaceUsedExcludingSelf() const;
80 EXPECT_EQ(field.SpaceUsedExcludingSelf(), 0); in TEST()90 EXPECT_EQ(field.SpaceUsedExcludingSelf(), 0); in TEST()109 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage); in TEST()321 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage); in TEST()
380 int SpaceUsedExcludingSelf() const;451 int SpaceUsedExcludingSelf() const;
336 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) { in TEST() argument