Searched refs:other_obj (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/php/ext/grpc/ |
D | timeval.c | 78 zval *other_obj; in PHP_METHOD() local 81 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &other_obj, in PHP_METHOD() 90 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, other_obj); in PHP_METHOD() 104 zval *other_obj; in PHP_METHOD() local 107 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &other_obj, in PHP_METHOD() 116 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, other_obj); in PHP_METHOD()
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 220 PyObject* other_obj = PyWeakref_GET_OBJECT(other); in weakref_richcompare() local 222 Py_INCREF(other_obj); in weakref_richcompare() 223 PyObject* res = PyObject_RichCompare(obj, other_obj, op); in weakref_richcompare() 225 Py_DECREF(other_obj); in weakref_richcompare()
|