Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunknown_field_set.h122 return internal::ToIntSize(SpaceUsedExcludingSelfLong()); in SpaceUsedExcludingSelf()
128 int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } in SpaceUsed()
Dmessage_lite.h104 inline int ToIntSize(size_t size) { in ToIntSize() function
405 int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } in ByteSize()
Dmessage.h277 int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } in SpaceUsed()
416 return internal::ToIntSize(SpaceUsedLong(message)); in SpaceUsed()
Dmap_field.h113 return internal::ToIntSize(SpaceUsedExcludingSelfLong()); in SpaceUsedExcludingSelf()
Drepeated_field.h246 return internal::ToIntSize(SpaceUsedExcludingSelfLong()); in SpaceUsedExcludingSelf()
921 return internal::ToIntSize(SpaceUsedExcludingSelfLong());
Dextension_set.h531 virtual int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } in ByteSize()