HomeSort by relevance Sort by last modified time
    Searched defs:GTEST_COMPILE_ASSERT_ (Results 1 - 9 of 9) 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/googletest/googletest/include/gtest/internal/
gtest-port.h     [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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/epid-sdk/ext/gtest/
gtest.h     [all...]

Completed in 2804 milliseconds