Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dutil.h81 template<bool> struct CompileAssert {}; struct
83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/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/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/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h696 struct CompileAssert { struct
700 typedef ::testing::internal::CompileAssert<(bool(expr))> \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h706 struct CompileAssert { struct
710 typedef ::testing::internal::CompileAssert<(bool(expr))> \
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h374 struct CompileAssert { struct
381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h719 struct CompileAssert { struct
723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
/external/gtest/include/gtest/internal/
Dgtest-port.h812 struct CompileAssert { struct
816 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h826 struct CompileAssert { struct
830 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
Dgtest-port.h.orig816 struct CompileAssert {
820 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
841 // - By using the type CompileAssert<(bool(expr))>, we ensures that
845 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
848 // CompileAssert<bool(expr)>
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h1919 struct CompileAssert {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h1919 struct CompileAssert {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h1970 struct CompileAssert {
1974 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \