Home
last modified time | relevance | path

Searched refs:CompileAssert (Results 1 – 9 of 9) 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/v8/src/base/
Dmacros.h129 struct CompileAssert {}; struct
132 typedef CompileAssert<static_cast<bool>(expr)> \
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h374 struct CompileAssert { struct
381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
/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/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/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h1919 struct CompileAssert {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \