Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1367 std::string get_str() const { return m_str; } in get_str() function in NonTrivialConstructorType
1401 CHECK(popped.get_str() == std::string( "" )); in TestEmplaceInQueue()
1412 CHECK(popped.get_str() == test_str); in TestEmplaceInQueue()
1423 CHECK(popped.get_str() == test_str); in TestEmplaceInQueue()