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