Home | History | Annotate | Download | only in gtest

Lines Matching refs:CompileAssert

1758 struct CompileAssert {
1762 typedef ::testing::internal::CompileAssert<(bool(expr))> \
1783 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1787 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
1790 // CompileAssert<bool(expr)>