Searched refs:SpaceUsedExcludingSelf (Results 1 - 13 of 13) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmap_field_test.cc137 TEST_F(MapFieldBasePrimitiveTest, SpaceUsedExcludingSelf) {
138 EXPECT_LT(0, map_field_base_->SpaceUsedExcludingSelf());
453 TEST_P(MapFieldStateTest, SpaceUsedExcludingSelf) {
454 map_field_base_->SpaceUsedExcludingSelf();
H A Dunknown_field_set.cc133 int UnknownFieldSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::UnknownFieldSet
157 return sizeof(*this) + SpaceUsedExcludingSelf();
H A Dextension_set_heavy.cc319 int ExtensionSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet
326 total_size += iter->second.SpaceUsedExcludingSelf();
333 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
336 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet::Extension
343 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
360 // RepeatedPtrFieldBase::SpaceUsedExcludingSelf() with a different type
H A Dmap_field.cc80 int MapFieldBase::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::MapFieldBase
89 return repeated_field_->SpaceUsedExcludingSelf();
427 size += MapFieldBase::repeated_field_->SpaceUsedExcludingSelf();
H A Dunknown_field_set.h101 int SpaceUsedExcludingSelf() const;
H A Dunknown_field_set_unittest.cc488 TEST_F(UnknownFieldSetTest, SpaceUsedExcludingSelf) {
492 empty.SpaceUsedExcludingSelf());
H A Dmap_field.h102 int SpaceUsedExcludingSelf() const;
H A Drepeated_field.h209 int SpaceUsedExcludingSelf() const;
366 // // Only needs to be implemented if SpaceUsedExcludingSelf() is called.
378 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
442 int SpaceUsedExcludingSelf() const;
832 int SpaceUsedExcludingSelf() const;
1252 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedField
1562 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
2002 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedPtrField
2003 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
H A Dgenerated_message_reflection.cc284 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
287 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
298 .SpaceUsedExcludingSelf(); \
316 .SpaceUsedExcludingSelf();
324 GetRaw<MapFieldBase>(message, field).SpaceUsedExcludingSelf();
330 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
H A Drepeated_field_unittest.cc98 EXPECT_EQ(field.SpaceUsedExcludingSelf(), expected_usage);
119 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage);
539 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage);
H A Dmap_field_inl.h456 size += MapFieldBase::repeated_field_->SpaceUsedExcludingSelf();
H A Dextension_set.h427 int SpaceUsedExcludingSelf() const;
539 int SpaceUsedExcludingSelf() const;
H A Dextension_set_unittest.cc644 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {

Completed in 577 milliseconds