SpaceUsedExcludingSelf  396 third_party/protobuf/src/google/protobuf/extension_set.h   int SpaceUsedExcludingSelf() const;
SpaceUsedExcludingSelf  505 third_party/protobuf/src/google/protobuf/extension_set.h     int SpaceUsedExcludingSelf() const;
SpaceUsedExcludingSelf  283 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc     total_size += iter->second.SpaceUsedExcludingSelf();
SpaceUsedExcludingSelf  290 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
SpaceUsedExcludingSelf  300 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc             repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\
SpaceUsedExcludingSelf  413 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {
SpaceUsedExcludingSelf  199 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
SpaceUsedExcludingSelf  202 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
SpaceUsedExcludingSelf  213 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                           .SpaceUsedExcludingSelf();                          \
SpaceUsedExcludingSelf  231 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                               .SpaceUsedExcludingSelf();
SpaceUsedExcludingSelf  241 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                 .SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
SpaceUsedExcludingSelf  169 third_party/protobuf/src/google/protobuf/repeated_field.h   int SpaceUsedExcludingSelf() const;
SpaceUsedExcludingSelf  291 third_party/protobuf/src/google/protobuf/repeated_field.h   int SpaceUsedExcludingSelf() const;
SpaceUsedExcludingSelf  495 third_party/protobuf/src/google/protobuf/repeated_field.h   int SpaceUsedExcludingSelf() const;
SpaceUsedExcludingSelf  742 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const {
SpaceUsedExcludingSelf  908 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedPtrFieldBase::SpaceUsedExcludingSelf() const {
SpaceUsedExcludingSelf 1121 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {
SpaceUsedExcludingSelf 1122 third_party/protobuf/src/google/protobuf/repeated_field.h   return RepeatedPtrFieldBase::SpaceUsedExcludingSelf<TypeHandler>();
SpaceUsedExcludingSelf   90 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   EXPECT_EQ(field.SpaceUsedExcludingSelf(), expected_usage);
SpaceUsedExcludingSelf  110 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage);
SpaceUsedExcludingSelf  427 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage);
SpaceUsedExcludingSelf  116 third_party/protobuf/src/google/protobuf/unknown_field_set.cc   return sizeof(*this) + SpaceUsedExcludingSelf();
SpaceUsedExcludingSelf   98 third_party/protobuf/src/google/protobuf/unknown_field_set.h   int SpaceUsedExcludingSelf() const;