/aosp_15_r20/external/fbjni/cxx/lyra/ |
H A D | cxa_throw.cpp | 88 destructor_type destructor; member 129 void add_exception_trace(void* obj, destructor_type destructor) { in add_exception_trace() 149 destructor_type destructor) { in cxa_init_primary_exception() 170 cxa_throw(void* obj, std::type_info* type, destructor_type destructor) { in cxa_throw()
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/bindings/ |
H A D | sqlite_result.h | 48 sqlite3_destructor_type destructor) { in RawString() 53 sqlite3_destructor_type destructor) { in RawString() 66 sqlite3_destructor_type destructor) { in RawBytes() 87 sqlite3_destructor_type destructor) { in RawPointer()
|
H A D | sqlite_bind.h | 34 PointerDestructor destructor) { in Pointer()
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | thread_local_storage.cc | 121 base::ThreadLocalStorage::TLSDestructorFunc destructor; member 255 base::ThreadLocalStorage::TLSDestructorFunc destructor = in OnThreadExitInternal() local 326 void ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { in Initialize() 400 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/ |
D | OwnedHandle.java | 58 protected OwnedHandle(long handleId, Cleaner cleaner, Destructor destructor) { in OwnedHandle() 82 private @Nullable Destructor destructor; field in OwnedHandle.CleanupAction 85 public CleanupAction(long handleId, Destructor destructor) { in CleanupAction()
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | thread_local_storage.cc | 155 base::ThreadLocalStorage::TLSDestructorFunc destructor; member 374 base::ThreadLocalStorage::TLSDestructorFunc destructor = in OnThreadExitInternal() local 451 void ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { in Initialize() 525 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot()
|
H A D | sequence_local_storage_map.cc | 82 DestructorFunc* destructor) in ValueDestructorPair() 87 DestructorFunc* destructor) in ValueDestructorPair()
|
H A D | sequence_local_storage_map_unittest.cc | 66 auto* destructor = in CreateExternalValueDestructorPair() local 81 auto* destructor = SequenceLocalStorageMap::MakeInlineDestructor<T>(); in CreateInlineValueDestructorPair() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | call_filters.cc | 176 for (const auto& destructor : stack_->data_.filter_destructor) { in ~CallFilters() local 256 for (auto& destructor : data_.channel_data_destructors) { in ~Stack() local 265 for (auto& destructor : data_.channel_data_destructors) { in ~StackBuilder() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | capsule.c | 11 PyCapsule_Destructor destructor; member 44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | capsule.c | 11 PyCapsule_Destructor destructor; member 44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor()
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/ |
H A D | sqlite_engine.cc | 162 FnCtxDestructor* destructor, in RegisterFunction() 181 FnCtxDestructor* destructor, in RegisterAggregateFunction() 200 FnCtxDestructor* destructor, in RegisterWindowFunction()
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | callback_internal.cc | 31 DestructorPtr destructor) in BindStateBase() 38 DestructorPtr destructor, in BindStateBase()
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | SurfaceControlHdrLayerInfoListener.java | 65 Runnable destructor = sRegistry.registerNativeAllocation(this, nativePtr); in register() local 77 final Runnable destructor; in unregister() local
|
H A D | SurfaceControlActivePictureListener.java | 56 final Runnable destructor; in stopListening() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/src/ |
D | clone_current_exception_non_intrusive.cpp | 89 destructor_ptr destructor; member 125 int destructor; member 149 cpp_destructor destructor; in operator ()() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | ndarray_tensor_bridge.cc | 70 std::function<void()>* destructor; member 196 std::function<void()> destructor, PyObject** result) { in ArrayFromMemory()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/impl/ |
D | static.hpp | 47 struct destructor struct 49 ~destructor() in ~destructor()
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/ |
H A D | statement.cpp | 42 auto destructor = copy ? SQLITE_TRANSIENT : SQLITE_STATIC; in bind_unowned_string() local 52 auto destructor = copy ? SQLITE_TRANSIENT : SQLITE_STATIC; in bind_blob() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
D | destructor.c | 18 static void destructor() { in destructor() function
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p20.cpp | 10 void destructor() { in destructor() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ |
H A D | resource_guard.h | 11 ResourceGuard(std::function<void()> destructor) in ResourceGuard()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | lambda.hpp | 1387 struct destructor struct 1389 typedef void result_type; 1392 void operator()(T const &t) const in operator ()() 1398 void operator()(T *const &t) const in operator ()()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | cobject.h | 82 void (*destructor)(void *); member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libnl/include/netlink-private/route/ |
D | nexthop-encap.h | 13 void (*destructor)(void *priv); member
|