Lines Matching refs:T1
2631 template <typename T1, typename T2>2632 bool GreaterThan(T1 x1, T2 x2) {2673 template <typename T1, typename T2>2675 const T1& x1, const T2& x2) {6424 ThreadLocal<int> t1;6425 EXPECT_EQ(0, t1.get());6432 ThreadLocal<int> t1(123);6433 EXPECT_EQ(123, t1.get());