/external/grpc-grpc/test/core/util/ |
D | tsan_suppressions.txt | 9 # protobuf has an idempotent write race in ByteSize/GetCachedSize 13 race:GetCachedSize
|
/external/protobuf/src/google/protobuf/ |
D | map_entry_lite.h | 119 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)),
|
D | map_type_handler.h | 169 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( \
|
D | wrappers.pb.h | 195 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
|
D | implicit_weak_message.h | 91 int GetCachedSize() const override { return static_cast<int>(data_.size()); } in GetCachedSize() function
|
D | wire_format_lite.cc | 520 const int size = value.GetCachedSize(); in WriteMessage() 542 const int size = value.GetCachedSize(); in WriteGroupMaybeToArray() 551 const int size = value.GetCachedSize(); in WriteMessageMaybeToArray()
|
D | message_lite.cc | 355 int size = GetCachedSize(); in SerializeWithCachedSizesToArray() 535 int size = GetCachedSize(); in InternalSerializeWithCachedSizesToArray()
|
D | empty.pb.h | 163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | duration.pb.h | 163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | timestamp.pb.h | 163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | struct.pb.h | 235 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
|
D | source_context.pb.h | 148 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | dynamic_message.cc | 279 int GetCachedSize() const override; 611 int DynamicMessage::GetCachedSize() const { in GetCachedSize() function in google::protobuf::DynamicMessage
|
D | message_lite.h | 435 virtual int GetCachedSize() const = 0;
|
D | field_mask.pb.h | 163 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | api.pb.h | 158 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
|
D | descriptor.pb.h | 434 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 …]
|
D | any.pb.h | 164 int GetCachedSize() const final { return _cached_size_.Get(); } in GetCachedSize() function
|
D | type.pb.h | 276 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
|
D | wire_format_unittest.cc | 484 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()
|
D | wire_format_lite.h | 1350 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()); in WriteMessageNoVirtual() 1695 static_cast<uint32>(value.GetCachedSize()), target); in InternalWriteMessageToArray() 1717 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize()), in InternalWriteMessageNoVirtualToArray()
|
D | message.cc | 534 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output); in SerializeWithCachedSizes()
|
D | generated_message_util.cc | 350 WriteLengthTo(msg->GetCachedSize(), output); in SerializeMessageTo()
|
D | wire_format.cc | 1069 output->WriteVarint32(sub_message.GetCachedSize()); in SerializeMessageSetItemWithCachedSizes()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 177 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
|