Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/base/
Dbig_buffer_unittest.cc30 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()
Dbig_buffer.h103 StorageType storage_type() const { return storage_type_; } in COMPONENT_EXPORT()
157 BigBuffer::StorageType storage_type() const { return storage_type_; } in COMPONENT_EXPORT()
Dbig_buffer_mojom_traits.cc44 switch (buffer.storage_type()) { in GetTag()
96 switch (view.storage_type()) { in GetTag()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrorOr.h65 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;
DError.h438 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h74 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;
DError.h639 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/llvm/include/llvm/Support/
DErrorOr.h74 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;
DError.h608 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/subzero/src/
DIceClFlags.h63 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; \
DIceClFlags.cpp168 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type>( \ in resetClFlags()
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h36 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/
Dms-inline-asm-fields.cpp44 typedef typename make_storage_type<Signed>::type storage_type; typedef
46 storage_type p; in store()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc123 stored_packets_[prev_index_].storage_type = type; in PutRTPPacket()
209 if (stored_packets_[index].storage_type == kDontRetransmit) { in GetPacketAndSetSendTime()
Drtp_packet_history.h95 StorageType storage_type = kDontRetransmit; member
/external/ImageMagick/coders/
Drla.c109 storage_type, in ReadRLAImage() member
217 rla_info.storage_type=(short) ReadBlobMSBShort(image); in ReadRLAImage()
/external/bcc/src/cc/frontends/b/
Dnode.h433 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/
Dmtp_storage_info.proto32 optional uint32 storage_type = 7; field
/external/ltp/utils/ffsb-6.0-rc2/
Dparser.h130 int storage_type; member
Dparser.c386 if (options->storage_type == STORE_SINGLE) in set_option()
388 if (options->storage_type == STORE_LIST) { in set_option()
/external/tensorflow/tensorflow/core/kernels/
Dreduction_gpu_kernels.cu.h269 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/
Dstream.c87 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/
Dspan583 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dtoc-load-sched-bug.ll154 …eteIS2_EEE10getStorageEv = private unnamed_addr constant [206 x i8] c"storage_type *llvm::ErrorOr<…
/external/llvm/test/CodeGen/PowerPC/
Dtoc-load-sched-bug.ll154 …eteIS2_EEE10getStorageEv = private unnamed_addr constant [206 x i8] c"storage_type *llvm::ErrorOr<…