Searched refs:CompileAssert (Results 1 – 14 of 14) 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[ \
511 struct CompileAssert {}; struct512 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[521 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[ \
696 struct CompileAssert { struct700 typedef ::testing::internal::CompileAssert<(bool(expr))> \
706 struct CompileAssert { struct710 typedef ::testing::internal::CompileAssert<(bool(expr))> \
374 struct CompileAssert { struct381 typedef ::google::protobuf::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))> \
826 struct CompileAssert { struct830 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
816 struct CompileAssert {820 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \841 // - By using the type CompileAssert<(bool(expr))>, we ensures that845 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary848 // CompileAssert<bool(expr)>
1919 struct CompileAssert {1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1970 struct CompileAssert {1974 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \