OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpaceUsedExcludingSelf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.cc
93
int UnknownFieldSet::
SpaceUsedExcludingSelf
() const {
116
return sizeof(*this) +
SpaceUsedExcludingSelf
();
extension_set_heavy.cc
276
int ExtensionSet::
SpaceUsedExcludingSelf
() const {
283
total_size += iter->second.
SpaceUsedExcludingSelf
();
290
return field->
SpaceUsedExcludingSelf
<GenericTypeHandler<Message> >();
293
int ExtensionSet::Extension::
SpaceUsedExcludingSelf
() const {
300
repeated_##LOWERCASE##_value->
SpaceUsedExcludingSelf
();\
317
// RepeatedPtrFieldBase::
SpaceUsedExcludingSelf
() with a different type
repeated_field.h
169
int
SpaceUsedExcludingSelf
() const;
221
// // Only needs to be implemented if
SpaceUsedExcludingSelf
() is called.
233
// implement SpaceUsed(), and thus need to call
SpaceUsedExcludingSelf
()
291
int
SpaceUsedExcludingSelf
() const;
495
int
SpaceUsedExcludingSelf
() const;
742
inline int RepeatedField<Element>::
SpaceUsedExcludingSelf
() const {
908
inline int RepeatedPtrFieldBase::
SpaceUsedExcludingSelf
() const {
[
all
...]
Completed in 95 milliseconds