HomeSort by relevance Sort by last modified time
    Searched defs:SpaceUsed (Results 1 - 14 of 14) 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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry.h 197 int SpaceUsed() const {
199 size += entry_lite_.SpaceUsed();
map_entry_lite.h 215 int SpaceUsed() const {
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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 222 // static int SpaceUsed(const Type&);
233 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
392 static int SpaceUsed(const string& value) {
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 222 // static int SpaceUsed(const Type&);
233 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
392 static int SpaceUsed(const string& value) {
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 222 // static int SpaceUsed(const Type&);
233 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
392 static int SpaceUsed(const string& value) {
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 222 // static int SpaceUsed(const Type&);
233 // implement SpaceUsed(), and thus need to call SpaceUsedExcludingSelf()
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
392 static int SpaceUsed(const string& value) {
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
    [all...]

Completed in 436 milliseconds