Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc153 static void Dealloc(PyDescriptorPool* self) { in Dealloc() function
545 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
Ddescriptor.cc363 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
Drepeated_composite_container.cc530 static void Dealloc(RepeatedCompositeContainer* self) { in Dealloc() function
576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
Drepeated_scalar_container.cc724 static void Dealloc(RepeatedScalarContainer* self) { in Dealloc() function
776 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
Dmessage.cc323 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/
Dmap.h731 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()