Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc77 internal::StringSpaceUsedExcludingSelf(*field.length_delimited_); in SpaceUsedExcludingSelf()
Dextension_set_heavy.cc286 StringSpaceUsedExcludingSelf(*string_value); in SpaceUsedExcludingSelf()
Drepeated_field.h63 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
306 return sizeof(value) + StringSpaceUsedExcludingSelf(value); in SpaceUsed()
Dgenerated_message_reflection.cc50 int StringSpaceUsedExcludingSelf(const string& str) { in StringSpaceUsedExcludingSelf() function
286 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr); in SpaceUsed()