Home | History | Annotate | Download | only in gtest

Lines Matching defs:StaticAssertTypeEq

2175 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2178 // Instead of making StaticAssertTypeEq a class template, we make it a
2180 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2186 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2191 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2205 bool StaticAssertTypeEq() {