Searched refs:CompileAssert (Results 1 – 16 of 16) sorted by relevance
90 template <bool b> struct CompileAssert;91 template <> struct CompileAssert<true> {};93 enum { assert_##msg = sizeof(CompileAssert<bool(expr)>) }
518 struct CompileAssert {}; struct519 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[530 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
475 struct CompileAssert {}; struct476 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[485 typedef CompileAssert FLAG_##name##_value_is_not_a_bool[ \
490 struct CompileAssert {}; struct491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
511 struct CompileAssert {}; struct512 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[521 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
497 struct CompileAssert {}; struct498 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[509 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
531 struct CompileAssert {}; struct532 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[541 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
110 struct CompileAssert { struct
26 TEST(MacrosTest, CompileAssert) { in TEST() argument
709 struct CompileAssert { struct713 typedef ::testing::internal::CompileAssert<(bool(expr))> \
1486 struct CompileAssert {};1494 typedef CompileAssert<(static_cast<bool>(expr))> GG_PRIVATE_CAT( \
719 struct CompileAssert { struct723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
1100 struct CompileAssert { struct1104 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1038 struct CompileAssert { struct1042 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1919 struct CompileAssert {1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \