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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h127 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 Dgmock-actions.h1199 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT function in namespace:testing

Completed in 12 milliseconds