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

/gem5/ext/testlib/
H A Dhandlers.py113 log.LibraryStatus.type_id: self.handle_library_status,
115 log.SuiteResult.type_id: self.handle_suite_result,
116 log.TestResult.type_id: self.handle_test_result,
118 log.TestStderr.type_id: self.handle_stderr,
119 log.TestStdout.type_id: self.handle_stdout,
124 self.mapping.get(record.type_id, lambda _:None)(record)
202 log.TestResult.type_id: self.handle_testresult,
203 log.LibraryStatus.type_id: self.handle_library_status,
219 self.mapping.get(record.type_id, lambda _:None)(record)
266 log.TestResult.type_id
[all...]
H A Dlog.py54 cls.type_id = RecordTypeCounterMetaclass.counter
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h49 template <typename T> static std::string type_id() { function
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h239 py::print("###", py::type_id<T>(), "@", format_ptrs(inst), action,
H A Dtest_numpy_array.cpp57 check.name = py::type_id<T>();
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h1486 "of type '" + type_id<holder_type>() + "''");
1645 (std::string) str(handle.get_type()) + " to C++ type '" + type_id<T>() + "'");
1694 " instance to C++ " + type_id<T>() + " instance: instance has multiple references");
1769 std::array<std::string, size> argtypes { {type_id<Args>()...} };
1811 , type(type_id<T>())
2004 argument_cast_error(std::to_string(args_list.size()), type_id<T>());
H A Dpybind11.h1762 pybind11_fail("implicitly_convertible: Unable to find type " + type_id<OutputType>());

Completed in 28 milliseconds