Searched defs:class_ (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dattr.h21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; member in struct:is_method
H A Dpybind11.h1038 class class_ : public detail::generic_type { class in inherits:detail::generic_type
1061 class_(handle scope, const char *name, const Extra &... extra) { function in class:cpp_function::class_
[all...]
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h168 static ConstructorStats& get(py::object class_) { argument

Completed in 15 milliseconds