HomeSort by relevance Sort by last modified time
    Searched defs:GTEST_COMPILE_ASSERT_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 664 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
668 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
673 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
683 #define GTEST_COMPILE_ASSERT_(expr, msg) \
687 // Implementation details of GTEST_COMPILE_ASSERT_:
689 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
694 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
702 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
716 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 787 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
791 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
796 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
806 #define GTEST_COMPILE_ASSERT_(expr, msg) \
810 // Implementation details of GTEST_COMPILE_ASSERT_:
812 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
817 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
825 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
839 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 680 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
684 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
689 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
699 #define GTEST_COMPILE_ASSERT_(expr, msg) \
703 // Implementation details of GTEST_COMPILE_ASSERT_:
705 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
710 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
718 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
732 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 698 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
702 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
707 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
717 #define GTEST_COMPILE_ASSERT_(expr, msg) \
721 // Implementation details of GTEST_COMPILE_ASSERT_:
723 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
728 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
736 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
750 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 685 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
689 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
694 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
704 #define GTEST_COMPILE_ASSERT_(expr, msg) \
708 // Implementation details of GTEST_COMPILE_ASSERT_:
710 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
715 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
723 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
737 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 680 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
684 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
689 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
699 #define GTEST_COMPILE_ASSERT_(expr, msg) \
703 // Implementation details of GTEST_COMPILE_ASSERT_:
705 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
710 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
718 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
732 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 796 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
800 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
805 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
815 #define GTEST_COMPILE_ASSERT_(expr, msg) \
819 // Implementation details of GTEST_COMPILE_ASSERT_:
821 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
826 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
834 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
848 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 814 milliseconds