Searched refs:StringSpaceUsedExcludingSelf (Results 1 – 5 of 5) sorted by relevance
94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
86 internal::StringSpaceUsedExcludingSelf( in SpaceUsedExcludingSelf()
51 int StringSpaceUsedExcludingSelf(const string& str) { in StringSpaceUsedExcludingSelf() function316 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr); in SpaceUsed()
350 StringSpaceUsedExcludingSelf(*string_value); in SpaceUsedExcludingSelf()
421 return sizeof(value) + StringSpaceUsedExcludingSelf(value); in SpaceUsed()