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

  /external/protobuf/src/google/protobuf/
arena.cc 242 uint64 Arena::SpaceUsed() const {
unknown_field_set.cc 147 total_size += field.group_->SpaceUsed();
156 int UnknownFieldSet::SpaceUsed() const {
map_entry.h 197 int SpaceUsed() const {
199 size += entry_lite_.SpaceUsed();
map_entry_lite.h 215 int SpaceUsed() const {
message.cc 163 int Message::SpaceUsed() const {
164 return GetReflection()->SpaceUsed(*this);
generated_message_reflection.cc 278 int GeneratedMessageReflection::SpaceUsed(const Message& message) const {
381 total_size += sub_message->SpaceUsed();
    [all...]
repeated_field.h 367 // static int SpaceUsed(const Type&);
378 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
583 static inline int SpaceUsed(const GenericType& value) {
584 return value.SpaceUsed();
679 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
717 static int SpaceUsed(const string& value) {
    [all...]

Completed in 7716 milliseconds