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

/gem5/ext/pybind11/include/pybind11/
H A Dfunctional.h50 same_type(typeid(function_type), *reinterpret_cast<const std::type_info *>(rec->data[1]))) {
H A Dcast.h510 if (instance_type && same_type(*instance_type->cpptype, *tinfo->cpptype))
625 || (cpptype && !same_type(*cpptype, *foreign_typeinfo->cpptype)))
852 if (instance_type && !same_type(cast_type, *instance_type)) {
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h55 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) { return lhs == rhs; } function
59 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) {

Completed in 18 milliseconds