Searched refs:php_proto_zend_lookup_class (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 859 if (php_proto_zend_lookup_class(namesink.ptr, namesink.len - 1, &pce) == in register_class() 1017 if (php_proto_zend_lookup_class(classname, classname_len, &pce) == in PHP_METHOD() 1054 if (php_proto_zend_lookup_class(classname, classname_len, &pce) == in PHP_METHOD()
|
D | protobuf.h | 255 #define php_proto_zend_lookup_class(name, name_length, ce) \ macro 518 static inline int php_proto_zend_lookup_class( in php_proto_zend_lookup_class() function
|
D | message.c | 1599 if (php_proto_zend_lookup_class("\\DatetimeInterface", 18,
|