Searched refs:Copy (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h400 // - Copy(raw_container) returns an STL-style container view of a
417 static type Copy(const RawContainer& container) { return container; } function in class:testing::internal::StlContainerView
456 static type Copy(const Element (&array)[N]) {
479 static type Copy(const ::testing::tuple<ElementPointer, Size>& array) { function in class:testing::internal::StlContainerView
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc638 Chars v3 = StlContainerView<Chars>::Copy(v1);
658 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1);
686 Copy(make_tuple(static_cast<int*>(a1), 3));
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s148 ; Copy register-to-register.
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc387 // Copy digit into d.
583 // Copy digit into d.
2530 // Copy the bits from digit to buf. The division and mod operations
2562 // Copy the bits from buf to digit.
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2530 : expected_(View::Copy(expected)) {
2702 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {

Completed in 33 milliseconds