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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2941 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; typedef in class:testing::internal::KeyMatcherImpl
2942 typedef typename RawPairType::first_type KeyType;
3003 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; typedef in class:testing::internal::PairMatcherImpl
3004 typedef typename RawPairType::first_type FirstType;
3005 typedef typename RawPairType::second_type SecondType;

Completed in 21 milliseconds