Searched refs:do_swap (Results 1 – 2 of 2) sorted by relevance
70 def __init__(self, do_swap): argument76 self.do_swap = do_swap113 if self.do_swap:131 if not self.do_swap:207 if self.do_swap and (element_size != 1):294 if param.size() == 1 and not self.do_swap:324 if self.do_swap:387 if self.do_swap:459 if self.do_swap:496 if self.do_swap:[all …]
26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) { in do_swap() function32 void swap(CLASS &other) noexcept(noexcept(do_swap(member, other.member)));