Searched refs:Dealloc (Results 1 - 12 of 12) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | unknown_fields.cc | 134 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 D | message_factory.cc | 105 static void Dealloc(PyObject* pself) { in Dealloc() function 256 message_factory::Dealloc, // tp_dealloc
|
H A D | repeated_composite_container.cc | 494 static void Dealloc(PyObject* pself) { in Subscript() function 544 repeated_composite_container::Dealloc, // tp_dealloc
|
H A D | descriptor_pool.cc | 192 static void Dealloc(PyObject* pself) { in Dealloc() function 682 cdescriptor_pool::Dealloc, // tp_dealloc
|
H A D | repeated_scalar_container.cc | 693 static void Dealloc(PyObject* pself) { in Subscript() function 742 repeated_scalar_container::Dealloc, // tp_dealloc in Subscript()
|
H A D | descriptor.cc | 397 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 D | message.cc | 339 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 D | Coroutines.cpp | 386 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 D | CoroInternal.h | 123 Function *Dealloc; member
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 709 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 D | map.h | 406 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 D | stylo.hpp | [all...] |
Completed in 72 milliseconds