Home
last modified time | relevance | path

Searched refs:GetCachedSize (Results 1 – 24 of 24) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h120 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)),
Dwrappers.pb.h182 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
Dmap_type_handler.h169 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( \
Dimplicit_weak_message.h89 int GetCachedSize() const override { return static_cast<int>(data_.size()); } in GetCachedSize() function
Dwire_format_lite.cc522 const int size = value.GetCachedSize(); in WriteMessage()
536 const int size = value.GetCachedSize(); in WriteGroupMaybeToArray()
545 const int size = value.GetCachedSize(); in WriteMessageMaybeToArray()
Dempty.pb.h150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dduration.pb.h150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dtimestamp.pb.h150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Ddynamic_message.cc302 int GetCachedSize() const override;
636 int DynamicMessage::GetCachedSize() const { in GetCachedSize() function in google::protobuf::DynamicMessage
Dstruct.pb.h222 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
Dfield_mask.pb.h150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dsource_context.pb.h150 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dmessage_lite.h452 virtual int GetCachedSize() const = 0;
Dwire_format_lite.h649 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()
Ddescriptor.pb.h421 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 …]
Dapi.pb.h160 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
Dwire_format_unittest.cc490 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()
Dtype.pb.h263 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
Dany.pb.h183 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dmessage_lite.cc368 return SerializeToArrayImpl(*this, target, GetCachedSize()); in SerializeWithCachedSizesToArray()
Dgenerated_message_util.cc335 WriteLengthTo(msg->GetCachedSize(), output); in SerializeMessageTo()
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h203 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/
Dphonenumber.pb.h172 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dphonemetadata.pb.h161 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