Searched defs:SpaceUsedExcludingSelf (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc77 int UnknownFieldSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::UnknownFieldSet
100 return sizeof(*this) + SpaceUsedExcludingSelf();
H A Dextension_set_heavy.cc299 int ExtensionSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet
306 total_size += iter->second.SpaceUsedExcludingSelf();
313 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
316 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet::Extension
323 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
340 // RepeatedPtrFieldBase::SpaceUsedExcludingSelf() with a different type
H A Drepeated_field.h196 int SpaceUsedExcludingSelf() const;
248 // // Only needs to be implemented if SpaceUsedExcludingSelf() is called.
260 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
319 int SpaceUsedExcludingSelf() const;
524 int SpaceUsedExcludingSelf() const;
800 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedField
975 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1198 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedPtrField
1199 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();

Completed in 102 milliseconds