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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h724 const void *src, const std::type_info &cast_type, const std::type_info *rtti_type = nullptr) {
725 if (auto *tpi = get_type_info(cast_type))
729 std::string tname = rtti_type ? rtti_type->name() : cast_type.name();
849 auto &cast_type = typeid(itype); local
852 if (instance_type && !same_type(cast_type, *instance_type)) {
866 return type_caster_generic::src_and_type(src, cast_type, instance_type);
723 src_and_type( const void *src, const std::type_info &cast_type, const std::type_info *rtti_type = nullptr) argument

Completed in 11 milliseconds