Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
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
Dmessage_factory.cc105 static void Dealloc(PyObject* pself) { in Dealloc() function
256 message_factory::Dealloc, // tp_dealloc
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
Drepeated_composite_container.cc494 static void Dealloc(PyObject* pself) { in Subscript() function
544 repeated_composite_container::Dealloc, // tp_dealloc
Ddescriptor_pool.cc192 static void Dealloc(PyObject* pself) { in Dealloc() function
682 cdescriptor_pool::Dealloc, // tp_dealloc
Drepeated_scalar_container.cc693 static void Dealloc(PyObject* pself) { in Subscript() function
742 repeated_scalar_container::Dealloc, // tp_dealloc in Subscript()
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/
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()
DCoroInternal.h123 Function *Dealloc; member
/third_party/flatbuffers/docs/source/
DBenchmarks.md26 | 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/
Dzlibmodule.c706 Dealloc(compobject *self) in Dealloc() function
722 Dealloc(self); in Comp_dealloc()
730 Dealloc(self); in Decomp_dealloc()
/third_party/protobuf/src/google/protobuf/
Dmap.h406 Dealloc<void*>(table_, num_buckets_);
844 Dealloc<void*>(old_table, old_table_size);
971 void Dealloc(U* t, size_type n) {