Lines Matching defs:first

1309   EXPECT_EQ("whose first field is a value which is 5 less than 10",
1311 EXPECT_EQ("whose first field is a value which is 5 more than 10",
1368 EXPECT_EQ("has a first field that is equal to \"foo\""
1371 EXPECT_EQ("has a first field that isn't equal to \"foo\""
1376 EXPECT_EQ("has a first field that isn't equal to 13"
1382 // If neither field matches, Pair() should explain about the first
1385 EXPECT_EQ("whose first field does not match, which is 1 less than 0",
1388 // If the first field matches but the second doesn't, Pair() should
1393 // If the first field doesn't match but the second does, Pair()
1394 // should explain about the first field.
1395 EXPECT_EQ("whose first field does not match, which is 1 less than 0",
1399 EXPECT_EQ("whose both fields match, where the first field is a value "
1404 // If only the first match has an explanation, only this explanation should
1407 EXPECT_EQ("whose both fields match, where the first field is a value "
1426 // 'first' doesnt' match, but 'second' matches.
1430 // 'first' matches, but 'second' doesn't match.
1932 // Tests that Eq() matches a 2-tuple where the first field == the
1946 // Tests that Ge() matches a 2-tuple where the first field >= the
1958 EXPECT_EQ("are a pair where the first >= the second", Describe(m));
1961 // Tests that Gt() matches a 2-tuple where the first field > the
1973 EXPECT_EQ("are a pair where the first > the second", Describe(m));
1976 // Tests that Le() matches a 2-tuple where the first field <= the
1988 EXPECT_EQ("are a pair where the first <= the second", Describe(m));
1991 // Tests that Lt() matches a 2-tuple where the first field < the
2003 EXPECT_EQ("are a pair where the first < the second", Describe(m));
2006 // Tests that Ne() matches a 2-tuple where the first field != the
2204 // matcher doesn't give an explanation, so only the first matcher's
2226 // Failed match. The first matcher, which failed, needs to
2389 // matcher doesn't give an explanation, so only the first matcher's
2411 // Successful match. The first matcher, which succeeded, needs to
3994 // Tests that when AllOf() fails, only the first failing matcher is
4001 // Tests that when AllOf() fails, only the first failing matcher is
4008 // Tests that when AllOf() fails, only the first failing matcher is
4324 // Tests using ContainerEq() in the first dimension.
4503 Streamlike(InIter first, InIter last) : remainder_(first, last) {}
5047 lhs_used_[back.first] = kUnused;
5111 // Check that elements of first and second are unique.
5116 size_t ilhs = matches[i].first;
5156 size_t nlhs = GetParam().first;
5187 int nodes = GetParam().first;
5425 *os << "are a pair where the first is half of the second";
5429 *os << "are a pair where the first isn't half of the second";
5444 "in { 1, 2, 3 } are a pair where the first is half of the second",
5448 "where the first isn't half of the second",
5546 " - element #0 and 1 are a pair where the first is half of the second, "
5548 " - element #1 and 2 are a pair where the first is half of the second, "
5550 " - element #2 and 3 are a pair where the first is half of the second",
5555 " - element #0 and 1 are a pair where the first is half of the second, "
5557 " - element #1 and 2 are a pair where the first is half of the second, "
5559 " - element #2 and 3 are a pair where the first is half of the second",