Searched defs:SpaceUsed (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc80 total_size += field.group_->SpaceUsed();
89 int UnknownFieldSet::SpaceUsed() const { function in class:google::protobuf::UnknownFieldSet
H A Dmessage.cc157 int Message::SpaceUsed() const { function in class:google::protobuf::Message
158 return GetReflection()->SpaceUsed(*this);
H A Drepeated_field.h170 // static int SpaceUsed(const Type&);
181 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
277 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); } function in class:google::protobuf::internal::GenericTypeHandler
288 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
305 static int SpaceUsed(const string& value) { function in class:google::protobuf::internal::StringTypeHandler
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
H A Dgenerated_message_reflection.cc208 int GeneratedMessageReflection::SpaceUsed(const Message& message) const { function in class:google::protobuf::internal::GeneratedMessageReflection
301 total_size += sub_message->SpaceUsed();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc106 total_size += field.group_->SpaceUsed();
115 int UnknownFieldSet::SpaceUsed() const { function in class:google::protobuf::UnknownFieldSet
H A Dmessage.cc158 int Message::SpaceUsed() const { function in class:google::protobuf::Message
159 return GetReflection()->SpaceUsed(*this);
H A Dgenerated_message_reflection.cc193 int GeneratedMessageReflection::SpaceUsed(const Message& message) const { function in class:google::protobuf::internal::GeneratedMessageReflection
286 total_size += sub_message->SpaceUsed();
H A Drepeated_field.h222 // static int SpaceUsed(const Type&);
233 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); } function in class:google::protobuf::internal::GenericTypeHandler
372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
392 static int SpaceUsed(const string& value) { function in class:google::protobuf::internal::StringTypeHandler
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));

Completed in 142 milliseconds