Searched defs:scope (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h415 class_<Vector, holder_type> bind_vector(handle scope, std::string const &name, Args&&... args) { argument
576 class_<Map, holder_type> bind_map(handle scope, const std::string &name, Args&&... args) { argument
H A Dattr.h27 struct scope { handle value; scope(const handle &s) : value(s) { } }; function in struct:scope
191 handle scope; member in struct:function_record
207 handle scope; member in struct:type_record
[all...]
H A Dcast.h412 error_scope scope; // Preserve error state local
[all...]
H A Dpybind11.h1061 class_(handle scope, const char *name, const Extra &... extra) argument
1558 enum_(const handle &scope, const char *name, const Extra&... extra) argument
1782 exception(handle scope, const char *name, PyObject *base = PyExc_Exception) argument
1813 register_exception(handle scope, const char *name, PyObject *base = PyExc_Exception) argument
2017 error_scope scope; local
[all...]

Completed in 20 milliseconds