Searched refs:originVector (Results 1 – 3 of 3) sorted by relevance
35 std::list<T> TranslateVectorToList(const std::vector<T> &originVector) in TranslateVectorToList() argument37 int len = originVector.length(); in TranslateVectorToList()39 std::copy(originVector.begin(), originVector.end(), destList.begin()); in TranslateVectorToList()
223 std::list<T> TranslateVectorToList(const std::vector<T>& originVector) in TranslateVectorToList() argument225 size_t len = originVector.length(); in TranslateVectorToList()227 std::copy(originVector.begin(), originVector.end(), destList.begin()); in TranslateVectorToList()
243 std::list<T> TranslateVectorToList(const std::vector<T> &originVector) in TranslateVectorToList() argument245 size_t len = originVector.length(); in TranslateVectorToList()247 std::copy(originVector.begin(), originVector.end(), destList.begin()); in TranslateVectorToList()