/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.h | 92 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 183 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 274 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 365 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 456 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 547 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 638 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 729 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 828 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | map_entry_lite.h | 189 int GetCachedSize() const { in GetCachedSize() function 192 ? kTagSize + KeyTypeHandler::GetCachedSize(key()) in GetCachedSize() 195 ? kTagSize + ValueTypeHandler::GetCachedSize( in GetCachedSize()
|
D | 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( \
|
D | map_entry.h | 173 int GetCachedSize() const { in GetCachedSize() function 174 return entry_lite_.GetCachedSize(); in GetCachedSize()
|
D | wire_format_lite.cc | 457 const int size = value.GetCachedSize(); in WriteMessage() 466 const int size = value.GetCachedSize(); in WriteGroupMaybeToArray() 481 const int size = value.GetCachedSize(); in WriteMessageMaybeToArray()
|
D | message_lite.h | 268 virtual int GetCachedSize() const = 0;
|
D | empty.pb.h | 84 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | struct.pb.h | 104 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 206 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 358 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | duration.pb.h | 79 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | timestamp.pb.h | 84 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | descriptor.pb.h | 226 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 318 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 561 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 660 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 759 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 976 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 1268 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 1362 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 1481 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 1597 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function [all …]
|
D | source_context.pb.h | 79 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | field_mask.pb.h | 79 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | wire_format_lite_inl.h | 595 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()); in WriteMessageNoVirtual() 787 value.GetCachedSize(), target); in WriteMessageToArray() 808 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize(), target); in WriteMessageNoVirtualToArray()
|
D | type.pb.h | 168 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 311 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 568 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 694 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 797 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | api.pb.h | 83 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 234 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 375 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | any.pb.h | 90 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|
D | dynamic_message.cc | 265 int GetCachedSize() const; 586 int DynamicMessage::GetCachedSize() const { in GetCachedSize() function in google::protobuf::DynamicMessage
|
D | message_lite.cc | 227 int size = GetCachedSize(); in SerializeWithCachedSizesToArray()
|
D | message.cc | 148 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output); in SerializeWithCachedSizes()
|
D | wire_format.cc | 958 output->WriteVarint32(sub_message.GetCachedSize()); in SerializeMessageSetItemWithCachedSizes()
|
D | wire_format_unittest.cc | 477 EXPECT_EQ(size, message_set.GetCachedSize()); in TEST()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 91 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 215 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function 339 int GetCachedSize() const { return _cached_size_; } in GetCachedSize() function
|