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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2342 : callable_(callable), matcher_(matcher) {
2343 CallableTraits<Callable>::CheckIsValid(callable_);
2348 return Matcher<T>(new Impl<T>(callable_, matcher_));
2358 : callable_(callable), matcher_(matcher) {}
2375 CallableTraits<Callable>::template Invoke<T>(callable_, obj);
2385 mutable CallableStorageType callable_; member in class:testing::internal::ResultOfMatcher::Impl
2391 const CallableStorageType callable_; member in class:testing::internal::ResultOfMatcher

Completed in 22 milliseconds