Searched refs:make_move_iterator (Results 1 – 4 of 4) sorted by relevance
819 std::make_move_iterator(nonLocalSpeakerDevices.begin()), in ReorderAudioDevices()820 std::make_move_iterator(nonLocalSpeakerDevices.end())); in ReorderAudioDevices()835 std::make_move_iterator(remoteCastDevices.begin()), in ReorderAudioDevices()836 std::make_move_iterator(remoteCastDevices.end())); in ReorderAudioDevices()
322 std::make_move_iterator(eventVec.begin()), std::make_move_iterator(eventVec.end())); in CacheEventsAndDoMask()
217 …target.insert(target.end(), std::make_move_iterator(source.begin()), std::make_move_iterator(sourc… in InsertToEnd()928 std::make_move_iterator(skipTransactionDataVec.begin()), in CacheCommands()929 std::make_move_iterator(skipTransactionDataVec.end())); in CacheCommands()1145 std::make_move_iterator(transactionVec.begin()), std::make_move_iterator(iter)); in CheckAndUpdateTransactionIndex()1224 … std::make_move_iterator(it->second.begin()), std::make_move_iterator(it->second.end())); in ProcessCommandForDividedRender()
513 constexpr move_iterator<Iter> make_move_iterator(Iter i) in make_move_iterator() function