Searched refs:move (Results 1 – 22 of 22) sorted by relevance
207 : block32_index_( std::move( orig.block32_index_ ) ), in CompressedLinePositionStorage()208 block64_index_( std::move( orig.block64_index_ ) ) in CompressedLinePositionStorage()210 move_from( std::move( orig ) ); in CompressedLinePositionStorage()232 block32_index_ = std::move( orig.block32_index_ ); in operator =()233 block64_index_ = std::move( orig.block64_index_ ); in operator =()234 move_from( std::move( orig ) ); in operator =()
46 { array = std::move( orig.array );
121 enqueueOperation( std::move( operation ) ); in attachFile()285 currentOperation_ = std::move( nextOperation_ ); in indexingFinished()553 attached_file_ = std::move( reopened ); // This will close the old one and open the new in reOpenFile()
38 void move( int value );
26 void ElasticHook::move( int value ) in move() function in ElasticHook
122 filterSet->filterList.move( index, index - 1 ); in on_upFilterButton_clicked()136 filterSet->filterList.move( index, index + 1 ); in on_downFilterButton_clicked()
255 MainWindow mw( std::move( session ), externalCommunicator ); in main()
154 …std::shared_ptr<std::function<void()>> ptr( new std::function<void()>(std::move( notification )) ); in addFile()
59 session_( std::move( session ) ), in MainWindow()
677 followElasticHook_.move( - y_delta ); in wheelEvent()
102 <td>move the selection 'number' (or one) line down/up</td></tr>