Searched refs:Le (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
151 using testing::Le;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
500 ON_CALL(mock, VoidFromFloat(Le(1.0f))).WillByDefault(Return());
H A Dgmock-matchers_test.cc102 using testing::Le;
960 // Tests that Le(v) matches anything <= v.
962 Matcher<char> m1 = Le('b');
968 // Tests that Le(v) describes itself properly.
970 Matcher<int> m = Le(5);
1976 // Tests that Le() matches a 2-tuple where the first field <= the
1979 Matcher<const Tuple2&> m = Le();
1985 // Tests that Le() describes itself properly.
1987 Matcher<const Tuple2&> m = Le();
2059 m = AllOf(Le(
[all...]
H A Dgmock-generated-matchers_test.cc67 using testing::Le;
664 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
666 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock-internal-utils_test.cc474 AllOf(Ge(expected_skip_count), Le(expected_skip_count + 10)));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3778 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
4094 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
4125 // EXPECT_THAT(container, SizeIs(Le(2)); // Checks container has at most 2.
4309 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));

Completed in 47 milliseconds