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

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 703 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
707 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
712 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
722 #define GTEST_COMPILE_ASSERT_(expr, msg) \
726 // Implementation details of GTEST_COMPILE_ASSERT_:
728 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
733 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
741 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
755 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 693 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
697 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
702 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
712 #define GTEST_COMPILE_ASSERT_(expr, msg) \
716 // Implementation details of GTEST_COMPILE_ASSERT_:
718 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
723 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
731 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
745 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/mesa3d/src/gtest/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/swiftshader/third_party/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 810 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
814 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
819 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
829 #define GTEST_COMPILE_ASSERT_(expr, msg) \
833 // Implementation details of GTEST_COMPILE_ASSERT_:
835 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
840 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
848 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
862 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 800 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
804 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
809 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
819 #define GTEST_COMPILE_ASSERT_(expr, msg) \
823 // Implementation details of GTEST_COMPILE_ASSERT_:
825 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
830 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
838 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
852 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/fmtlib/test/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 2533 milliseconds