Home
last modified time | relevance | path

Searched refs:GTEST_HAS_RTTI (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h532 #ifndef GTEST_HAS_RTTI
539 #define GTEST_HAS_RTTI 1 macro
541 #define GTEST_HAS_RTTI 0 macro
555 #define GTEST_HAS_RTTI 0 macro
557 #define GTEST_HAS_RTTI 1 macro
560 #define GTEST_HAS_RTTI 0 macro
568 #define GTEST_HAS_RTTI __has_feature(cxx_rtti) macro
575 #define GTEST_HAS_RTTI 1 macro
577 #define GTEST_HAS_RTTI 0 macro
583 #define GTEST_HAS_RTTI 1 macro
[all …]
H A Dgtest-type-util.h89 #if GTEST_HAS_RTTI
130 #if GTEST_HAS_RTTI in GetTypeName()
H A Dgtest-internal.h1330 #if GTEST_HAS_RTTI
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake113 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
130 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h741 #if GTEST_HAS_RTTI
910 #if GTEST_HAS_RTTI
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc508 #if GTEST_HAS_RTTI
1928 #if GTEST_HAS_RTTI in ExpectedTypeName()
H A Dgtest_unittest.cc3382 #if GTEST_HAS_RTTI
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h612 #if GTEST_HAS_RTTI in MatchPrintAndExplain()
2044 #if GTEST_HAS_RTTI
4209 #if GTEST_HAS_RTTI
4270 #if GTEST_HAS_RTTI
4609 #if GTEST_HAS_RTTI
5632 #if GTEST_HAS_RTTI
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc2243 #if GTEST_HAS_RTTI in TEST()
H A Dgmock-matchers-containers_test.cc66 #if GTEST_HAS_RTTI in OfType()