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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinit.h175 }, is_new_style_constructor(), extra...);
187 }, is_new_style_constructor(), extra...);
196 }, is_new_style_constructor(), extra...);
207 }, is_new_style_constructor(), extra...);
239 }, is_new_style_constructor(), extra...);
280 }, is_new_style_constructor(), extra...);
329 }, is_new_style_constructor(), extra...);
/gem5/ext/pybind11/include/pybind11/
H A Dattr.h136 : is_constructor(false), is_new_style_constructor(false), is_stateless(false),
167 bool is_new_style_constructor : 1; member in struct:function_record
292 struct is_new_style_constructor { }; struct
352 template <> struct process_attribute<is_new_style_constructor> : process_attribute_default<is_new_style_constructor> {
353 static void init(const is_new_style_constructor &, function_record *r) { r->is_new_style_constructor = true; }
H A Dpybind11.h211 if (rec->is_constructor && !rec->is_new_style_constructor) {
259 } else if (rec->is_new_style_constructor && arg_index == 0) {
502 if (func.is_new_style_constructor) {

Completed in 18 milliseconds