Searched refs:Dealloc (Results 1 – 12 of 12) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
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
|
D | message_factory.cc | 105 static void Dealloc(PyObject* pself) { in Dealloc() function 256 message_factory::Dealloc, // tp_dealloc
|
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
|
D | repeated_composite_container.cc | 494 static void Dealloc(PyObject* pself) { in Subscript() function 544 repeated_composite_container::Dealloc, // tp_dealloc
|
D | descriptor_pool.cc | 192 static void Dealloc(PyObject* pself) { in Dealloc() function 682 cdescriptor_pool::Dealloc, // tp_dealloc
|
D | repeated_scalar_container.cc | 693 static void Dealloc(PyObject* pself) { in Subscript() function 742 repeated_scalar_container::Dealloc, // tp_dealloc in Subscript()
|
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/ |
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()
|
D | CoroInternal.h | 123 Function *Dealloc; member
|
/third_party/flatbuffers/docs/source/ |
D | Benchmarks.md | 26 | Decode + Traverse + Dealloc (1 million times, seconds) | 0.08 | 302 … 27 | Decode / Traverse / Dealloc (breakdown) | 0 / 0.08 / 0 | 220 / 0.15 / 81 …
|
/third_party/python/Modules/ |
D | zlibmodule.c | 706 Dealloc(compobject *self) in Dealloc() function 722 Dealloc(self); in Comp_dealloc() 730 Dealloc(self); in Decomp_dealloc()
|
/third_party/protobuf/src/google/protobuf/ |
D | map.h | 406 Dealloc<void*>(table_, num_buckets_); 844 Dealloc<void*>(old_table, old_table_size); 971 void Dealloc(U* t, size_type n) {
|