HomeSort by relevance Sort by last modified time
    Searched refs:CompileAssert (Results 1 - 5 of 5) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
compile_assert.h 42 struct CompileAssert {
46 typedef CompileAssert<static_cast<bool>(expr)> \
67 // - By using the type CompileAssert<(static_cast<bool>(expr))>, we ensure that
  /external/chromium/base/
basictypes.h 212 struct CompileAssert {
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/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 680 struct CompileAssert {
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)>
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 344 struct CompileAssert {
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)>
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 701 struct CompileAssert {
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)>
    [all...]

Completed in 630 milliseconds