Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Darray.c114 intern->msg_ce = NULL;
189 if (!native_slot_set_by_array(intern->type, intern->msg_ce, memory, in repeated_field_write_dimension()
266 const zend_class_entry *msg_ce = field_type_class(field PHP_PROTO_TSRMLS_CC); local
267 repeated_field_create_with_type(ce, type, msg_ce,
272 zend_class_entry *ce, upb_fieldtype_t type, const zend_class_entry *msg_ce, argument
280 intern->msg_ce = msg_ce;
312 intern->msg_ce = klass;
Dmap.c259 const zend_class_entry *msg_ce, in map_field_create_with_type() argument
266 intern->msg_ce = msg_ce; in map_field_create_with_type()
357 if (!native_slot_set_by_map(intern->value_type, intern->msg_ce, mem, in map_field_write_dimension()
403 intern->msg_ce = klass; in PHP_METHOD()
Dtype_check.c499 if (klass != NULL && intern->msg_ce != klass) { in check_repeated_field()
502 klass->name, intern->msg_ce->name); in check_repeated_field()
582 if (klass != NULL && intern->msg_ce != klass) { in check_map_field()
585 klass->name, intern->msg_ce->name); in check_map_field()
Dprotobuf.h1064 const zend_class_entry* msg_ce; // class entry for value message variable
1089 const zend_class_entry* msg_ce,
1132 const zend_class_entry* msg_ce; // class entry for containing message variable
1145 zend_class_entry* ce, upb_fieldtype_t type, const zend_class_entry* msg_ce,