Home
last modified time | relevance | path

Searched defs:Deleter (Results 1 – 25 of 44) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dpod_array.h37 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/
DvkRef.hpp74 class Deleter class
77Deleter (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
100Deleter (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
120Deleter (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/
Dget_deleter.pass.cpp20 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/
Dget_deleter.pass.cpp21 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/
Drefcounting_hash_map.h81 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/
Ddeleter_types.h37 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/
Ddeleter_types.h36 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/
Dpointer_deleter.fail.cpp22 struct Deleter { struct
27 // expected-error@+1 {{call to deleted constructor of 'std::unique_ptr<int, const Deleter &>}} in main() argument
Dauto_pointer.pass.cpp46 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/
Ddeduct.pass.cpp26 struct Deleter { struct
35 // Cannot deduce from (ptr, Deleter&&). in main() argument
Dpointer_deleter.fail.cpp17 struct Deleter { struct
22 // expected-error@+1 {{call to deleted constructor of 'std::unique_ptr<int, const Deleter &>}} in main() argument
Dauto_pointer.pass.cpp46 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/
Dnull.pass.cpp19 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/
Dnull.pass.cpp20 class Deleter { class
27 TEST_CONSTEXPR_CXX23 Deleter() : state_(0) {} in Deleter() function in Deleter
/external/skia/src/gpu/piet/
DPietTypes.h47 struct Deleter { struct
54 std::unique_ptr<Type, Deleter> fHandle; argument
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
Dpointer_type.pass.cpp21 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/
Dfunction_type_default_deleter.fail.cpp21 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/
Dfunction_type_default_deleter.fail.cpp30 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/
Dpointer_type.pass.cpp20 struct Deleter { struct
41 typedef std::unique_ptr<VT, Deleter> P; in test_basic() argument
/external/scudo/standalone/tests/
Dtsd_test.cpp76 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/
Ddtor.cpp35 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/
Dmemory.h97 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/
Dmalloc_benchmark.cpp25 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/
DParallel.cpp80 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/
DResourcePool.h82 explicit Deleter(ResourcePool &pool) : pool_(&pool) {} in Deleter() function

12