Home
last modified time | relevance | path

Searched refs:PyNumber_Long (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Include/
H A Dabstract.h538 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/third_party/python/PC/
H A Dpython3dll.c413 EXPORT_FUNC(PyNumber_Long)
/third_party/python/Objects/
H A Dweakrefobject.c524 WRAP_UNARY(proxy_int, PyNumber_Long)
H A Dabstract.c1518 PyNumber_Long(PyObject *o) in PyNumber_Long() function
H A Dbytesobject.c470 iobj = PyNumber_Long(v); in formatlong()
H A Dlongobject.c5371 return PyNumber_Long(x); in long_new_impl()
H A Dunicodeobject.c14572 iobj = PyNumber_Long(v); in mainformatlong()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
675 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
/third_party/python/Modules/_io/
H A Dtextio.c2329 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
/third_party/python/Modules/
H A D_testcapimodule.c7847 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro()

Completed in 53 milliseconds