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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h96 auto const &type_dict = get_internals().registered_types_py; local
103 auto it = type_dict.find(type);
104 if (it != type_dict.end()) {

Completed in 10 milliseconds