Searched refs:PyInt_FromSize_t (Results 1 – 13 of 13) sorted by relevance
42 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
50 #define PyInt_FromSize_t PyLong_FromSize_t macro182 return PyInt_FromSize_t(key.GetUInt32Value()); in MapKeyToPython()207 return PyInt_FromSize_t(value.GetUInt32Value()); in MapValueRefToPython()
54 #define PyInt_FromSize_t PyLong_FromSize_t macro818 result = PyInt_FromSize_t(value); in GetDefaultValue()
78 #define PyInt_FromSize_t PyLong_FromSize_t macro2192 result = PyInt_FromSize_t(value); in InternalGetScalar()
78 .. c:function:: PyObject* PyInt_FromSize_t(size_t ival)
363 "PyInt_FromSize_t"
207 #define PYBIND11_LONG_FROM_UNSIGNED(o) PyInt_FromSize_t((size_t) o) // Returns long if needed.
544 return PyInt_FromSize_t(self->pos); in mmap_tell_method()
3755 return PyInt_FromSize_t(ro->cnt); in repeat_len()
1663 return PyInt_FromSize_t(sizeof(SRE_CODE)); in sre_codesize()
760 return PyInt_FromSize_t(size); in sys_getsizeof()
116 PyInt_FromSize_t(size_t ival) in PyInt_FromSize_t() function
2601 return PyInt_FromSize_t(len); in dictiter_len()