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

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h516 using KeyType = typename Map::key_type;
520 [](Map &m, const KeyType &k, const MappedType &v) {
534 using KeyType = typename Map::key_type;
538 [](Map &m, const KeyType &k, const MappedType &v) {
577 using KeyType = typename Map::key_type;
587 tinfo = detail::get_type_info(typeid(KeyType));
614 [](Map &m, const KeyType &k) -> MappedType & {
624 [](Map &m, const KeyType &k) -> bool {
636 [](Map &m, const KeyType &k) {
H A Dpybind11.h1700 typename KeyType = decltype((*std::declval<Iterator>()).first),
1708 .def("__next__", [](state &s) -> KeyType {
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2942 typedef typename RawPairType::first_type KeyType; typedef in class:testing::internal::KeyMatcherImpl
2947 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {
2976 const Matcher<const KeyType&> inner_matcher_;

Completed in 39 milliseconds