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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.cc 93 int UnknownFieldSet::SpaceUsedExcludingSelf() const {
116 return sizeof(*this) + SpaceUsedExcludingSelf();
unknown_field_set.h 98 int SpaceUsedExcludingSelf() const;
repeated_field.h 169 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 {
908 inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {
    [all...]
extension_set_heavy.cc 276 int ExtensionSet::SpaceUsedExcludingSelf() const {
283 total_size += iter->second.SpaceUsedExcludingSelf();
290 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
293 int ExtensionSet::Extension::SpaceUsedExcludingSelf() const {
300 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
317 // RepeatedPtrFieldBase::SpaceUsedExcludingSelf() with a different type
generated_message_reflection.cc 199 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
202 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
213 .SpaceUsedExcludingSelf(); \
231 .SpaceUsedExcludingSelf();
241 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
    [all...]
extension_set.h 396 int SpaceUsedExcludingSelf() const;
505 int SpaceUsedExcludingSelf() const;
    [all...]
repeated_field_unittest.cc 90 EXPECT_EQ(field.SpaceUsedExcludingSelf(), expected_usage);
110 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage);
427 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage);
    [all...]
extension_set_unittest.cc 413 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {
  /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...]
unknown_field_set.h 83 int SpaceUsedExcludingSelf() const;
repeated_field_unittest.cc 80 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);
generated_message_reflection.cc 214 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
217 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
228 .SpaceUsedExcludingSelf(); \
246 .SpaceUsedExcludingSelf();
256 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
    [all...]
extension_set.h 380 int SpaceUsedExcludingSelf() const;
451 int SpaceUsedExcludingSelf() const;
    [all...]
extension_set_unittest.cc 336 TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {

Completed in 2673 milliseconds