Home | History | Annotate | Download | only in internal

Lines Matching defs:RemoveReference

809 struct RemoveReference { typedef T type; };  // NOLINT
811 struct RemoveReference<T&> { typedef T type; }; // NOLINT
813 // A handy wrapper around RemoveReference that works when the argument
816 typename ::testing::internal::RemoveReference<T>::type