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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h159 #define PYBIND11_LONG_FROM_UNSIGNED(o) PyLong_FromSize_t((size_t) o) macro
185 #define PYBIND11_LONG_FROM_UNSIGNED(o) PyInt_FromSize_t((size_t) o) // Returns long if needed. macro
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h1042 return PYBIND11_LONG_FROM_UNSIGNED((unsigned long) src);

Completed in 16 milliseconds