| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
| D | pod_array.h | 37 struct Deleter { struct 38 Deleter() in Deleter() argument 40 explicit Deleter(int len) in Deleter() argument 50 std::unique_ptr<T[], Deleter> ptr_; argument
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkRef.hpp | 74 class Deleter class 77 …Deleter (const DeviceInterface& deviceIface, VkDevice device, const VkAllocationCallbacks* alloca… in Deleter() function in vk::refdetails::Deleter 82 Deleter (void) in Deleter() function in vk::refdetails::Deleter 97 class Deleter<VkInstance> class 100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter() function in vk::refdetails::Deleter 104 Deleter (void) in Deleter() function in vk::refdetails::Deleter 117 class Deleter<VkDevice> class 120 …Deleter (const PlatformInterface& platformIface, VkInstance instance, VkDevice device, const VkAl… in Deleter() function in vk::refdetails::Deleter 126 Deleter (void) in Deleter() function in vk::refdetails::Deleter 139 class Deleter<VkSurfaceKHR> class [all …]
|
| /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
| D | get_deleter.pass.cpp | 20 struct Deleter { struct 21 Deleter() {} in Deleter() function 33 std::unique_ptr<int, Deleter> p; in test_basic() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
| D | get_deleter.pass.cpp | 21 struct Deleter { struct 22 TEST_CONSTEXPR_CXX23 Deleter() {} in Deleter() argument 34 std::unique_ptr<int, Deleter> p; in test_basic() argument
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | refcounting_hash_map.h | 81 struct Deleter { struct 82 const K& key; // Points into parent->map_. 83 RefcountingHashMap& parent; 85 void operator()(V* v) { in operator()
|
| /external/libcxx/test/support/ |
| D | deleter_types.h | 37 Deleter(Deleter&& r) : state_(r.state_) {r.state_ = 0;} in Deleter() function 46 Deleter() : state_(0) {} in Deleter() function 47 explicit Deleter(int s) : state_(s) {} in Deleter() function 76 Deleter(Deleter&& r) : state_(r.state_) {r.state_ = 0;} in Deleter() function 84 Deleter() : state_(0) {} in Deleter() function 85 explicit Deleter(int s) : state_(s) {} in Deleter() function 102 Deleter() : state_(0) {} in Deleter() function 103 explicit Deleter(int s) : state_(s) {} in Deleter() function 105 Deleter(Deleter const & other) : state_(other.state_) { in Deleter() function 135 Deleter(Deleter const& other) : state_(other.state_) { in Deleter() function [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
| D | deleter_types.h | 36 TEST_CONSTEXPR_CXX23 Deleter(Deleter&& r) : state_(r.state_) { r.state_ = 0; } in Deleter() function 43 TEST_CONSTEXPR_CXX23 Deleter() : state_(0) {} in Deleter() function 44 TEST_CONSTEXPR_CXX23 explicit Deleter(int s) : state_(s) {} in Deleter() function 75 TEST_CONSTEXPR_CXX23 Deleter(Deleter&& r) : state_(r.state_) { r.state_ = 0; } in Deleter() function 82 TEST_CONSTEXPR_CXX23 Deleter() : state_(0) {} in Deleter() function 83 TEST_CONSTEXPR_CXX23 explicit Deleter(int s) : state_(s) {} in Deleter() function 102 Deleter() : state_(0) {} in Deleter() function 103 explicit Deleter(int s) : state_(s) {} in Deleter() function 105 Deleter(Deleter const& other) : state_(other.state_) { other.state_ = 0; } in Deleter() function 132 Deleter(Deleter const& other) : state_(other.state_) { other.state_ = 0; } in Deleter() function [all …]
|
| /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| D | pointer_deleter.fail.cpp | 22 struct Deleter { struct 27 // expected-error@+1 {{call to deleted constructor of 'std::unique_ptr<int, const Deleter &>}} in main() argument
|
| D | auto_pointer.pass.cpp | 46 struct Deleter { struct 54 using U = std::unique_ptr<int, Deleter>; in test_sfinae() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| D | deduct.pass.cpp | 26 struct Deleter { struct 35 // Cannot deduce from (ptr, Deleter&&). in main() argument
|
| D | pointer_deleter.fail.cpp | 17 struct Deleter { struct 22 // expected-error@+1 {{call to deleted constructor of 'std::unique_ptr<int, const Deleter &>}} in main() argument
|
| D | auto_pointer.pass.cpp | 46 struct Deleter { struct 54 using U = std::unique_ptr<int, Deleter>; in test_sfinae() argument
|
| /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.dtor/ |
| D | null.pass.cpp | 19 class Deleter { class 26 Deleter() : state_(0) {} in Deleter() function in Deleter
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.dtor/ |
| D | null.pass.cpp | 20 class Deleter { class 27 TEST_CONSTEXPR_CXX23 Deleter() : state_(0) {} in Deleter() function in Deleter
|
| /external/skia/src/gpu/piet/ |
| D | PietTypes.h | 47 struct Deleter { struct 54 std::unique_ptr<Type, Deleter> fHandle; argument
|
| /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/ |
| D | pointer_type.pass.cpp | 21 struct Deleter { struct 42 typedef std::unique_ptr<VT, Deleter> P; in test_basic() argument
|
| /external/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
| D | function_type_default_deleter.fail.cpp | 21 struct Deleter { struct 36 SPtr<2> s2(getFn<2>(), Deleter{}); // OK in main() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
| D | function_type_default_deleter.fail.cpp | 30 struct Deleter { struct 45 SPtr<2> s2(getFn<2>(), Deleter{}); // OK in main() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/ |
| D | pointer_type.pass.cpp | 20 struct Deleter { struct 41 typedef std::unique_ptr<VT, Deleter> P; in test_basic() argument
|
| /external/scudo/standalone/tests/ |
| D | tsd_test.cpp | 76 auto Deleter = [](AllocatorT *A) { in TEST() local 90 auto Deleter = [](AllocatorT *A) { in testRegistry() local 158 auto Deleter = [](AllocatorT *A) { in testRegistryThreaded() local 213 auto Deleter = [](AllocatorT *A) { in TEST() local
|
| /external/clang/test/Analysis/ |
| D | dtor.cpp | 35 SmartPointer Deleter(mem); in testSmartPointer() local 46 SmartPointer Deleter(mem); in testSmartPointer2() local 63 Subclass Deleter(mem); in testSubclassSmartPointer() local 80 MultipleInheritance Deleter(mem, 0); in testMultipleInheritance1() local 91 MultipleInheritance Deleter(0, mem); in testMultipleInheritance2() local 102 MultipleInheritance Deleter(mem, mem); in testMultipleInheritance3() local 120 SmartPointerMember Deleter(mem); in testSmartPointerMember() local
|
| /external/swiftshader/third_party/marl/include/marl/ |
| D | memory.h | 97 struct MARL_EXPORT Deleter { struct 108 // unique_ptr<T> is an alias to std::unique_ptr<T, Deleter>. argument 156 Allocator::Deleter::Deleter() : allocator(nullptr) {} in Deleter() function 157 Allocator::Deleter::Deleter(Allocator* allocator, size_t count) in Deleter() function
|
| /external/scudo/standalone/benchmarks/ |
| D | malloc_benchmark.cpp | 25 auto Deleter = [](AllocatorT *A) { in BM_malloc_free() local 65 auto Deleter = [](AllocatorT *A) { in BM_malloc_free_loop() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Parallel.cpp | 80 struct Deleter { struct in llvm::parallel::detail::__anon24070df20111::ThreadPoolExecutor 81 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call()
|
| /external/zstd/contrib/pzstd/utils/ |
| D | ResourcePool.h | 82 explicit Deleter(ResourcePool &pool) : pool_(&pool) {} in Deleter() function
|