OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringSpaceUsedExcludingSelf
(Results
1 - 15
of
15
) 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.h
94
LIBPROTOBUF_EXPORT int
StringSpaceUsedExcludingSelf
(const string& str);
unknown_field_set.cc
86
internal::
StringSpaceUsedExcludingSelf
(
generated_message_reflection.cc
51
int
StringSpaceUsedExcludingSelf
(const string& str) {
316
total_size += sizeof(*ptr) +
StringSpaceUsedExcludingSelf
(*ptr);
[
all
...]
extension_set_heavy.cc
350
StringSpaceUsedExcludingSelf
(*string_value);
repeated_field.h
400
// in the DLL. But SpaceUsed() calls
StringSpaceUsedExcludingSelf
() which
421
return 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 906 milliseconds