Home
last modified time | relevance | path

Searched refs:ToIntSize (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h119 return internal::ToIntSize(SpaceUsedExcludingSelfLong()); in SpaceUsedExcludingSelf()
125 int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } in SpaceUsed()
Dmessage_lite.h106 inline int ToIntSize(size_t size) { in ToIntSize() function
420 int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } in ByteSize()
Dmessage.h299 int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } in SpaceUsed()
437 return internal::ToIntSize(SpaceUsedLong(message)); in SpaceUsed()
Dmap_field.h322 return internal::ToIntSize(SpaceUsedExcludingSelfLong()); in SpaceUsedExcludingSelf()
Drepeated_field.h292 return internal::ToIntSize(SpaceUsedExcludingSelfLong()); in SpaceUsedExcludingSelf()
1037 return internal::ToIntSize(SpaceUsedExcludingSelfLong());
Dextension_set.h532 virtual int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } in ByteSize()