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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h29 Le, member in class:clang::ast_matchers::GtestCmp
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp36 case GtestCmp::Le:
54 case GtestCmp::Le:
72 case GtestCmp::Le:
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc101 using testing::Le;
1112 // Tests that Le(v) matches anything <= v.
1114 Matcher<char> m1 = Le('b');
1120 // Tests that Le(v) describes itself properly.
1122 Matcher<int> m = Le(5);
2270 // Tests that Le() matches a 2-tuple where the first field <= the
2273 Matcher<const Tuple2&> m = Le();
2279 // Tests that Le() describes itself properly.
2281 Matcher<const Tuple2&> m = Le();
2497 m = AllOf(Le(
[all...]
H A Dgmock_link_test.h69 // Gt, Lt, Ge, Le, Ne
156 using testing::Le;
499 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
505 ON_CALL(mock, VoidFromFloat(Le(1.0f))).WillByDefault(Return());
H A Dgmock-generated-matchers_test.cc78 using testing::Le;
674 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
676 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock-internal-utils_test.cc492 AllOf(Ge(expected_skip_count), Le(expected_skip_count + 10)));
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4361 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
4724 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
4807 // EXPECT_THAT(container, SizeIs(Le(2)); // Checks container has at most 2.
5113 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4909 0hJbWavLXYc7nwfwnTaGy2SD/c3qy53MAqiRqNGLtYU1J2H7oy7uP3vwn/Le/rMX

Completed in 267 milliseconds