Home
last modified time | relevance | path

Searched refs:PYBIND11_CONCAT (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/
Dembed.h50 PYBIND11_CONCAT(pybind11_module_def_, name); \
51 static void PYBIND11_CONCAT(pybind11_init_, name)(::pybind11::module_ &); \
52 static PyObject PYBIND11_CONCAT(*pybind11_init_wrapper_, name)() { \
55 &PYBIND11_CONCAT(pybind11_module_def_, name)); \
57 PYBIND11_CONCAT(pybind11_init_, name)(m); \
62 ::pybind11::detail::embedded_module PYBIND11_CONCAT(pybind11_module_, name) \
64 PYBIND11_CONCAT(pybind11_init_impl_, name)); \
65 void PYBIND11_CONCAT(pybind11_init_, name)(::pybind11::module_ &variable)
/external/python/pybind11/include/pybind11/detail/
Dcommon.h237 #define PYBIND11_CONCAT(first, second) first##second macro
316 PYBIND11_CONCAT(pybind11_module_def_, name) PYBIND11_MAYBE_UNUSED; \
318 static void PYBIND11_CONCAT(pybind11_init_, name)(::pybind11::module_ &); \
324 &PYBIND11_CONCAT(pybind11_module_def_, name)); \
326 PYBIND11_CONCAT(pybind11_init_, name)(m); \
330 void PYBIND11_CONCAT(pybind11_init_, name)(::pybind11::module_ &variable)