Searched refs:StringSpaceUsedExcludingSelf (Results 1 – 4 of 4) sorted by relevance
77 internal::StringSpaceUsedExcludingSelf(*field.length_delimited_); in SpaceUsedExcludingSelf()
286 StringSpaceUsedExcludingSelf(*string_value); in SpaceUsedExcludingSelf()
63 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);306 return sizeof(value) + StringSpaceUsedExcludingSelf(value); in SpaceUsed()
50 int StringSpaceUsedExcludingSelf(const string& str) { in StringSpaceUsedExcludingSelf() function286 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr); in SpaceUsed()