Searched refs:explain_second (Results 1 – 2 of 2) sorted by relevance
1285 const Matcher<pair<int, int> > explain_second = Pair(0, GreaterThan(0)); in TEST() local1288 Explain(explain_second, make_pair(0, 1))); in TEST()
1630 const Matcher<pair<int, int> > explain_second = Pair(0, GreaterThan(0)); in TEST() local1633 Explain(explain_second, make_pair(0, 1))); in TEST()