/external/libchrome/mojo/public/cpp/base/ |
D | big_buffer_unittest.cc | 30 EXPECT_EQ(BigBuffer::StorageType::kBytes, in.storage_type()); in TEST() 35 EXPECT_EQ(BigBuffer::StorageType::kBytes, out.storage_type()); in TEST() 41 EXPECT_EQ(BigBuffer::StorageType::kBytes, in.storage_type()); in TEST() 46 EXPECT_EQ(BigBuffer::StorageType::kBytes, out.storage_type()); in TEST() 56 EXPECT_EQ(BigBuffer::StorageType::kSharedMemory, in.storage_type()); in TEST() 61 EXPECT_EQ(BigBuffer::StorageType::kSharedMemory, out.storage_type()); in TEST()
|
D | big_buffer.h | 103 StorageType storage_type() const { return storage_type_; } in COMPONENT_EXPORT() 157 BigBuffer::StorageType storage_type() const { return storage_type_; } in COMPONENT_EXPORT()
|
D | big_buffer_mojom_traits.cc | 44 switch (buffer.storage_type()) { in GetTag() 96 switch (view.storage_type()) { in GetTag()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 65 using storage_type = typename std::conditional<isRef, wrap, T>::type; 92 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 149 getStorage()->~storage_type(); in ~ErrorOr() 182 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct() 214 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 243 storage_type *getStorage() { in getStorage() 245 return reinterpret_cast<storage_type*>(TStorage.buffer); in getStorage() 248 const storage_type *getStorage() const { in getStorage() 250 return reinterpret_cast<const storage_type*>(TStorage.buffer); in getStorage() 263 AlignedCharArrayUnion<storage_type> TStorage;
|
D | Error.h | 438 using storage_type = typename std::conditional<isRef, wrap, T>::type; 477 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 512 getStorage()->~storage_type(); in ~Expected() 596 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 619 storage_type *getStorage() { in getStorage() 621 return reinterpret_cast<storage_type *>(TStorage.buffer); in getStorage() 624 const storage_type *getStorage() const { in getStorage() 626 return reinterpret_cast<const storage_type *>(TStorage.buffer); in getStorage() 670 AlignedCharArrayUnion<storage_type> TStorage;
|
/external/llvm/include/llvm/Support/ |
D | ErrorOr.h | 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type; typedef 101 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 158 getStorage()->~storage_type(); in ~ErrorOr() 191 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct() 223 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 252 storage_type *getStorage() { in getStorage() 254 return reinterpret_cast<storage_type*>(TStorage.buffer); in getStorage() 257 const storage_type *getStorage() const { in getStorage() 259 return reinterpret_cast<const storage_type*>(TStorage.buffer); in getStorage() 272 AlignedCharArrayUnion<storage_type> TStorage;
|
D | Error.h | 608 typedef typename std::conditional<isRef, wrap, T>::type storage_type; typedef 642 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 677 getStorage()->~storage_type(); in ~Expected() 762 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 785 storage_type *getStorage() { in getStorage() 787 return reinterpret_cast<storage_type *>(TStorage.buffer); in getStorage() 790 const storage_type *getStorage() const { in getStorage() 792 return reinterpret_cast<const storage_type *>(TStorage.buffer); in getStorage() 817 AlignedCharArrayUnion<storage_type> TStorage;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type; typedef 101 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 158 getStorage()->~storage_type(); in ~ErrorOr() 191 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct() 223 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 252 storage_type *getStorage() { in getStorage() 254 return reinterpret_cast<storage_type*>(TStorage.buffer); in getStorage() 257 const storage_type *getStorage() const { in getStorage() 259 return reinterpret_cast<const storage_type*>(TStorage.buffer); in getStorage() 272 AlignedCharArrayUnion<storage_type> TStorage;
|
D | Error.h | 639 typedef typename std::conditional<isRef, wrap, T>::type storage_type; typedef 678 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 713 getStorage()->~storage_type(); in ~Expected() 797 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 820 storage_type *getStorage() { in getStorage() 822 return reinterpret_cast<storage_type *>(TStorage.buffer); in getStorage() 825 const storage_type *getStorage() const { in getStorage() 827 return reinterpret_cast<const storage_type *>(TStorage.buffer); in getStorage() 852 AlignedCharArrayUnion<storage_type> TStorage;
|
/external/swiftshader/third_party/subzero/src/ |
D | IceClFlags.h | 63 using storage_type = std::vector<std::string>; 68 using storage_type = Ice::VerboseMask; 73 using storage_type = T; 78 using storage_type = T; 115 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type; \
|
D | IceClFlags.cpp | 168 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type>( \ in resetClFlags()
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 36 typedef const unsigned char *storage_type; typedef 53 storage_type Buckets, storage_type Payload, storage_type Base, in OnDiskTable() 182 void add(file_type File, storage_type Data, Info InfoObj = Info()) { 184 storage_type Ptr = Data; 200 storage_type Buckets = Data + BucketOffset;
|
/external/clang/test/CodeGenCXX/ |
D | ms-inline-asm-fields.cpp | 44 typedef typename make_storage_type<Signed>::type storage_type; typedef 46 storage_type p; in store()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packet_history.cc | 123 stored_packets_[prev_index_].storage_type = type; in PutRTPPacket() 209 if (stored_packets_[index].storage_type == kDontRetransmit) { in GetPacketAndSetSendTime()
|
D | rtp_packet_history.h | 95 StorageType storage_type = kDontRetransmit; member
|
/external/ImageMagick/coders/ |
D | rla.c | 109 storage_type, in ReadRLAImage() member 217 rla_info.storage_type=(short) ReadBlobMSBShort(image); in ReadRLAImage()
|
/external/bcc/src/cc/frontends/b/ |
D | node.h | 433 enum storage_type { INTEGER, STRUCT, STRUCT_REFERENCE }; enum 437 enum storage_type storage_type_; 442 …explicit VariableDeclStmtNode(IdentExprNode::Ptr id, storage_type t, size_t bit_width = 0, size_t … 457 VariableDeclStmtNode::storage_type t = VariableDeclStmtNode::STRUCT)
|
/external/cros/system_api/dbus/ |
D | mtp_storage_info.proto | 32 optional uint32 storage_type = 7; field
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.h | 130 int storage_type; member
|
D | parser.c | 386 if (options->storage_type == STORE_SINGLE) in set_option() 388 if (options->storage_type == STORE_LIST) { in set_option()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reduction_gpu_kernels.cu.h | 269 struct storage_type { 271 __host__ __device__ storage_type() {} 273 __host__ __device__ storage_type<T1>& operator=(const T1& in) { 280 struct storage_type<std::complex<T2>> { 283 __host__ __device__ storage_type() {} 287 __host__ __device__ storage_type<std::complex<T2>>& operator=(
|
/external/ImageMagick/MagickCore/ |
D | stream.c | 87 storage_type; member 172 stream_info->storage_type=CharPixel; in AcquireStreamInfo() 1166 const StorageType storage_type) in SetStreamInfoStorageType() argument 1170 stream_info->storage_type=storage_type; in SetStreamInfoStorageType() 1227 switch (stream_info->storage_type) in WriteStreamImage() 1495 switch (stream_info->storage_type) in StreamImagePixels()
|
/external/Microsoft-GSL/include/gsl/ |
D | span | 583 class storage_type : public ExtentType 589 constexpr storage_type(KnownNotNull data, OtherExtentType ext) 596 constexpr storage_type(pointer data, OtherExtentType ext) : ExtentType(ext), data_(data) 608 storage_type<details::extent_type<Extent>> storage_;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | toc-load-sched-bug.ll | 154 …eteIS2_EEE10getStorageEv = private unnamed_addr constant [206 x i8] c"storage_type *llvm::ErrorOr<…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | toc-load-sched-bug.ll | 154 …eteIS2_EEE10getStorageEv = private unnamed_addr constant [206 x i8] c"storage_type *llvm::ErrorOr<…
|