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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h971 // rec_func must be set for either fget or fset.
973 handle fget, handle fset,
980 fset.ptr() ? fset : none(),
1189 fset([pm](type &c, const D &value) { c.*pm = value; }, is_method(*this));
1190 def_property(name, fget, fset, return_value_policy::reference_internal, extra...);
1205 fset([pm](object, const D &value) { *pm = value; }, scope(*this));
1206 def_property_static(name, fget, fset, return_value_policy::reference, extra...);
1244 class_ &def_property(const char *name, const Getter &fget, const Setter &fset, const Extra& ...extra) { argument
1245 return def_property(name, fget, cpp_function(method_adaptor<type>(fset)), extr
972 def_property_static_impl(const char *name, handle fget, handle fset, detail::function_record *rec_func) argument
1248 def_property(const char *name, const Getter &fget, const cpp_function &fset, const Extra& ...extra) argument
1255 def_property(const char *name, const cpp_function &fget, const cpp_function &fset, const Extra& ...extra) argument
1261 def_property_static(const char *name, const Getter &fget, const cpp_function &fset, const Extra& ...extra) argument
1267 def_property_static(const char *name, const cpp_function &fget, const cpp_function &fset, const Extra& ...extra) argument
[all...]

Completed in 10 milliseconds