Home
last modified time | relevance | path

Searched refs:Dealloc (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.cc134 static void Dealloc(PyObject* pself) { in Dealloc() function
163 unknown_fields::Dealloc, // tp_dealloc
300 static void Dealloc(PyObject* pself) { in Dealloc() function
320 unknown_field::Dealloc, // tp_dealloc
H A Dmessage_factory.cc105 static void Dealloc(PyObject* pself) { in Dealloc() function
256 message_factory::Dealloc, // tp_dealloc
H A Drepeated_composite_container.cc494 static void Dealloc(PyObject* pself) { in Subscript() function
544 repeated_composite_container::Dealloc, // tp_dealloc
H A Ddescriptor_pool.cc192 static void Dealloc(PyObject* pself) { in Dealloc() function
682 cdescriptor_pool::Dealloc, // tp_dealloc
H A Drepeated_scalar_container.cc693 static void Dealloc(PyObject* pself) { in Subscript() function
742 repeated_scalar_container::Dealloc, // tp_dealloc in Subscript()
H A Ddescriptor.cc397 static void Dealloc(PyObject* pself) { in Dealloc() function
426 (destructor)Dealloc, // tp_dealloc
1325 static void Dealloc(PyFileDescriptor* self) { in Dealloc() function
1327 descriptor::Dealloc(reinterpret_cast<PyObject*>(self)); in Dealloc()
1459 (destructor)file_descriptor::Dealloc, // tp_dealloc
H A Dmessage.cc339 static void Dealloc(PyObject* pself) { in Dealloc() function
503 message_meta::Dealloc, // tp_dealloc
1319 static void Dealloc(CMessage* self) { in Dealloc() function
2776 (destructor)cmessage::Dealloc, // tp_dealloc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp386 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()
528 auto Dealloc = RetconLowering.Dealloc; in emitDealloc() local
530 Dealloc->getFunctionType()->getParamType(0)); in emitDealloc()
531 auto *Call = Builder.CreateCall(Dealloc, Ptr); in emitDealloc()
532 propagateCallAttrsFromCallee(Call, Dealloc); in emitDealloc()
533 addCallToCallGraph(CG, Call, Dealloc); in emitDealloc()
H A DCoroInternal.h123 Function *Dealloc; member
/third_party/python/Modules/
H A Dzlibmodule.c709 Dealloc(compobject *self) in Dealloc() function
725 Dealloc(self); in Comp_dealloc()
733 Dealloc(self); in Decomp_dealloc()
/third_party/protobuf/src/google/protobuf/
H A Dmap.h406 Dealloc<void*>(table_, num_buckets_); in ~InnerMap()
844 Dealloc<void*>(old_table, old_table_size); in Resize()
971 void Dealloc(U* t, size_type n) { in Dealloc() function in google::protobuf::Map::InnerMap
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 39 milliseconds