Searched refs:ResultOfMatcher (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1866 class ResultOfMatcher { class in namespace:testing::internal
1870 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher) function in class:testing::internal::ResultOfMatcher
1923 GTEST_DISALLOW_ASSIGN_(ResultOfMatcher);
2856 template <typename Callable, typename ResultOfMatcher>
2857 internal::ResultOfMatcher<Callable> ResultOf(
2858 Callable callable, const ResultOfMatcher& matcher) {
2859 return internal::ResultOfMatcher<Callable>(
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2337 class ResultOfMatcher { class in namespace:testing::internal
2341 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher) function in class:testing::internal::ResultOfMatcher
2394 GTEST_DISALLOW_ASSIGN_(ResultOfMatcher);
3938 template <typename Callable, typename ResultOfMatcher>
3939 internal::ResultOfMatcher<Callable> ResultOf(
3940 Callable callable, const ResultOfMatcher& matcher) {
3941 return internal::ResultOfMatcher<Callable>(
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2337 class ResultOfMatcher { class in namespace:testing::internal
2341 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher) function in class:testing::internal::ResultOfMatcher
2394 GTEST_DISALLOW_ASSIGN_(ResultOfMatcher);
3938 template <typename Callable, typename ResultOfMatcher>
3939 internal::ResultOfMatcher<Callable> ResultOf(
3940 Callable callable, const ResultOfMatcher& matcher) {
3941 return internal::ResultOfMatcher<Callable>(
/external/fmtlib/test/gmock/
H A Dgmock.h6814 class ResultOfMatcher { class in namespace:testing::internal
6818 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher) function in class:testing::internal::ResultOfMatcher
6871 GTEST_DISALLOW_ASSIGN_(ResultOfMatcher);
8264 template <typename Callable, typename ResultOfMatcher>
8265 internal::ResultOfMatcher<Callable> ResultOf(
8266 Callable callable, const ResultOfMatcher& matcher) {
8267 return internal::ResultOfMatcher<Callable>(

Completed in 87 milliseconds