Home
last modified time | relevance | path

Searched defs:appendVector (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_sample.cpp38 void appendVector(const point_t *src, std::size_t srcSize, pointVec_t &dest) { in appendVector() function
42 void appendVector(const pointVec_t &src, pointVec_t &dest) { in appendVector() function
H A Dconvex_hull_bench.cpp196 void appendVector(const point_t *src, std::size_t srcSize, pointVec_t &dest) { in appendVector() function
200 void appendVector(const pointVec_t &src, pointVec_t &dest) { in appendVector() function
213 void appendVector(mutex_t &insertMutex, const pointVec_t &src, pointVec_t &dest) { in appendVector() function
218 void appendVector(mutex_t &insertMutex, const point_t *src, std::size_t srcSize, pointVec_t &dest) { in appendVector() function