Searched refs:dequeue_promise_map (Results 1 – 1 of 1) sorted by relevance
232 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local233 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()297 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local298 …dequeue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(kQueueSize), std::forw… in TEST_F()299 auto dequeue_future = dequeue_promise_map[kQueueSize].get_future(); in TEST_F()300 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()363 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local364 dequeue_promise_map.emplace( in TEST_F()366 auto dequeue_future = dequeue_promise_map[kHalfOfQueueSize].get_future(); in TEST_F()367 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()[all …]