Searched refs:PYBIND11_INTERNALS_ID (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dembed.h149 const char *id = PYBIND11_INTERNALS_ID;
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h190 #define PYBIND11_INTERNALS_ID "__pybind11_internals_v" \ macro
197 /// itself is shared among modules with the same `PYBIND11_INTERNALS_ID`.
245 constexpr auto *id = PYBIND11_INTERNALS_ID;
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp100 return builtins.contains(PYBIND11_INTERNALS_ID);

Completed in 8 milliseconds