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

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h458 return type(const_cast<Element*>(&array[0]), N, RelationToSourceCopy());
460 return type(array, N, RelationToSourceCopy());
480 return type(get<0>(array), get<1>(array), RelationToSourceCopy());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1023 struct RelationToSourceCopy {}; struct in namespace:testing::internal
1047 NativeArray(const Element* array, size_t count, RelationToSourceCopy) {
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc270 using testing::internal::RelationToSourceCopy;
7630 NativeArray<int> na(*a, 2, RelationToSourceCopy());
7650 NativeArray<int> na(a, 3, RelationToSourceCopy());
7671 EXPECT_FALSE(na == NativeArray<int>(b2, 4, RelationToSourceCopy()));

Completed in 35 milliseconds