Searched refs:GTEST_COMPILE_ASSERT_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1013 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1017 // GTEST_COMPILE_ASSERT_(GTEST_ARRAY_SIZE_(names) == NUM_NAMES,
1022 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
1032 #define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
1036 // Implementation details of GTEST_COMPILE_ASSERT_:
1038 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
1043 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1051 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
1065 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h680 // 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) \ macro
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);
/external/gtest/include/gtest/internal/
H A Dgtest-port.h796 // 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) \ macro
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);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h690 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
694 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
699 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
709 #define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
713 // Implementation details of GTEST_COMPILE_ASSERT_:
715 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
720 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
728 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
742 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h680 // 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) \ macro
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);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc7176 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7178 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7308 GTEST_COMPILE_ASSERT_((ImplicitlyConvertible<int, int>::value), const_true);
7309 GTEST_COMPILE_ASSERT_((!ImplicitlyConvertible<void*, int*>::value),
/external/gtest/test/
H A Dgtest_unittest.cc7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7069 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7199 GTEST_COMPILE_ASSERT_((ImplicitlyConvertible<int, int>::value), const_true);
7200 GTEST_COMPILE_ASSERT_((!ImplicitlyConvertible<void*, int*>::value),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1903 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1907 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
1912 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
1922 #define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
1926 // Implementation details of GTEST_COMPILE_ASSERT_:
1928 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
1933 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1941 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
1955 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1903 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1907 // GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
1912 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
1922 #define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
1926 // Implementation details of GTEST_COMPILE_ASSERT_:
1928 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
1933 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1941 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
1955 // GTEST_COMPILE_ASSERT_(5 > 0, some_message);

Completed in 206 milliseconds