Home
last modified time | relevance | path

Searched refs:StringSpaceUsedExcludingSelf (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
Dunknown_field_set.cc86 internal::StringSpaceUsedExcludingSelf( in SpaceUsedExcludingSelf()
Dgenerated_message_reflection.cc51 int StringSpaceUsedExcludingSelf(const string& str) { in StringSpaceUsedExcludingSelf() function
316 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr); in SpaceUsed()
Dextension_set_heavy.cc350 StringSpaceUsedExcludingSelf(*string_value); in SpaceUsedExcludingSelf()
Drepeated_field.h421 return sizeof(value) + StringSpaceUsedExcludingSelf(value); in SpaceUsed()