Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dtsan_suppressions.txt9 # protobuf has an idempotent write race in ByteSize/GetCachedSize
13 race:GetCachedSize
/external/protobuf/src/google/protobuf/
Dmap_entry_lite.h119 output->WriteVarint32(GetCachedSize(key, value));
129 static_cast<uint32>(GetCachedSize(key, value)), output);
142 static int GetCachedSize(const Key& key, const Value& value) {
144 return 2 + KeyTypeHandler::GetCachedSize(key) +
145 ValueTypeHandler::GetCachedSize(value);
341 int GetCachedSize() const override {
344 KeyTypeHandler::GetCachedSize(key())
347 ValueTypeHandler::GetCachedSize(value())
710 _cached_size_(2 + KeyTypeHandler::GetCachedSize(map_pair.first) +
711 ValueTypeHandler::GetCachedSize(map_pair.second)),
Dmap_type_handler.h169 static inline int GetCachedSize(const MapEntryAccessorType& value);
228 static inline int GetCachedSize(const MapEntryAccessorType& value); \
323 inline int MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::GetCachedSize(
326 static_cast<size_t>(value.GetCachedSize())));
332 MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::GetCachedSize( \
352 MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::GetCachedSize( \
Dwrappers.pb.h195 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
349 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
503 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
657 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
811 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
965 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1119 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1273 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1442 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dimplicit_weak_message.h91 int GetCachedSize() const override { return static_cast<int>(data_.size()); } in GetCachedSize() function
Dwire_format_lite.cc520 const int size = value.GetCachedSize(); in WriteMessage()
542 const int size = value.GetCachedSize(); in WriteGroupMaybeToArray()
551 const int size = value.GetCachedSize(); in WriteMessageMaybeToArray()
Dmessage_lite.cc355 int size = GetCachedSize(); in SerializeWithCachedSizesToArray()
535 int size = GetCachedSize(); in InternalSerializeWithCachedSizesToArray()
Dempty.pb.h163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dduration.pb.h163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dtimestamp.pb.h163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dstruct.pb.h235 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
408 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
652 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dsource_context.pb.h148 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Ddynamic_message.cc279 int GetCachedSize() const override;
611 int DynamicMessage::GetCachedSize() const { in GetCachedSize() function in google::protobuf::DynamicMessage
Dmessage_lite.h435 virtual int GetCachedSize() const = 0;
Dfield_mask.pb.h163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dapi.pb.h158 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
364 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
561 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Ddescriptor.pb.h434 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
602 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
949 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1133 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1304 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1608 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1779 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
2188 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
2379 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
2550 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
[all …]
Dany.pb.h164 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dtype.pb.h276 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
510 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
891 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1106 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
1295 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
Dwire_format_unittest.cc484 EXPECT_EQ(size, message_set.GetCachedSize()); in TEST()
642 coded_output->WriteVarint32(message.recursive().GetCachedSize()); in SerializeReverseOrder()
659 coded_output->WriteVarint32(message.GetCachedSize()); in SerializeReverseOrder()
Dwire_format_lite.h1350 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()); in WriteMessageNoVirtual()
1695 static_cast<uint32>(value.GetCachedSize()), target); in InternalWriteMessageToArray()
1717 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()), in InternalWriteMessageNoVirtualToArray()
Dmessage.cc534 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output); in SerializeWithCachedSizes()
Dgenerated_message_util.cc350 WriteLengthTo(msg->GetCachedSize(), output); in SerializeMessageTo()
Dwire_format.cc1069 output->WriteVarint32(sub_message.GetCachedSize()); in SerializeMessageSetItemWithCachedSizes()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h177 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
347 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
535 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
709 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function