Home | History | Annotate | Download | only in internal

Lines Matching defs:tr1

36 // Implements a subset of TR1 tuple needed by Google Test and Google Mock.
56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
113 namespace tr1 {
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
135 // is the same as tr1::add_reference<T>::type.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
988 } // namespace tr1