Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dmap.c58 zend_class_entry *MapField_class_entry; variable
118 zend_object_std_init(&intern->std, MapField_class_entry); in MapField_GetPhpWrapper()
171 Z_OBJCE_P(val) == MapField_class_entry) { in MapField_GetUpbMap()
572 MapField_class_entry = zend_register_internal_class(&tmp_ce); in Map_ModuleInit()
573 zend_class_implements(MapField_class_entry, 3, spl_ce_ArrayAccess, in Map_ModuleInit()
575 MapField_class_entry->ce_flags |= ZEND_ACC_FINAL; in Map_ModuleInit()
576 MapField_class_entry->create_object = MapField_create; in Map_ModuleInit()