/external/protobuf/src/google/protobuf/stubs/ |
D | macros.h | 110 struct CompileAssert { struct 120 ::google::protobuf::internal::CompileAssert<(bool(expr))> \
|
/external/gflags/src/ |
D | util.h | 90 template <bool b> struct CompileAssert; 91 template <> struct CompileAssert<true> {}; 93 enum { assert_##msg = sizeof(CompileAssert<bool(expr)>) }
|
D | gflags.h.in | 518 struct CompileAssert {}; struct 519 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 530 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 475 struct CompileAssert {}; struct 476 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 485 typedef CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 490 struct CompileAssert {}; struct 491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 490 struct CompileAssert {}; struct 491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 511 struct CompileAssert {}; struct 512 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 521 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/gflags/android/gflags/ |
D | gflags.h | 497 struct CompileAssert {}; struct 498 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 509 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 531 struct CompileAssert {}; struct 532 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 541 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/libchrome/mojo/public/c/system/tests/ |
D | macros_unittest.cc | 26 TEST(MacrosTest, CompileAssert) { in TEST() argument
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 709 struct CompileAssert { struct 713 typedef ::testing::internal::CompileAssert<(bool(expr))> \
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 701 struct CompileAssert { struct 705 typedef ::testing::internal::CompileAssert<(bool(expr))> \
|
/external/dynamic_depth/internal/base/ |
D | port.h | 1486 struct CompileAssert {}; 1494 typedef CompileAssert<(static_cast<bool>(expr))> GG_PRIVATE_CAT( \
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 719 struct CompileAssert { struct 723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1100 struct CompileAssert { struct 1104 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1038 struct CompileAssert { struct 1042 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1029 struct CompileAssert { struct 1033 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 1042 struct CompileAssert { struct 1046 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
|
/external/epid-sdk/ext/gtest/ |
D | gtest.h | 2311 struct CompileAssert { 2315 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
|