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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-more-actions.h175 GTEST_COMPILE_ASSERT_(internal::is_reference<argk_type>::value,
H A Dgmock-generated-function-mockers.h349 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
365 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
382 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
401 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
424 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
449 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
476 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
505 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
536 GTEST_COMPILE_ASSERT_(::std::tr1::tuple_size< \
569 GTEST_COMPILE_ASSERT_(
[all...]
H A Dgmock-actions.h471 GTEST_COMPILE_ASSERT_(
498 GTEST_COMPILE_ASSERT_(!internal::is_reference<Result>::value,
516 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
549 GTEST_COMPILE_ASSERT_(internal::is_reference<Result>::value,
597 GTEST_COMPILE_ASSERT_(
H A Dgmock-matchers.h530 GTEST_COMPILE_ASSERT_((internal::ImplicitlyConvertible<T, U>::value),
534 GTEST_COMPILE_ASSERT_(
543 GTEST_COMPILE_ASSERT_(
692 GTEST_COMPILE_ASSERT_(tuple_size<MatcherTuple>::value ==
/external/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h192 GTEST_COMPILE_ASSERT_(internal::is_reference<argk_type>::value,
H A Dgmock-generated-function-mockers.h359 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
378 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
398 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
420 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
446 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
474 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
504 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
536 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
570 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
606 GTEST_COMPILE_ASSERT_((
[all...]
H A Dgmock-actions.h554 GTEST_COMPILE_ASSERT_(
582 GTEST_COMPILE_ASSERT_(!is_reference<Result>::value,
633 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
667 GTEST_COMPILE_ASSERT_(internal::is_reference<Result>::value,
715 GTEST_COMPILE_ASSERT_(
H A Dgmock-matchers.h643 GTEST_COMPILE_ASSERT_((internal::ImplicitlyConvertible<T, U>::value),
647 GTEST_COMPILE_ASSERT_(
656 GTEST_COMPILE_ASSERT_(
800 GTEST_COMPILE_ASSERT_(tuple_size<MatcherTuple>::value ==
/external/v8/testing/gmock/include/gmock/
H A Dgmock-more-actions.h192 GTEST_COMPILE_ASSERT_(internal::is_reference<argk_type>::value,
H A Dgmock-generated-function-mockers.h359 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
378 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
398 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
420 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
446 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
474 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
504 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
536 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
570 GTEST_COMPILE_ASSERT_((::testing::tuple_size< \
606 GTEST_COMPILE_ASSERT_((
[all...]
H A Dgmock-actions.h554 GTEST_COMPILE_ASSERT_(
582 GTEST_COMPILE_ASSERT_(!is_reference<Result>::value,
633 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
667 GTEST_COMPILE_ASSERT_(internal::is_reference<Result>::value,
715 GTEST_COMPILE_ASSERT_(
H A Dgmock-matchers.h643 GTEST_COMPILE_ASSERT_((internal::ImplicitlyConvertible<T, U>::value),
647 GTEST_COMPILE_ASSERT_(
656 GTEST_COMPILE_ASSERT_(
800 GTEST_COMPILE_ASSERT_(tuple_size<MatcherTuple>::value ==
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1055 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1059 // GTEST_COMPILE_ASSERT_(GTEST_ARRAY_SIZE_(names) == NUM_NAMES,
1064 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
1071 # define GTEST_COMPILE_ASSERT_(expr, msg) static_assert(expr, #msg) macro
1077 # define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
1082 // Implementation details of GTEST_COMPILE_ASSERT_:
1086 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
1091 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1099 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
1113 // GTEST_COMPILE_ASSERT_(
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1023 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1027 // GTEST_COMPILE_ASSERT_(GTEST_ARRAY_SIZE_(names) == NUM_NAMES,
1032 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
1039 # define GTEST_COMPILE_ASSERT_(expr, msg) static_assert(expr, #msg) macro
1045 # define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
1050 // Implementation details of GTEST_COMPILE_ASSERT_:
1054 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
1059 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1067 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
1081 // GTEST_COMPILE_ASSERT_(
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1009 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1013 // GTEST_COMPILE_ASSERT_(GTEST_ARRAY_SIZE_(names) == NUM_NAMES,
1018 // GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large);
1025 # define GTEST_COMPILE_ASSERT_(expr, msg) static_assert(expr, #msg) macro
1031 # define GTEST_COMPILE_ASSERT_(expr, msg) \ macro
1036 // Implementation details of GTEST_COMPILE_ASSERT_:
1040 // - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1
1045 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1053 // GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is
1067 // GTEST_COMPILE_ASSERT_(
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h703 // 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) \ macro
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);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h693 // 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) \ macro
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);
/external/mesa3d/src/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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h685 // 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) \ macro
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);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h810 // 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) \ macro
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);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc7209 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7211 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7341 GTEST_COMPILE_ASSERT_((ImplicitlyConvertible<int, int>::value), const_true);
7342 GTEST_COMPILE_ASSERT_((!ImplicitlyConvertible<void*, int*>::value),
/external/googletest/googletest/test/
H A Dgtest_unittest.cc7369 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7371 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7501 GTEST_COMPILE_ASSERT_((ImplicitlyConvertible<int, int>::value), const_true);
7502 GTEST_COMPILE_ASSERT_((!ImplicitlyConvertible<void*, int*>::value),
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc7350 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7352 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7482 GTEST_COMPILE_ASSERT_((ImplicitlyConvertible<int, int>::value), const_true);
7483 GTEST_COMPILE_ASSERT_((!ImplicitlyConvertible<void*, int*>::value),
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 601 milliseconds