Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_util.cc63 int StringSpaceUsedExcludingSelf(const string& str) { in StringSpaceUsedExcludingSelf() function
Dgenerated_message_util.h94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
Dunknown_field_set.cc129 internal::StringSpaceUsedExcludingSelf( in SpaceUsedExcludingSelf()
Dextension_set_heavy.cc393 StringSpaceUsedExcludingSelf(*string_value); in SpaceUsedExcludingSelf()
Dgenerated_message_reflection.cc366 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr); in SpaceUsed()
Drepeated_field.h716 return static_cast<int>(sizeof(value)) + StringSpaceUsedExcludingSelf(value);