Searched defs:ResultCandidate (Results 1 – 2 of 2) sorted by relevance
300 struct ResultCandidate { struct301 int box_index;302 float score;303 int class_idx;304 float box_coord[4];
3947 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; typedef