Searched refs:ResultOf (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc114 using testing::ResultOf;
3332 // Tests ResultOf.
3334 // Tests that ResultOf(f, ...) compiles and works as expected when f is a
3339 Matcher<int> matcher = ResultOf(&IntToStringFunction, Eq(string("foo")));
3345 // Tests that ResultOf() can describe itself.
3347 Matcher<int> matcher = ResultOf(&IntToStringFunction, StrEq("foo"));
3355 // Tests that ResultOf() can explain the match result.
3359 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85));
3363 matcher = ResultOf(&IntFunction, GreaterThan(85));
3368 // Tests that ResultOf(
[all...]
H A Dgmock_link_test.h92 // ResultOf(function)
163 using testing::ResultOf;
625 // Tests the linkage of the ResultOf matcher.
627 Matcher<char*> m = ResultOf(&InvokeHelper::StaticIntFromString, Eq(1));
631 // Tests the linkage of the ResultOf matcher.
/external/googletest/googlemock/test/
H A Dgmock_link_test.h92 // ResultOf(function)
163 using testing::ResultOf;
625 // Tests the linkage of the ResultOf matcher.
627 Matcher<char*> m = ResultOf(&InvokeHelper::StaticIntFromString, Eq(1));
631 // Tests the linkage of the ResultOf matcher.
H A Dgmock-matchers_test.cc125 using testing::ResultOf;
3794 // Tests ResultOf.
3796 // Tests that ResultOf(f, ...) compiles and works as expected when f is a
3801 Matcher<int> matcher = ResultOf(&IntToStringFunction, Eq(string("foo")));
3807 // Tests that ResultOf() can describe itself.
3809 Matcher<int> matcher = ResultOf(&IntToStringFunction, StrEq("foo"));
3817 // Tests that ResultOf() can explain the match result.
3821 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85));
3825 matcher = ResultOf(&IntFunction, GreaterThan(85));
3830 // Tests that ResultOf(
[all...]
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h92 // ResultOf(function)
163 using testing::ResultOf;
625 // Tests the linkage of the ResultOf matcher.
627 Matcher<char*> m = ResultOf(&InvokeHelper::StaticIntFromString, Eq(1));
631 // Tests the linkage of the ResultOf matcher.
H A Dgmock-matchers_test.cc125 using testing::ResultOf;
3792 // Tests ResultOf.
3794 // Tests that ResultOf(f, ...) compiles and works as expected when f is a
3799 Matcher<int> matcher = ResultOf(&IntToStringFunction, Eq(string("foo")));
3805 // Tests that ResultOf() can describe itself.
3807 Matcher<int> matcher = ResultOf(&IntToStringFunction, StrEq("foo"));
3815 // Tests that ResultOf() can explain the match result.
3819 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85));
3823 matcher = ResultOf(&IntFunction, GreaterThan(85));
3828 // Tests that ResultOf(
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1833 // Type traits specifying various features of different functors for ResultOf.
1836 // to be compatible with ResultOf.
1855 << "NULL function pointer is passed into ResultOf().";
1863 // Implements the ResultOf() matcher for matching a return value of a
1912 // use stateful callables with ResultOf(), which does't guarantee
2846 // ResultOf(f, StartsWith("hi"))
2857 internal::ResultOfMatcher<Callable> ResultOf( function in namespace:testing
2865 // ResultOf(Function, m)
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2304 // Type traits specifying various features of different functors for ResultOf.
2307 // to be compatible with ResultOf.
2326 << "NULL function pointer is passed into ResultOf().";
2334 // Implements the ResultOf() matcher for matching a return value of a
2383 // use stateful callables with ResultOf(), which does't guarantee
3928 // ResultOf(f, StartsWith("hi"))
3939 internal::ResultOfMatcher<Callable> ResultOf( function in namespace:testing
3947 // ResultOf(Function, m)
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2304 // Type traits specifying various features of different functors for ResultOf.
2307 // to be compatible with ResultOf.
2326 << "NULL function pointer is passed into ResultOf().";
2334 // Implements the ResultOf() matcher for matching a return value of a
2383 // use stateful callables with ResultOf(), which does't guarantee
3928 // ResultOf(f, StartsWith("hi"))
3939 internal::ResultOfMatcher<Callable> ResultOf( function in namespace:testing
3947 // ResultOf(Function, m)
/external/fmtlib/test/gmock/
H A Dgmock.h6781 // Type traits specifying various features of different functors for ResultOf.
6784 // to be compatible with ResultOf.
6803 << "NULL function pointer is passed into ResultOf().";
6811 // Implements the ResultOf() matcher for matching a return value of a
6860 // use stateful callables with ResultOf(), which does't guarantee
8254 // ResultOf(f, StartsWith("hi"))
8265 internal::ResultOfMatcher<Callable> ResultOf( function in namespace:testing
8273 // ResultOf(Function, m)

Completed in 247 milliseconds