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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2352 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; typedef in class:testing::internal::KeyMatcherImpl
2353 typedef typename RawPairType::first_type KeyType;
2414 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; typedef in class:testing::internal::PairMatcherImpl
2415 typedef typename RawPairType::first_type FirstType;
2416 typedef typename RawPairType::second_type SecondType;
/external/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;
/external/v8/testing/gmock/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;
/external/fmtlib/test/gmock/
H A Dgmock.h7356 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; typedef in class:testing::internal::KeyMatcherImpl
7357 typedef typename RawPairType::first_type KeyType;
7418 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; typedef in class:testing::internal::PairMatcherImpl
7419 typedef typename RawPairType::first_type FirstType;
7420 typedef typename RawPairType::second_type SecondType;

Completed in 227 milliseconds