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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc93 int UnknownFieldSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::UnknownFieldSet
116 return sizeof(*this) + SpaceUsedExcludingSelf();
H A Drepeated_field.h169 int SpaceUsedExcludingSelf() const;
221 // // Only needs to be implemented if SpaceUsedExcludingSelf() is called.
233 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
291 int SpaceUsedExcludingSelf() const;
495 int SpaceUsedExcludingSelf() const;
742 inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedField
908 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1121 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedPtrField
1122 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
H A Dextension_set_heavy.cc276 int ExtensionSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet
283 total_size += iter->second.SpaceUsedExcludingSelf();
290 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
293 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet::Extension
300 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
317 // RepeatedPtrFieldBase::SpaceUsedExcludingSelf() with a different type
H A Dunknown_field_set.h98 int SpaceUsedExcludingSelf() const;
H A Dgenerated_message_reflection.cc199 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
202 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
213 .SpaceUsedExcludingSelf(); \
231 .SpaceUsedExcludingSelf();
241 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
H A Dextension_set.h396 int SpaceUsedExcludingSelf() const;
505 int SpaceUsedExcludingSelf() const;
H A Drepeated_field_unittest.cc90 EXPECT_EQ(field.SpaceUsedExcludingSelf(), expected_usage);
110 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage);
427 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage);
H A Dextension_set_unittest.cc413 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc68 int UnknownFieldSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::UnknownFieldSet
90 return sizeof(*this) + SpaceUsedExcludingSelf();
H A Dextension_set_heavy.cc235 int ExtensionSet::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet
242 total_size += iter->second.SpaceUsedExcludingSelf();
249 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
252 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::ExtensionSet::Extension
259 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
276 // RepeatedPtrFieldBase::SpaceUsedExcludingSelf() with a different type
H A Drepeated_field.h127 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 { function in class:google::protobuf::RepeatedField
714 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
869 inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const { function in class:google::protobuf::RepeatedPtrField
870 return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
H A Dunknown_field_set.h83 int SpaceUsedExcludingSelf() const;
H A Drepeated_field_unittest.cc80 EXPECT_EQ(field.SpaceUsedExcludingSelf(), 0);
90 EXPECT_EQ(field.SpaceUsedExcludingSelf(), 0);
109 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage);
321 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage);
H A Dgenerated_message_reflection.cc214 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
217 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
228 .SpaceUsedExcludingSelf(); \
246 .SpaceUsedExcludingSelf();
256 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
H A Dextension_set.h380 int SpaceUsedExcludingSelf() const;
451 int SpaceUsedExcludingSelf() const;
H A Dextension_set_unittest.cc336 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {

Completed in 320 milliseconds