Searched refs:Dealloc (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 153 static void Dealloc(PyDescriptorPool* self) { in Dealloc() function 545 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
|
D | descriptor.cc | 363 static void Dealloc(PyBaseDescriptor* self) { in Dealloc() function 379 (destructor)Dealloc, // tp_dealloc 1232 static void Dealloc(PyFileDescriptor* self) { in Dealloc() function 1234 descriptor::Dealloc(&self->base); in Dealloc() 1359 (destructor)file_descriptor::Dealloc, // tp_dealloc
|
D | repeated_composite_container.cc | 530 static void Dealloc(RepeatedCompositeContainer* self) { in Dealloc() function 576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
|
D | repeated_scalar_container.cc | 724 static void Dealloc(RepeatedScalarContainer* self) { in Dealloc() function 776 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
|
D | message.cc | 323 static void Dealloc(CMessageClass *self) { in Dealloc() function 357 (destructor)message_meta::Dealloc, // tp_dealloc 1294 static void Dealloc(CMessage* self) { in CheckAndGetInteger() function 2758 (destructor)cmessage::Dealloc, // tp_dealloc in CheckAndGetInteger()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 731 Dealloc<void*>(table_, num_buckets_); in ~InnerMap() 1162 Dealloc<void*>(old_table, old_table_size); in Resize() 1297 void Dealloc(U* t, size_type n) { in Dealloc() function 1304 Dealloc<Node>(node, 1); in DestroyNode()
|