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

/external/chromium/sdch/open-vcdiff/src/
H A Dcompile_assert.h42 struct CompileAssert { struct
46 typedef CompileAssert<static_cast<bool>(expr)> \
67 // - By using the type CompileAssert<(static_cast<bool>(expr))>, we ensure that
/external/chromium/base/
H A Dbasictypes.h212 struct CompileAssert { struct
217 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
237 // - By using the type CompileAssert<(bool(expr))>, we ensures that
241 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
244 // CompileAssert<bool(expr)>
/external/regex-re2/util/
H A Dutil.h76 template<bool> struct CompileAssert {}; struct in namespace:re2
78 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h680 struct CompileAssert { struct in namespace:testing::internal
684 typedef ::testing::internal::CompileAssert<(bool(expr))> \
705 // - By using the type CompileAssert<(bool(expr))>, we ensures that
709 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
712 // CompileAssert<bool(expr)>
/external/gtest/include/gtest/internal/
H A Dgtest-port.h714 struct CompileAssert { struct in namespace:testing::internal
718 typedef ::testing::internal::CompileAssert<(bool(expr))> \
739 // - By using the type CompileAssert<(bool(expr))>, we ensures that
743 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
746 // CompileAssert<bool(expr)>
/external/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/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)>

Completed in 123 milliseconds