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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
785 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Ge, >=, "is >=", "isn't >=");
1190 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1193 Ge, >=, "a pair where the first >= the second");
2347 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
2729 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
2810 // Field(&Foo::number, Ge(5))
3004 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
3146 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3155 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2936 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3766 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
3892 // Field(&Foo::number, Ge(5))
4086 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
4319 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
4328 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(5), "foo"))) can be used
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2936 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3766 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
3892 // Field(&Foo::number, Ge(5))
4086 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
4319 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
4328 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(5), "foo"))) can be used
/external/fmtlib/test/gmock/
H A Dgmock.h5566 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
5569 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Ge, >=, "is >=", "isn't >=");
6006 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
6009 Ge, >=, "a pair where the first >= the second");
7351 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
8105 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
8218 // Field(&Foo::number, Ge(5))
8412 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
8566 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
8575 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(
[all...]

Completed in 364 milliseconds