Searched refs:swap (Results 26 - 35 of 35) sorted by relevance

12

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp235 object_manager->create_name( leaf_name ).swap( m_name );
/gem5/src/mem/cache/
H A Dmshr.cc522 std::swap(ready_targets, targets);
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc324 /* If the packet has higher priority, swap */
326 std::swap(*it, *prev);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h283 swap(other);
327 void swap(AssertionResult& other);
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc503 untyped_expectations_.swap(expectations_to_delete);
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h327 std::swap((*v)[selected], (*v)[last_in_range]);
H A Dgtest.cc936 dest->swap(parsed);
995 void AssertionResult::swap(AssertionResult& other) { function in class:testing::AssertionResult
996 using std::swap;
997 swap(success_, other.success_);
998 swap(message_, other.message_);
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h484 cl.def("swap", &Vector::swap, "swaps the contents");
H A Dpybind11.h614 // We're in the first no-convert pass, so swap out the conversion flags for a
615 // set of all-false flags. If the call fails, we'll swap the flags back in for
618 call.args_convert.swap(second_pass_convert);
638 // Found one: swap the converting flags back in and store the call for
640 call.args_convert.swap(second_pass_convert);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1559 untyped_on_call_specs_.swap(specs_to_delete);

Completed in 67 milliseconds

12