Searched defs:SecondType (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2416 typedef typename RawPairType::second_type SecondType; typedef in class:testing::internal::PairMatcherImpl
2423 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
2491 const Matcher<const SecondType&> second_matcher_;
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3005 typedef typename RawPairType::second_type SecondType; typedef in class:testing::internal::PairMatcherImpl
3012 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
3080 const Matcher<const SecondType&> second_matcher_;
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3005 typedef typename RawPairType::second_type SecondType; typedef in class:testing::internal::PairMatcherImpl
3012 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
3080 const Matcher<const SecondType&> second_matcher_;
/external/fmtlib/test/gmock/
H A Dgmock.h7420 typedef typename RawPairType::second_type SecondType; typedef in class:testing::internal::PairMatcherImpl
7427 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
7495 const Matcher<const SecondType&> second_matcher_;
/external/clang/lib/Sema/
H A DSemaExpr.cpp12537 QualType FirstType, SecondType; local
12543 SecondType = SrcType;
12554 SecondType = DstType;
12560 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
12562 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
12575 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
12583 if (SecondType == Context.OverloadTy)

Completed in 456 milliseconds