Searched refs:CompileAssert (Results 1 – 9 of 9) sorted by relevance
81 template<bool> struct CompileAssert {}; struct83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
475 struct CompileAssert {}; struct476 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[485 typedef CompileAssert FLAG_##name##_value_is_not_a_bool[ \
129 struct CompileAssert {}; struct132 typedef CompileAssert<static_cast<bool>(expr)> \
374 struct CompileAssert { struct381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
696 struct CompileAssert { struct700 typedef ::testing::internal::CompileAssert<(bool(expr))> \
706 struct CompileAssert { struct710 typedef ::testing::internal::CompileAssert<(bool(expr))> \
719 struct CompileAssert { struct723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
812 struct CompileAssert { struct816 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1919 struct CompileAssert {1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \