Home
last modified time | relevance | path

Searched refs:CompileAssert (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmacros.h110 struct CompileAssert { struct
120 ::google::protobuf::internal::CompileAssert<(bool(expr))> \
/external/gflags/src/
Dutil.h90 template <bool b> struct CompileAssert;
91 template <> struct CompileAssert<true> {};
93 enum { assert_##msg = sizeof(CompileAssert<bool(expr)>) }
Dgflags.h.in518 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/
Dgflags.h475 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/
Dgflags.h490 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/
Dgflags.h490 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/
Dgflags.h511 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/
Dgflags.h497 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/
Dgflags.h531 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/
Dmacros_unittest.cc26 TEST(MacrosTest, CompileAssert) { in TEST() argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h709 struct CompileAssert { struct
713 typedef ::testing::internal::CompileAssert<(bool(expr))> \
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h701 struct CompileAssert { struct
705 typedef ::testing::internal::CompileAssert<(bool(expr))> \
/external/dynamic_depth/internal/base/
Dport.h1486 struct CompileAssert {};
1494 typedef CompileAssert<(static_cast<bool>(expr))> GG_PRIVATE_CAT( \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h719 struct CompileAssert { struct
723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1100 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/
Dgtest-port.h1038 struct CompileAssert { struct
1042 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1029 struct CompileAssert { struct
1033 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1042 struct CompileAssert { struct
1046 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/epid-sdk/ext/gtest/
Dgtest.h2311 struct CompileAssert {
2315 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \