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

/external/chromium_org/third_party/webrtc/base/
H A Dcompile_assert.h34 struct CompileAssert { struct
38 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] // NOLINT
59 // - By using the type CompileAssert<(bool(expr))>, we ensures that
63 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
66 // CompileAssert<bool(expr)>
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Ddefault-char-is-unsigned.cc6 struct CompileAssert { struct
10 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dcompile_assert.h44 struct CompileAssert { struct in namespace:open_vcdiff
50 typedef open_vcdiff::CompileAssert<static_cast<bool>(expr)> \
71 // - By using the type CompileAssert<(static_cast<bool>(expr))>, we ensure that
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcompile_assert.h40 struct CompileAssert { struct
44 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
67 // - By using the type CompileAssert<(bool(expr))>, we ensures that
71 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
74 // CompileAssert<bool(expr)>
/external/chromium_org/mojo/public/c/system/
H A Dmacros.h52 struct CompileAssert {}; struct in namespace:mojo
55 typedef ::mojo::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/mojo/public/c/system/tests/
H A Dmacros_unittest.cc41 TEST(MacrosTest, CompileAssert) {
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.h11 struct CompileAssert {}; struct
13 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h204 struct CompileAssert { struct
209 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h193 struct CompileAssert { struct in namespace:i18n::phonenumbers
198 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h204 struct CompileAssert { struct
209 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
229 // - By using the type CompileAssert<(bool(expr))>, we ensures that
233 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
236 // CompileAssert<bool(expr)>
H A Dmacros.h36 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
56 // - By using the type CompileAssert<(bool(expr))>, we ensures that
60 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
63 // CompileAssert<bool(expr)>
/external/chromium_org/third_party/re2/util/
H A Dutil.h85 template<bool> struct CompileAssert {}; struct in namespace:re2
87 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/regex-re2/util/
H A Dutil.h81 template<bool> struct CompileAssert {}; struct in namespace:re2
83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/v8/src/base/
H A Dmacros.h129 struct CompileAssert {}; struct
132 typedef CompileAssert<static_cast<bool>(expr)> \
153 // - By using the type CompileAssert<(bool(expr))>, we ensures that
157 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
160 // CompileAssert<bool(expr)>
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h161 // - By using the type CompileAssert<(bool(expr))>, we ensures that
165 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
168 // CompileAssert<bool(expr)>
185 struct CompileAssert { struct
189 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h161 // - By using the type CompileAssert<(bool(expr))>, we ensures that
165 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
168 // CompileAssert<bool(expr)>
185 struct CompileAssert { struct
189 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1029 struct CompileAssert { struct in namespace:testing::internal
1033 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1054 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1058 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
1061 // CompileAssert<bool(expr)>
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h696 struct CompileAssert { struct in namespace:testing::internal
700 typedef ::testing::internal::CompileAssert<(bool(expr))> \
721 // - By using the type CompileAssert<(bool(expr))>, we ensures that
725 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
728 // CompileAssert<bool(expr)>
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h389 struct CompileAssert { struct in namespace:google::protobuf::internal
396 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
418 // - By using the type CompileAssert<(bool(expr))>, we ensures that
422 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
425 // CompileAssert<bool(expr)>
/external/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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h706 struct CompileAssert { struct in namespace:testing::internal
710 typedef ::testing::internal::CompileAssert<(bool(expr))> \
731 // - By using the type CompileAssert<(bool(expr))>, we ensures that
735 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
738 // CompileAssert<bool(expr)>
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h696 struct CompileAssert { struct in namespace:testing::internal
700 typedef ::testing::internal::CompileAssert<(bool(expr))> \
721 // - By using the type CompileAssert<(bool(expr))>, we ensures that
725 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
728 // CompileAssert<bool(expr)>
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h344 struct CompileAssert { struct in namespace:google::protobuf::internal
351 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
372 // - By using the type CompileAssert<(bool(expr))>, we ensures that
376 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
379 // CompileAssert<bool(expr)>
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/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)>
/external/libvpx/libvpx/third_party/googletest/src/include/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 1523 milliseconds