HomeSort by relevance Sort by last modified time
    Searched refs:StringSpaceUsedExcludingSelf (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 77 internal::StringSpaceUsedExcludingSelf(*field.length_delimited_);
repeated_field.h 63 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
288 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
306 return sizeof(value) + StringSpaceUsedExcludingSelf(value);
    [all...]
extension_set_heavy.cc 286 StringSpaceUsedExcludingSelf(*string_value);
generated_message_reflection.cc 50 int StringSpaceUsedExcludingSelf(const string& str) {
286 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr);
    [all...]

Completed in 58 milliseconds