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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h829 // The RefMatcher template class implements Ref(variable). It can
839 class RefMatcher;
842 class RefMatcher<T&> { class in namespace:testing::internal
849 // RefMatcher() takes a T& instead of const T&, as we want the
852 explicit RefMatcher(T& x) : object_(x) {} // NOLINT function in class:testing::internal::RefMatcher
896 GTEST_DISALLOW_ASSIGN_(RefMatcher);
2772 inline internal::RefMatcher<T&> Ref(T& x) { // NOLINT
2773 return internal::RefMatcher<T&>(x);
/external/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);
/external/v8/testing/gmock/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);
/external/fmtlib/test/gmock/
H A Dgmock.h5613 // The RefMatcher template class implements Ref(variable). It can
5623 class RefMatcher;
5626 class RefMatcher<T&> { class in namespace:testing::internal
5633 // RefMatcher() takes a T& instead of const T&, as we want the
5636 explicit RefMatcher(T& x) : object_(x) {} // NOLINT function in class:testing::internal::RefMatcher
5680 GTEST_DISALLOW_ASSIGN_(RefMatcher);
8148 inline internal::RefMatcher<T&> Ref(T& x) { // NOLINT
8149 return internal::RefMatcher<T&>(x);

Completed in 152 milliseconds