Searched refs:match_queue (Results 1 – 1 of 1) sorted by relevance
93 std::priority_queue<DistancePair> match_queue; in Compute() local97 match_queue.push( in Compute()105 while (!match_queue.empty()) { in Compute()106 const auto& match = match_queue.top(); in Compute()117 match_queue.pop(); in Compute()