Lines Matching defs:depth
96 void do_work(const value_t& depth, tbb::feeder<value_t>& feeder) { in do_work()
167 void TestBodyMove(size_t depth) { in TestBodyMove()
180 void TestBody(size_t depth) { in TestBody()
192 void TestBodyWithMove(size_t depth) { in TestBodyWithMove()
198 void TestIterator_Common(size_t depth) { in TestIterator_Common()
207 void TestIterator_Const(size_t depth) { in TestIterator_Const()
214 void TestGenericLambda(size_t depth, GenericBody body) { in TestGenericLambda()
226 void TestGenericLambdaMove(size_t depth, GenericBody body) { in TestGenericLambdaMove()
241 void TestGenericLambdaWithMove(size_t depth, GenericBody body) { in TestGenericLambdaWithMove()
247 void TestGenericLambdasCommon(size_t depth) { in TestGenericLambdasCommon()
267 void TestIterator_Move(size_t depth) { in TestIterator_Move()
273 void TestIterator_Modifiable(size_t depth) { in TestIterator_Modifiable()