Lines Matching refs:t1
1105 template <typename T1, typename T2>1106 bool AllOf(const T1& t1, const T2& t2) { return true; }1113 template <typename T1, typename T2> bool1114 AnyOf(const T1& t1, const T2& t2) { return true; }