HomeSort by relevance Sort by last modified time
    Searched defs:SpaceUsedExcludingSelf (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 68 int UnknownFieldSet::SpaceUsedExcludingSelf() const {
90 return sizeof(*this) + SpaceUsedExcludingSelf();
extension_set_heavy.cc 235 int ExtensionSet::SpaceUsedExcludingSelf() const {
242 total_size += iter->second.SpaceUsedExcludingSelf();
249 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
252 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const {
259 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
276 // RepeatedPtrFieldBase::SpaceUsedExcludingSelf() with a different type
repeated_field.h 127 int SpaceUsedExcludingSelf() const;
169 // // Only needs to be implemented if SpaceUsedExcludingSelf() is called.
181 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
225 int SpaceUsedExcludingSelf() const;
366 int SpaceUsedExcludingSelf() const;
570 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const {
714 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {
869 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {
870 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
    [all...]

Completed in 21 milliseconds