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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h486 : typeinfo(get_type_info(type_info)), cpptype(&type_info) { }
489 : typeinfo(typeinfo), cpptype(typeinfo ? typeinfo->cpptype : nullptr) { }
510 if (instance_type && same_type(*instance_type->cpptype, *tinfo->cpptype))
625 || (cpptype && !same_type(*cpptype, *foreign_typeinfo->cpptype)))
709 if (auto gtype = get_global_type_info(*typeinfo->cpptype)) {
737 const std::type_info *cpptype member in class:type_caster_generic
[all...]
H A Dpybind11.h906 tinfo->cpptype = rec.type;
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h118 const std::type_info *cpptype; member in struct:type_info
H A Dclass.h206 if (c.first == tinfo->cpptype) {

Completed in 22 milliseconds