Searched refs:CompileAssert (Results 1 – 8 of 8) sorted by relevance
42 struct CompileAssert { struct46 typedef CompileAssert<static_cast<bool>(expr)> \
212 struct CompileAssert { struct217 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
76 template<bool> struct CompileAssert {}; struct78 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
701 struct CompileAssert { struct705 typedef ::testing::internal::CompileAssert<(bool(expr))> \
344 struct CompileAssert { struct351 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
714 struct CompileAssert { struct718 typedef ::testing::internal::CompileAssert<(bool(expr))> \
680 struct CompileAssert { struct684 typedef ::testing::internal::CompileAssert<(bool(expr))> \
54 template <bool> struct CompileAssert {}; struct56 typedef CompileAssert<(bool(Expr))> Msg[bool(Expr) ? 1 : -1]