Searched refs:GTEST_REFERENCE_TO_CONST_ (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h848 #define GTEST_REFERENCE_TO_CONST_(T) \ macro
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2242 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty;
3918 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc7473 // Tests GTEST_REFERENCE_TO_CONST_.
7477 CompileAssertTypesEqual<T1, GTEST_REFERENCE_TO_CONST_(T2)>();

Completed in 52 milliseconds