Searched refs:StringSpaceUsedExcludingSelf (Results 1 – 6 of 6) sorted by relevance
63 int StringSpaceUsedExcludingSelf(const string& str) { in StringSpaceUsedExcludingSelf() function
94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
129 internal::StringSpaceUsedExcludingSelf( in SpaceUsedExcludingSelf()
393 StringSpaceUsedExcludingSelf(*string_value); in SpaceUsedExcludingSelf()
366 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr); in SpaceUsed()
716 return static_cast<int>(sizeof(value)) + StringSpaceUsedExcludingSelf(value);