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

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc90 total_size += field.group_->SpaceUsed();
99 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.cc235 int GeneratedMessageReflection::SpaceUsed(const Message& message) const { function in class:google::protobuf::internal::GeneratedMessageReflection
331 total_size += sub_message->SpaceUsed();
H A Drepeated_field.h249 // static int SpaceUsed(const Type&);
260 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
369 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); } function in class:google::protobuf::internal::GenericTypeHandler
400 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
420 static int SpaceUsed(const string& value) { function in class:google::protobuf::internal::StringTypeHandler
979 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));

Completed in 396 milliseconds