Home | History | Annotate | Download | only in internal

Lines Matching refs:AddReference

743 struct AddReference { typedef T& type; };  // NOLINT
745 struct AddReference<T&> { typedef T& type; }; // NOLINT
747 // A handy wrapper around AddReference that works when the argument T
750 typename ::testing::internal::AddReference<T>::type