HomeSort by relevance Sort by last modified time
    Searched refs:GetCachedSize (Results 1 - 25 of 43) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
message_lite.h 238 virtual int GetCachedSize() const = 0;
wire_format_lite.cc 419 const int size = value.GetCachedSize();
428 const int size = value.GetCachedSize();
443 const int size = value.GetCachedSize();
message_lite.cc 220 int size = GetCachedSize();
dynamic_message.cc 240 int GetCachedSize() const;
495 int DynamicMessage::GetCachedSize() const {
message.cc 143 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
wire_format_lite_inl.h 579 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize());
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h 237 virtual int GetCachedSize() const = 0;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h 237 virtual int GetCachedSize() const = 0;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message_lite.h 237 virtual int GetCachedSize() const = 0;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message_lite.h 237 virtual int GetCachedSize() const = 0;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message_lite.h 268 virtual int GetCachedSize() const = 0;
map_entry_lite.h 189 int GetCachedSize() const {
192 ? kTagSize + KeyTypeHandler::GetCachedSize(key())
195 ? kTagSize + ValueTypeHandler::GetCachedSize(
wrappers.pb.h 92 int GetCachedSize() const { return _cached_size_; }
183 int GetCachedSize() const { return _cached_size_; }
274 int GetCachedSize() const { return _cached_size_; }
365 int GetCachedSize() const { return _cached_size_; }
456 int GetCachedSize() const { return _cached_size_; }
547 int GetCachedSize() const { return _cached_size_; }
638 int GetCachedSize() const { return _cached_size_; }
729 int GetCachedSize() const { return _cached_size_; }
828 int GetCachedSize() const { return _cached_size_; }
    [all...]
map_entry.h 173 int GetCachedSize() const {
174 return entry_lite_.GetCachedSize();
duration.pb.h 79 int GetCachedSize() const { return _cached_size_; }
empty.pb.h 84 int GetCachedSize() const { return _cached_size_; }
timestamp.pb.h 84 int GetCachedSize() const { return _cached_size_; }
map_type_handler.h 162 static inline int GetCachedSize(const MapEntryAccessorType& value);
218 static inline int GetCachedSize(const MapEntryAccessorType& value); \
313 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::GetCachedSize(
315 return WireFormatLite::LengthDelimitedSize(value.GetCachedSize());
321 MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::GetCachedSize( \
341 MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::GetCachedSize( \
    [all...]
struct.pb.h 104 int GetCachedSize() const { return _cached_size_; }
206 int GetCachedSize() const { return _cached_size_; }
358 int GetCachedSize() const { return _cached_size_; }
any.pb.h 90 int GetCachedSize() const { return _cached_size_; }
field_mask.pb.h 79 int GetCachedSize() const { return _cached_size_; }
source_context.pb.h 79 int GetCachedSize() const { return _cached_size_; }
descriptor.pb.h 226 int GetCachedSize() const { return _cached_size_; }
318 int GetCachedSize() const { return _cached_size_; }
561 int GetCachedSize() const { return _cached_size_; }
660 int GetCachedSize() const { return _cached_size_; }
759 int GetCachedSize() const { return _cached_size_; }
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 86 int GetCachedSize() const { return _cached_size_; }
200 int GetCachedSize() const { return _cached_size_; }
314 int GetCachedSize() const { return _cached_size_; }
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 86 int GetCachedSize() const { return _cached_size_; }
203 int GetCachedSize() const { return _cached_size_; }
320 int GetCachedSize() const { return _cached_size_; }

Completed in 585 milliseconds

1 2