Lines Matching defs:swap
136 this->swap(other);
147 destroyer.swap(other);
148 this->swap(destroyer);
152 void CustomInstance::swap (CustomInstance& other)
154 std::swap(m_context, other.m_context);
156 m_recorder.swap(other.m_recorder);
159 m_driver.swap(other.m_driver);
235 void UncheckedInstance::swap (UncheckedInstance& other)
237 std::swap(m_context, other.m_context);
239 m_recorder.swap(other.m_recorder);
241 std::swap(m_allocator, other.m_allocator);
243 m_driver.swap(other.m_driver);
252 this->swap(other);
258 destroyer.swap(other);
259 this->swap(destroyer);