Searched defs:ResultCandidate (Results 1 – 2 of 2) sorted by relevance
332 struct ResultCandidate { struct333 int box_index;334 float score;335 int class_idx;336 float box_coord[4];
3947 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; typedef