Lines Matching refs:t1
1803 template <typename T1, typename T2>1804 bool GreaterThan(T1 x1, T2 x2) {1844 template <typename T1, typename T2>1846 const T1& x1, const T2& x2) {5457 ThreadLocal<int> t1;5458 EXPECT_EQ(0, t1.get());5465 ThreadLocal<int> t1(123);5466 EXPECT_EQ(123, t1.get());