Searched refs:InternalDescriptorPool (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 55 InternalDescriptorPool *object TSRMLS_DC); 57 InternalDescriptorPool *pool TSRMLS_DC); 563 PHP_ME(InternalDescriptorPool, getGeneratedPool, NULL, 565 PHP_ME(InternalDescriptorPool, internalAddGeneratedFile, NULL, ZEND_ACC_PUBLIC) 571 DEFINE_CLASS(InternalDescriptorPool, internal_descriptor_pool, 582 InternalDescriptorPool *generated_pool; // The actual generated pool 592 generated_pool = UNBOX(InternalDescriptorPool, internal_generated_pool_php); in init_generated_pool_once() 598 generated_pool = (InternalDescriptorPool *)((char *)internal_generated_pool_php - in init_generated_pool_once() 599 XtOffsetOf(InternalDescriptorPool, std)); in init_generated_pool_once() 607 InternalDescriptorPool *pool TSRMLS_DC) { in internal_descriptor_pool_init_c_instance() [all …]
|
D | protobuf.h | 600 struct InternalDescriptorPool; 645 typedef struct InternalDescriptorPool InternalDescriptorPool; typedef 757 InternalDescriptorPool* intern; 764 PHP_PROTO_WRAP_OBJECT_START(InternalDescriptorPool) 774 PHP_METHOD(InternalDescriptorPool, getGeneratedPool); 775 PHP_METHOD(InternalDescriptorPool, internalAddGeneratedFile); 778 InternalDescriptorPool* pool, 795 extern InternalDescriptorPool* generated_pool; // The actual generated pool 798 InternalDescriptorPool* pool;
|