Searched refs:down_thing (Results 1 – 1 of 1) sorted by relevance
41 auto down_thing = queue_a_.GetDownEnd()->TryDequeue(); in dequeue_callback_a() local42 if (!down_thing) log::error("Received dequeue, but no data ready..."); in dequeue_callback_a()44 down_buffer_b_.Enqueue(A_TO_B(std::move(down_thing)), handler_); in dequeue_callback_a()48 auto down_thing = queue_b_.GetDownEnd()->TryDequeue(); in dequeue_callback_b() local49 if (!down_thing) log::error("Received dequeue, but no data ready..."); in dequeue_callback_b()51 down_buffer_a_.Enqueue(A_TO_B(std::move(down_thing)), handler_); in dequeue_callback_b()