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

/gem5/ext/pybind11/tests/
H A Dtest_tagbased_polymorphic.cpp20 static const std::type_info* type_of_kind(Kind kind);
80 const std::type_info* Animal::type_of_kind(Kind kind) function in class:Animal::Animal
102 std::string raw_name = type_of_kind(kind)->name();
112 { type = src ? Animal::type_of_kind(src->kind) : nullptr; return src; }

Completed in 4 milliseconds