HomeSort by relevance Sort by last modified time
    Searched refs:CompileAssert (Results 1 - 13 of 13) 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/open-vcdiff/src/
compile_assert.h 44 struct CompileAssert {
50 typedef open_vcdiff::CompileAssert<static_cast<bool>(expr)> \
71 // - 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/regex-re2/util/
util.h 81 template<bool> struct CompileAssert {};
83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 480 struct CompileAssert {};
481 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[
490 typedef CompileAssert FLAG_##name##_value_is_not_a_bool[ \
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 491 struct CompileAssert {};
492 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[
501 typedef CompileAssert FLAG_##name##_value_is_not_a_bool[ \
  /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/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 55 template <bool> struct CompileAssert {};
57 typedef CompileAssert<(bool(Expr))> Msg[bool(Expr) ? 1 : -1]
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 714 struct CompileAssert {
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)>
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 696 struct CompileAssert {
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)>
    [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...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 680 milliseconds