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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2442 // Returns true iff 'a_pair.first' matches first_matcher and 'a_pair.second'
2444 virtual bool MatchAndExplain(PairType a_pair, argument
2449 return first_matcher_.Matches(a_pair.first) &&
2450 second_matcher_.Matches(a_pair.second);
2453 if (!first_matcher_.MatchAndExplain(a_pair.first,
2460 if (!second_matcher_.MatchAndExplain(a_pair.second,
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc4082 bool MatchAndExplain(const tuple<T1, T2>& a_pair, argument
4084 if (get<0>(a_pair) == get<1>(a_pair)/2) {
4085 *listener << "where the second is " << get<1>(a_pair);
4088 *listener << "where the second/2 is " << get<1>(a_pair)/2;
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3031 // Returns true iff 'a_pair.first' matches first_matcher and 'a_pair.second'
3033 virtual bool MatchAndExplain(PairType a_pair, argument
3038 return first_matcher_.Matches(a_pair.first) &&
3039 second_matcher_.Matches(a_pair.second);
3042 if (!first_matcher_.MatchAndExplain(a_pair.first,
3049 if (!second_matcher_.MatchAndExplain(a_pair.second,
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3031 // Returns true iff 'a_pair.first' matches first_matcher and 'a_pair.second'
3033 virtual bool MatchAndExplain(PairType a_pair, argument
3038 return first_matcher_.Matches(a_pair.first) &&
3039 second_matcher_.Matches(a_pair.second);
3042 if (!first_matcher_.MatchAndExplain(a_pair.first,
3049 if (!second_matcher_.MatchAndExplain(a_pair.second,
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5409 bool MatchAndExplain(const tuple<T1, T2>& a_pair, argument
5411 if (get<0>(a_pair) == get<1>(a_pair)/2) {
5412 *listener << "where the second is " << get<1>(a_pair);
5415 *listener << "where the second/2 is " << get<1>(a_pair)/2;
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc5407 bool MatchAndExplain(const tuple<T1, T2>& a_pair, argument
5409 if (get<0>(a_pair) == get<1>(a_pair)/2) {
5410 *listener << "where the second is " << get<1>(a_pair);
5413 *listener << "where the second/2 is " << get<1>(a_pair)/2;
/external/fmtlib/test/gmock/
H A Dgmock.h7446 // Returns true iff 'a_pair.first' matches first_matcher and 'a_pair.second'
7448 virtual bool MatchAndExplain(PairType a_pair, argument
7453 return first_matcher_.Matches(a_pair.first) &&
7454 second_matcher_.Matches(a_pair.second);
7457 if (!first_matcher_.MatchAndExplain(a_pair.first,
7464 if (!second_matcher_.MatchAndExplain(a_pair.second,

Completed in 161 milliseconds