OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpaceUsed
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.cc
106
total_size += field.group_->
SpaceUsed
();
115
int UnknownFieldSet::
SpaceUsed
() const {
message.cc
158
int Message::
SpaceUsed
() const {
159
return GetReflection()->
SpaceUsed
(*this);
generated_message_reflection.cc
193
int GeneratedMessageReflection::
SpaceUsed
(const Message& message) const {
286
total_size += sub_message->
SpaceUsed
();
[
all
...]
repeated_field.h
222
// static int
SpaceUsed
(const Type&);
233
// implement
SpaceUsed
(), and thus need to call SpaceUsedExcludingSelf()
341
static int
SpaceUsed
(const GenericType& value) { return value.
SpaceUsed
(); }
372
// in the DLL. But
SpaceUsed
() calls StringSpaceUsedExcludingSelf() which
392
static int
SpaceUsed
(const string& value) {
912
allocated_bytes += TypeHandler::
SpaceUsed
(*cast<TypeHandler>(elements_[i]));
[
all
...]
Completed in 552 milliseconds