Lines Matching refs:std
152 : MatchFun(std::move(match)), AllocationPolicy(std::move(allocator)) {}
156 Impl(Impl&& other) V8_NOEXCEPT { *this = std::move(other); }
160 MatchFun::operator=(std::move(other));
161 AllocationPolicy::operator=(std::move(other));
188 : impl_(std::move(match), std::move(allocator)) {
197 : impl_(original->impl_.match(), std::move(allocator)) {
511 : Base(std::move(other)) {}
515 static_cast<Base&>(*this) = std::move(other);