Searched refs:PYBIND11_LONG_FROM_SIGNED (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h158 #define PYBIND11_LONG_FROM_SIGNED(o) PyLong_FromSsize_t((ssize_t) o) macro
184 #define PYBIND11_LONG_FROM_SIGNED(o) PyInt_FromSsize_t((ssize_t) o) // Returns long if needed. macro
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h1036 return PYBIND11_LONG_FROM_SIGNED((long) src);

Completed in 16 milliseconds