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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1207 class RefMatcher<T&> { class in namespace:testing::internal
1217 explicit RefMatcher(T& x) : object_(x) {} // NOLINT function in class:testing::internal::RefMatcher

Completed in 275 milliseconds