Home
last modified time | relevance | path

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

/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/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/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/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/protobuf/src/google/protobuf/stubs/
Dmacros.h110 struct CompileAssert { struct
/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/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/fmtlib/test/gtest/
Dgtest.h1919 struct CompileAssert {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \