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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinit.h96 void construct(value_and_holder &v_h, Cpp<Class> *ptr, bool need_alias) { argument
71 construct_alias_from_cpp(std::true_type , value_and_holder &v_h, Cpp<Class> &&base) argument
124 construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) argument
133 construct(value_and_holder &v_h, Holder<Class> holder, bool need_alias) argument
149 construct(value_and_holder &v_h, Cpp<Class> &&result, bool need_alias) argument
162 construct(value_and_holder &v_h, Alias<Class> &&result, bool) argument
286 setstate(value_and_holder &v_h, T &&result, bool need_alias) argument
293 setstate(value_and_holder &v_h, std::pair<T, O> &&result, bool need_alias) argument
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h569 void load_value(value_and_holder &&v_h) { argument
H A Dpybind11.h1296 static void init_holder(detail::instance *inst, detail::value_and_holder &v_h, argument
1313 static void init_holder_from_existing(const detail::value_and_holder &v_h, argument
1318 init_holder_from_existing(const detail::value_and_holder &v_h, const holder_type *holder_ptr, std::false_type ) argument
1324 init_holder(detail::instance *inst, detail::value_and_holder &v_h, const holder_type *holder_ptr, const void * ) argument
1340 auto v_h = inst->get_value_and_holder(detail::get_type_info(typeid(type))); local
1349 dealloc(detail::value_and_holder &v_h) argument
[all...]

Completed in 20 milliseconds