Home
last modified time | relevance | path

Searched refs:NextSize (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp220 inline void NextSize( int& s ) { in NextSize() function
245 for( int old_size=0; old_size<=0; NextSize( old_size ) ) { in TestResizeAndCopy()
246 for( int new_size=0; new_size<=8; NextSize( new_size ) ) { in TestResizeAndCopy()
293 for( int dst_size=1; dst_size<=128; NextSize( dst_size ) ) { in TestCopyAssignment()
294 for( int src_size=2; src_size<=128; NextSize( src_size ) ) { in TestCopyAssignment()