Searched refs:GTEST_REMOVE_CONST_ (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h414 GTEST_REMOVE_CONST_(RawContainer)>();
424 typedef GTEST_REMOVE_CONST_(Element) RawElement;
470 typedef GTEST_REMOVE_CONST_(
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2065 typedef typename PointeeOf<GTEST_REMOVE_CONST_( // NOLINT
2201 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2262 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2549 // GTEST_REMOVE_CONST_() is needed to work around an MSVC 8.0 bug
2551 typedef internal::StlContainerView<GTEST_REMOVE_CONST_(LhsContainer)>
4149 GTEST_REMOVE_CONST_(Container)> >
4153 typedef GTEST_REMOVE_CONST_(Container) RawContainer;
4186 GTEST_REMOVE_CONST_(Container)>
4191 typedef GTEST_REMOVE_CONST_(Container) RawContainer;
4221 Tuple2Matcher, typename internal::StlContainerView<GTEST_REMOVE_CONST_(
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h819 #define GTEST_REMOVE_CONST_(T) \ macro
824 GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(T))
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc7421 // Tests GTEST_REMOVE_CONST_.
7425 CompileAssertTypesEqual<T1, GTEST_REMOVE_CONST_(T2)>();

Completed in 56 milliseconds