/third_party/protobuf/src/google/protobuf/ |
D | map_entry_lite.h | 120 ptr = io::CodedOutputStream::WriteVarint32ToArray(GetCachedSize(key, value), 135 static int GetCachedSize(const Key& key, const Value& value) { 137 return 2 + KeyTypeHandler::GetCachedSize(key) + 138 ValueTypeHandler::GetCachedSize(value); 282 int GetCachedSize() const override { 285 KeyTypeHandler::GetCachedSize(key()) 288 ValueTypeHandler::GetCachedSize(value()) 649 _cached_size_(2 + KeyTypeHandler::GetCachedSize(map_pair.first) + 650 ValueTypeHandler::GetCachedSize(map_pair.second)),
|
D | wrappers.pb.h | 182 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 319 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 456 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 593 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 730 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 867 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1004 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1141 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1285 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | map_type_handler.h | 169 static inline int GetCachedSize(const MapEntryAccessorType& value); 225 static inline int GetCachedSize(const MapEntryAccessorType& value); \ 317 inline int MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::GetCachedSize( 320 static_cast<size_t>(value.GetCachedSize()))); 326 MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::GetCachedSize( \ 346 MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::GetCachedSize( \
|
D | implicit_weak_message.h | 89 int GetCachedSize() const override { return static_cast<int>(data_.size()); } in GetCachedSize() function
|
D | wire_format_lite.cc | 522 const int size = value.GetCachedSize(); in WriteMessage() 536 const int size = value.GetCachedSize(); in WriteGroupMaybeToArray() 545 const int size = value.GetCachedSize(); in WriteMessageMaybeToArray()
|
D | empty.pb.h | 150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | duration.pb.h | 150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | timestamp.pb.h | 150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | dynamic_message.cc | 302 int GetCachedSize() const override; 636 int DynamicMessage::GetCachedSize() const { in GetCachedSize() function in google::protobuf::DynamicMessage
|
D | struct.pb.h | 222 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 383 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 628 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | field_mask.pb.h | 150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | source_context.pb.h | 150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | message_lite.h | 452 virtual int GetCachedSize() const = 0;
|
D | wire_format_lite.h | 649 value.GetCachedSize() + in WriteGroupToArray() 657 int size = value.GetCachedSize(); in WriteMessageToArray() 1348 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()); in WriteMessageNoVirtual() 1696 static_cast<uint32>(value.GetCachedSize()), target); in InternalWriteMessage() 1718 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()), in InternalWriteMessageNoVirtualToArray()
|
D | descriptor.pb.h | 421 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 574 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 968 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1152 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1316 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1661 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1817 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 2250 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 2426 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 2590 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function [all …]
|
D | api.pb.h | 160 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 413 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 646 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | wire_format_unittest.cc | 490 EXPECT_EQ(size, message_set.GetCachedSize()); in TEST() 648 coded_output->WriteVarint32(message.recursive().GetCachedSize()); in SerializeReverseOrder() 665 coded_output->WriteVarint32(message.GetCachedSize()); in SerializeReverseOrder()
|
D | type.pb.h | 263 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 504 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 875 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1090 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1265 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | any.pb.h | 183 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | message_lite.cc | 368 return SerializeToArrayImpl(*this, target, GetCachedSize()); in SerializeWithCachedSizesToArray()
|
D | generated_message_util.cc | 335 WriteLengthTo(msg->GetCachedSize(), output); in SerializeMessageTo()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 203 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 404 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 626 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 826 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumber.pb.h | 172 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | phonemetadata.pb.h | 161 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 412 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 623 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function 1373 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|