Searched defs:ByRef (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/googletest/googletest/include/gtest/internal/ | ||
H A D | gtest-tuple.h | 127 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal 129 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal |
/gem5/ext/googletest/googlemock/include/gmock/ | ||
H A D | gmock-actions.h | 1199 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT function in namespace:testing |
Completed in 12 milliseconds