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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h164 #define PYBIND11_STR_TYPE ::pybind11::str macro
190 #define PYBIND11_STR_TYPE ::pybind11::bytes macro
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h449 dtype descr(_dtype_from_pep3118()(PYBIND11_STR_TYPE(info.format)));
510 struct field_descr { PYBIND11_STR_TYPE name; object format; pybind11::int_ offset; };
520 field_descriptors.push_back({(PYBIND11_STR_TYPE) name, format.strip_padding(format.itemsize()), offset});
1109 names.append(PYBIND11_STR_TYPE(field.name));

Completed in 13 milliseconds