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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h134 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
137 struct AddRef { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
139 struct AddRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
141 // A handy wrapper for AddRef.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type

Completed in 7 milliseconds