Home | History | Annotate | Download | only in internal

Lines Matching defs:RemoveReference

808 struct RemoveReference { typedef T type; };  // NOLINT
810 struct RemoveReference<T&> { typedef T type; }; // NOLINT
812 // A handy wrapper around RemoveReference that works when the argument
815 typename ::testing::internal::RemoveReference<T>::type