Searched refs:CompileAssert (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dmacros.h110 struct CompileAssert { struct in namespace:google::protobuf::internal
120 ::google::protobuf::internal::CompileAssert<(bool(expr))> \
141 // - By using the type CompileAssert<(bool(expr))>, we ensures that
145 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
148 // CompileAssert<bool(expr)>
/external/libmojo/mojo/public/c/system/tests/
H A Dmacros_unittest.cc26 TEST(MacrosTest, CompileAssert) {
/external/gflags/src/
H A Dutil.h90 template <bool b> struct CompileAssert;
91 template <> struct CompileAssert<true> {}; struct in namespace:GFLAGS_NAMESPACE
93 enum { assert_##msg = sizeof(CompileAssert<bool(expr)>) }
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h475 struct CompileAssert {}; struct in namespace:fLB
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/
H A Dgflags.h490 struct CompileAssert {}; struct in namespace:fLB
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/
H A Dgflags.h490 struct CompileAssert {}; struct in namespace:fLB
491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[
502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
/external/gflags/android/gflags/
H A Dgflags.h497 struct CompileAssert {}; struct in namespace:fLB
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/posix/include/gflags/
H A Dgflags.h511 struct CompileAssert {}; struct in namespace:fLB
512 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[
521 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h531 struct CompileAssert {}; struct in namespace:fLB
532 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[
541 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h719 struct CompileAssert { struct in namespace:testing::internal
723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
744 // - By using the type CompileAssert<(bool(expr))>, we ensures that
748 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
751 // CompileAssert<bool(expr)>
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h709 struct CompileAssert { struct in namespace:testing::internal
713 typedef ::testing::internal::CompileAssert<(bool(expr))> \
734 // - By using the type CompileAssert<(bool(expr))>, we ensures that
738 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
741 // CompileAssert<bool(expr)>
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h812 struct CompileAssert { struct in namespace:testing::internal
816 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
837 // - By using the type CompileAssert<(bool(expr))>, we ensures that
841 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
844 // CompileAssert<bool(expr)>
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h701 struct CompileAssert { struct in namespace:testing::internal
705 typedef ::testing::internal::CompileAssert<(bool(expr))> \
726 // - By using the type CompileAssert<(bool(expr))>, we ensures that
730 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
733 // CompileAssert<bool(expr)>
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h826 struct CompileAssert { struct in namespace:testing::internal
830 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
851 // - By using the type CompileAssert<(bool(expr))>, we ensures that
855 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
858 // CompileAssert<bool(expr)>
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1074 struct CompileAssert { struct in namespace:testing::internal
1078 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1102 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1106 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
1109 // CompileAssert<bool(expr)>
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1042 struct CompileAssert { struct in namespace:testing::internal
1046 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1070 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1074 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
1077 // CompileAssert<bool(expr)>
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1028 struct CompileAssert { struct in namespace:testing::internal
1032 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1056 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1060 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
1063 // CompileAssert<bool(expr)>
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h1919 struct CompileAssert {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1944 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1948 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
1951 // CompileAssert<bool(expr)>

Completed in 675 milliseconds