Searched defs:Ge (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h736 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
739 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Ge, >=, "is >=", "isn't >=");
1144 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1147 Ge, >=, "a pair where the first >= the second");
2221 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
2608 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
2689 // Field(&Foo::number, Ge(5))
2883 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
3005 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3014 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(
[all...]

Completed in 95 milliseconds