Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1393 std::string test_str = "I'm being emplaced!"; in TestEmplaceInQueue() local
1408 emplacer<emplace_op>::emplace( cq, std::string(test_str) ); in TestEmplaceInQueue()
1412 CHECK(popped.get_str() == test_str); in TestEmplaceInQueue()
1419 emplacer<emplace_op>::emplace( cq, 5, std::string(test_str) ); in TestEmplaceInQueue()
1423 CHECK(popped.get_str() == test_str); in TestEmplaceInQueue()