| /external/webrtc/rtc_base/ |
| D | bounded_inline_vector_impl.h | 123 struct Storage { struct 129 explicit Storage(Ts&&... elements) : size(sizeof...(Ts)) { in Storage() argument 133 Storage(const Storage& other) { in Storage() function 137 Storage(Storage&& other) { in Storage() function 156 ~Storage() { DestroyElements(data, size); } in ~Storage() argument 166 // Storage implementation for trivial element types when the capacity is small argument
|
| /external/cronet/base/apple/ |
| D | dispatch_source_mach.cc | 11 struct DispatchSourceMach::Storage { struct in base::apple::DispatchSourceMach 13 ScopedDispatchObject<dispatch_queue_t> queue; 16 ScopedDispatchObject<dispatch_source_t> source; 19 ScopedDispatchObject<dispatch_semaphore_t> source_canceled;
|
| /external/clang/include/clang/Basic/ |
| D | PartialDiagnostic.h | 38 struct Storage { struct 39 Storage() : NumDiagArgs(0) { } in Storage() argument 41 enum { 51 unsigned char NumDiagArgs; 76 /// \brief An allocator for Storage objects, which uses a small cache to argument
|
| /external/pigweed/pw_sync/public/pw_sync/ |
| D | inline_borrowable.h | 38 using Storage = internal::BorrowableStorage<GuardedType, Lock>; variable 86 : Storage(std::forward<std::tuple<ObjectArgs...>>(object_args), in Storage() function 113 : Storage(object_ctor, lock_ctor), in Storage() function 125 : Storage(object_ctor, lock_ctor), in Storage() function
|
| /external/tensorflow/tensorflow/compiler/xla/runtime/ |
| D | async_runtime.cc | 83 struct Storage { struct in mlir::runtime::AsyncValue 84 static const int kSize = 128; // enough to fit memref descriptor of rank 5 85 static const int kAlign = alignof(std::max_align_t); 87 Storage(size_t size, size_t alignment) in Storage() function 92 ~Storage() { in ~Storage() 96 static bool CanStoreInline(size_t size, size_t alignment) { in CanStoreInline() 101 bool is_inline; 102 union {
|
| /external/llvm/lib/IR/ |
| D | DebugInfoMetadata.cpp | 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 43 Metadata *InlinedAt, StorageType Storage, in getImpl() 164 StorageType Storage, bool ShouldCreate) { in getImpl() 216 StorageType Storage, bool ShouldCreate) { in getImpl() 222 MDString *Name, StorageType Storage, in getImpl() 233 StorageType Storage, bool ShouldCreate) { in getImpl() 246 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) { in getImpl() 262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, in getImpl() 341 StorageType Storage, in getImpl() 349 MDString *Directory, StorageType Storage, in getImpl() [all …]
|
| D | User.cpp | 128 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 156 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 187 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 190 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
| D | MetadataImpl.h | 29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
| /external/rust/crates/moveit/src/ |
| D | move_ref.rs | 215 type Storage: Sized; typedef 233 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 240 type Storage = (); typedef 245 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 255 type Storage = P::Storage; typedef 260 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 400 storage: DroppingSlot<'frame, Self::Storage>, in deref_move() 410 _storage: DroppingSlot<'frame, Self::Storage>, in deref_move() 440 storage: DroppingSlot<'frame, Self::Storage>, in deref_move() 466 storage: DroppingSlot<'frame, T::Storage>, in deref_move()
|
| D | alloc_support.rs | 27 type Storage = Box<MaybeUninit<T>>; typedef 32 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 45 storage: DroppingSlot<'frame, Self::Storage>, in deref_move()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | DebugInfoMetadata.cpp | 44 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 69 StorageType Storage, bool ShouldCreate) { in getImpl() 324 StorageType Storage, bool ShouldCreate) { in getImpl() 380 DISubrange::DISubrange(LLVMContext &C, StorageType Storage, in DISubrange() 384 StorageType Storage, bool ShouldCreate) { in getImpl() 394 int64_t Lo, StorageType Storage, in getImpl() 404 StorageType Storage, bool ShouldCreate) { in getImpl() 493 DIGenericSubrange::DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange() 501 StorageType Storage, in getImpl() 576 DIEnumerator::DIEnumerator(LLVMContext &C, StorageType Storage, in DIEnumerator() [all …]
|
| D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
| D | User.cpp | 134 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 163 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 196 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 199 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
| /external/llvm-libc/src/__support/fixed_point/ |
| D | fx_rep.h | 24 template <int Bits> struct Storage { struct 26 using Type = typename cpp::conditional_t<
|
| /external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/ |
| D | replace_storage.hpp | 28 StorageT& Storage, in move_from_storage() 46 StorageT& Storage, in copy_to_storage() 142 StorageT& Storage, in process_segment()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugInfoMetadata.cpp | 29 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 54 StorageType Storage, bool ShouldCreate) { in getImpl() 265 StorageType Storage, bool ShouldCreate) { in getImpl() 321 StorageType Storage, bool ShouldCreate) { in getImpl() 328 int64_t Lo, StorageType Storage, in getImpl() 337 StorageType Storage, bool ShouldCreate) { in getImpl() 347 DIFlags Flags, StorageType Storage, in getImpl() 375 StorageType Storage, bool ShouldCreate) { in getImpl() 393 StorageType Storage, bool ShouldCreate) { in getImpl() 472 StorageType Storage, in getImpl() [all …]
|
| D | User.cpp | 123 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 151 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 184 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 187 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
| D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
| /external/skia/src/shaders/ |
| D | SkBlendShader.cpp | 62 struct Storage { in append_two_shaders() struct 63 float fCoords[2 * SkRasterPipeline_kMaxStride]; in append_two_shaders() 64 float fRes0[4 * SkRasterPipeline_kMaxStride]; in append_two_shaders()
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ExplodedGraph.cpp | 230 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local 239 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local 269 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local 281 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local 293 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end() local
|
| /external/libtextclassifier/abseil-cpp/absl/cleanup/internal/ |
| D | cleanup.h | 50 explicit Storage(Callback callback) { in Storage() function 58 Storage(Storage&& other) { in Storage() function
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/cleanup/internal/ |
| D | cleanup.h | 50 explicit Storage(Callback callback) { in Storage() function 58 Storage(Storage&& other) { in Storage() function
|
| /external/abseil-cpp/absl/cleanup/internal/ |
| D | cleanup.h | 50 explicit Storage(Callback callback) { in Storage() function 58 Storage(Storage&& other) { in Storage() function
|
| /external/webrtc/third_party/abseil-cpp/absl/cleanup/internal/ |
| D | cleanup.h | 50 explicit Storage(Callback callback) { in Storage() function 58 Storage(Storage&& other) { in Storage() function
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/cleanup/internal/ |
| D | cleanup.h | 50 explicit Storage(Callback callback) { in Storage() function 58 Storage(Storage&& other) { in Storage() function
|