Searched refs:test_str (Results 1 – 1 of 1) sorted by relevance
1393 std::string test_str = "I'm being emplaced!"; in TestEmplaceInQueue() local1408 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()