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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1019 // The RefMatcher template class implements Ref(variable). It can
1029 class RefMatcher;
1032 class RefMatcher<T&> { class in namespace:testing::internal
1039 // RefMatcher() takes a T& instead of const T&, as we want the
1042 explicit RefMatcher(T& x) : object_(x) {} // NOLINT function in class:testing::internal::RefMatcher
1086 GTEST_DISALLOW_ASSIGN_(RefMatcher);
3809 inline internal::RefMatcher<T&> Ref(T& x) { // NOLINT
3810 return internal::RefMatcher<T&>(x);

Completed in 22 milliseconds