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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1032 class RefMatcher<T&> { class in namespace:testing::internal
1042 explicit RefMatcher(T& x) : object_(x) {} // NOLINT function in class:testing::internal::RefMatcher

Completed in 35 milliseconds