Home
last modified time | relevance | path

Searched defs:destructor (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/fbjni/cxx/lyra/
H A Dcxa_throw.cpp88 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 Dsqlite_result.h48 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 Dsqlite_bind.h34 PointerDestructor destructor) { in Pointer()
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_local_storage.cc121 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/
DOwnedHandle.java58 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 Dthread_local_storage.cc155 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 Dsequence_local_storage_map.cc82 DestructorFunc* destructor) in ValueDestructorPair()
87 DestructorFunc* destructor) in ValueDestructorPair()
H A Dsequence_local_storage_map_unittest.cc66 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 Dcall_filters.cc176 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/
Dcapsule.c11 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/
Dcapsule.c11 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 Dsqlite_engine.cc162 FnCtxDestructor* destructor, in RegisterFunction()
181 FnCtxDestructor* destructor, in RegisterAggregateFunction()
200 FnCtxDestructor* destructor, in RegisterWindowFunction()
/aosp_15_r20/external/cronet/base/functional/
H A Dcallback_internal.cc31 DestructorPtr destructor) in BindStateBase()
38 DestructorPtr destructor, in BindStateBase()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DSurfaceControlHdrLayerInfoListener.java65 Runnable destructor = sRegistry.registerNativeAllocation(this, nativePtr); in register() local
77 final Runnable destructor; in unregister() local
H A DSurfaceControlActivePictureListener.java56 final Runnable destructor; in stopListening() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/src/
Dclone_current_exception_non_intrusive.cpp89 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 Dndarray_tensor_bridge.cc70 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/
Dstatic.hpp47 struct destructor struct
49 ~destructor() in ~destructor()
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Dstatement.cpp42 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/
Ddestructor.c18 static void destructor() { in destructor() function
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp20.cpp10 void destructor() { in destructor() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A Dresource_guard.h11 ResourceGuard(std::function<void()> destructor) in ResourceGuard()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp1387 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/
Dcobject.h82 void (*destructor)(void *); member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libnl/include/netlink-private/route/
Dnexthop-encap.h13 void (*destructor)(void *priv); member

123456