/third_party/boost/boost/log/detail/ |
D | threadsafe_queue.hpp | 134 auto_deallocate(allocator_type* alloc, node* dealloc, node* destr) BOOST_NOEXCEPT : in auto_deallocate() 136 m_pDeallocate(dealloc), in auto_deallocate() 244 threadsafe_queue_impl::node_base *dealloc, *destr; in try_pop() local 245 if (m_pImpl->try_pop(dealloc, destr)) in try_pop() 248 … auto_deallocate guard(static_cast< allocator_type* >(this), static_cast< node* >(dealloc), p); in try_pop()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DescriptorSetAllocator.cpp | 126 for (const Deallocation& dealloc : mPendingDeallocations.IterateUpTo(completedSerial)) { in FinishDeallocation() local 127 ASSERT(dealloc.poolIndex < mDescriptorPools.size()); in FinishDeallocation() 129 auto& freeSetIndices = mDescriptorPools[dealloc.poolIndex].freeSetIndices; in FinishDeallocation() 131 mAvailableDescriptorPoolIndices.emplace_back(dealloc.poolIndex); in FinishDeallocation() 133 freeSetIndices.emplace_back(dealloc.setIndex); in FinishDeallocation()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/ |
D | FlutterChannels.mm | 40 - (void)dealloc { method 44 [super dealloc]; 92 - (void)dealloc { method 96 [super dealloc]; 129 - (void)dealloc { method 132 [super dealloc]; 182 - (void)dealloc { method 186 [super dealloc]; 263 - (void)dealloc { method 267 [super dealloc];
|
D | FlutterStandardCodec.mm | 33 - (void)dealloc { method 35 [super dealloc]; 83 - (void)dealloc { method 85 [super dealloc]; 186 - (void)dealloc { method 188 [super dealloc]; 219 - (void)dealloc { method 221 [super dealloc]; 348 - (void)dealloc { method 350 [super dealloc];
|
/third_party/boost/boost/format/ |
D | alt_sstream.hpp | 66 { dealloc(); str(s); } in basic_altstringbuf() 68 { dealloc(); } in ~basic_altstringbuf() 98 { dealloc(); str(s); } in basic_altstringbuf() 109 void dealloc();
|
D | alt_sstream_impl.hpp | 47 dealloc(); in str() 62 dealloc(); in str() 300 void basic_altstringbuf<Ch, Tr, Alloc>:: dealloc() { in dealloc() function in boost::io::basic_altstringbuf
|
/third_party/boost/libs/python/test/ |
D | m1.cpp | 23 dealloc(PyObject* self) in dealloc() function 39 dealloc, /* tp_dealloc */ 110 dealloc, /* tp_dealloc */
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/ |
D | AppController.m | 27 - (void)dealloc 32 [super dealloc];
|
D | Hello.h | 19 - (void)dealloc;
|
D | Hello.m | 20 - (void)dealloc 23 [super dealloc];
|
D | AppController.h | 18 - (void)dealloc;
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCCompletionQueue.m | 46 // anymore (i.e. on self dealloc). So the block would never end if it 82 - (void)dealloc { method 86 // are called after self is dealloc'd.
|
D | GRPCWrappedCall.m | 78 - (void)dealloc { method 106 - (void)dealloc { method 155 - (void)dealloc { method 228 - (void)dealloc { method 324 - (void)dealloc { method
|
/third_party/boost/libs/beast/example/http/server/fast/ |
D | fields_alloc.hpp | 78 dealloc() in dealloc() function 164 pool_->dealloc(); in deallocate()
|
/third_party/boost/boost/smart_ptr/detail/ |
D | quick_allocator.hpp | 143 static inline void dealloc(void * pv) in dealloc() function 156 static inline void dealloc(void * pv, std::size_t n) in dealloc() function
|
D | sp_counted_impl.hpp | 130 quick_allocator<this_type>::dealloc( p ); in operator delete() 210 quick_allocator<this_type>::dealloc( p ); in operator delete()
|
/third_party/boost/boost/python/detail/ |
D | dealloc.hpp | 11 inline void dealloc(PyObject* self) in dealloc() function
|
/third_party/protobuf/objectivec/ |
D | GPBDictionary.m | 761 //%- (void)dealloc { 766 //% [super dealloc]; 1159 //%- (void)dealloc { 1163 //% [super dealloc]; 1362 //%- (void)dealloc { 1368 //% [super dealloc]; 1475 - (void)dealloc { method 1480 [super dealloc]; 1658 - (void)dealloc { method 1663 [super dealloc]; [all …]
|
D | GPBDescriptor.m | 182 - (void)dealloc { method 185 [super dealloc]; 385 - (void)dealloc { method 388 [super dealloc]; 411 - (void)dealloc { method 413 [super dealloc]; 588 - (void)dealloc { method 593 [super dealloc]; 834 - (void)dealloc { method 837 [super dealloc]; [all …]
|
D | GPBExtensionRegistry.m | 47 - (void)dealloc { method 49 [super dealloc];
|
D | GPBArray.m | 159 //%- (void)dealloc { 164 //% [super dealloc]; 371 - (void)dealloc { method 376 [super dealloc]; 621 - (void)dealloc { method 626 [super dealloc]; 871 - (void)dealloc { method 876 [super dealloc]; 1121 - (void)dealloc { method 1126 [super dealloc]; [all …]
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | vsync_waiter_ios.mm | 130 - (void)dealloc { method 133 [super dealloc];
|
D | FlutterObservatoryPublisher.mm | 86 - (void)dealloc { method 90 [super dealloc];
|
/third_party/boost/boost/python/ |
D | opaque_pointer_converter.hpp | 125 ::boost::python::detail::dealloc,
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | server.pxd.pxi | 22 # used at dealloc when user forgets to shutdown
|