Searched refs:uarg (Results 1 – 2 of 2) sorted by relevance
623 PyObject *uarg; in convertsimple() local862 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()863 if (uarg == NULL) in convertsimple()867 PyString_AS_STRING(uarg), PyString_GET_SIZE(uarg), in convertsimple()892 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()893 if (uarg == NULL) in convertsimple()896 *p = PyString_AS_STRING(uarg); in convertsimple()897 STORE_SIZE(PyString_GET_SIZE(uarg)); in convertsimple()915 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()916 if (uarg == NULL) in convertsimple()[all …]
12 T foo(T targ, U uarg) { in foo() argument