HomeSort by relevance Sort by last modified time
    Searched defs:SpaceUsed (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 80 total_size += field.group_->SpaceUsed();
89 int UnknownFieldSet::SpaceUsed() const {
message.cc 156 int Message::SpaceUsed() const {
157 return GetReflection()->SpaceUsed(*this);
generated_message_reflection.cc 208 int GeneratedMessageReflection::SpaceUsed(const Message& message) const {
301 total_size += sub_message->SpaceUsed();
    [all...]
repeated_field.h 170 // static int SpaceUsed(const Type&);
181 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
277 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
288 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
305 static int SpaceUsed(const string& value) {
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
    [all...]

Completed in 35 milliseconds