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

/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/gmock/include/gmock/
H A Dgmock-matchers.h2125 // Type traits specifying various features of different functors for ResultOf.
2128 // to be compatible with ResultOf.
2147 << "NULL function pointer is passed into ResultOf().";
2155 // Implements the ResultOf() matcher for matching a return value of a
2204 // use stateful callables with ResultOf(), which does't guarantee
3598 // ResultOf(f, StartsWith("hi"))
3609 internal::ResultOfMatcher<Callable> ResultOf( function in namespace:testing
3617 // ResultOf(Function, m)

Completed in 215 milliseconds