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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_util.h 71 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
repeated_field.h 372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
393 return sizeof(value) + StringSpaceUsedExcludingSelf(value);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_util.h 71 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
repeated_field.h 372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
393 return sizeof(value) + StringSpaceUsedExcludingSelf(value);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_util.h 71 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
repeated_field.h 372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
393 return sizeof(value) + StringSpaceUsedExcludingSelf(value);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_util.h 71 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
repeated_field.h 372 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
393 return sizeof(value) + StringSpaceUsedExcludingSelf(value);
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_util.cc 63 int StringSpaceUsedExcludingSelf(const string& str) {
generated_message_util.h 94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
unknown_field_set.cc 143 internal::StringSpaceUsedExcludingSelf(
extension_set_heavy.cc 370 StringSpaceUsedExcludingSelf(*string_value);
generated_message_reflection.cc 366 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr);
    [all...]
repeated_field.h 679 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
684 // TODO(kenton): Now that StringSpaceUsedExcludingSelf() is in the lite
718 return static_cast<int>(sizeof(value)) + StringSpaceUsedExcludingSelf(value);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_util.h 94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
repeated_field.h 679 // in the DLL. But SpaceUsed() calls StringSpaceUsedExcludingSelf() which
684 // TODO(kenton): Now that StringSpaceUsedExcludingSelf() is in the lite
718 return static_cast<int>(sizeof(value)) + StringSpaceUsedExcludingSelf(value);
    [all...]

Completed in 249 milliseconds