Home
last modified time | relevance | path

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

/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/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/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/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/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1038 struct CompileAssert { struct
1042 typedef ::testing::internal::CompileAssert<(static_cast<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/fmtlib/test/gtest/
Dgtest.h1919 struct CompileAssert {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h2304 struct CompileAssert {
2308 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \