Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c125 PHP_PROTO_HASHTABLE_VALUE get_ce_obj(const void* ce) { in get_ce_obj() function
Dencode_decode.c1653 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(val))); in serialize_to_string()
1698 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD()
1714 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD()
1745 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD()
Ddef.c1022 PHP_PROTO_HASHTABLE_VALUE desc = get_ce_obj(PHP_PROTO_CE_UNREF(pce)); in PHP_METHOD()
1059 PHP_PROTO_HASHTABLE_VALUE desc = get_ce_obj(PHP_PROTO_CE_UNREF(pce)); in PHP_METHOD()
Dmessage.c254 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(ce));
1469 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(val)));
1496 PHP_PROTO_HASHTABLE_VALUE desc_php = get_ce_obj(klass);
1503 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(klass));
Dprotobuf.h741 PHP_PROTO_HASHTABLE_VALUE get_ce_obj(const void* ce);