Home | History | Annotate | Download | only in gtest

Lines Matching defs:StaticAssertTypeEq

2048 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2051 // Instead of making StaticAssertTypeEq a class template, we make it a
2053 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2059 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2064 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2078 bool StaticAssertTypeEq() {