Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_associative_common.h59 static Value make( const Key& key ) { return Value(key, key); } in make() function
60 static Value make( const Key& key, const Key& mapped ) { return Value(key, mapped); } in make() function
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp53 static MyKey make( int i ) { in make() function in MyKey
99 static MyData make( int i ) { in make() function in MyData