Home | History | Annotate | Download | only in ext

Lines Matching defs:move

154        *  @brief  String move constructor.
162 : __vstring_base(std::move(__str)) { }
265 * @brief String move assignment operator.
2167 { return std::move(__lhs.append(__rhs)); }
2174 { return std::move(__rhs.insert(0, __lhs)); }
2185 return __cond ? std::move(__rhs.insert(0, __lhs))
2186 : std::move(__lhs.append(__rhs));
2194 { return std::move(__rhs.insert(0, __lhs)); }
2201 { return std::move(__rhs.insert(0, 1, __lhs)); }
2208 { return std::move(__lhs.append(__rhs)); }
2215 { return std::move(__lhs.append(1, __rhs)); }