Searched refs:dequeue_promise_map (Results 1 – 1 of 1) sorted by relevance
243 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local244 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()310 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local311 dequeue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(kQueueSize), in TEST_F()313 auto dequeue_future = dequeue_promise_map[kQueueSize].get_future(); in TEST_F()314 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()381 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local382 dequeue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(kHalfOfQueueSize), in TEST_F()384 auto dequeue_future = dequeue_promise_map[kHalfOfQueueSize].get_future(); in TEST_F()385 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()[all …]