Lines Matching refs:Deleter
66 auto Deleter = [](AllocatorT *A) { in TEST() local
70 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in TEST()
71 Deleter); in TEST()
81 auto Deleter = [](AllocatorT *A) { in testRegistry() local
85 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in testRegistry()
86 Deleter); in testRegistry()
150 auto Deleter = [](AllocatorT *A) { in testRegistryThreaded() local
154 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in testRegistryThreaded()
155 Deleter); in testRegistryThreaded()
206 auto Deleter = [](AllocatorT *A) { in TEST() local
210 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in TEST()
211 Deleter); in TEST()