Searched refs:nbChoices (Results 1 – 1 of 1) sorted by relevance
1431 int32_t nbChoices, int32_t* selection) override { in selectAlgorithms() argument1434 assert(nbChoices > 0); in selectAlgorithms()1438 selection[0] = std::min(algorithm_id_, nbChoices); in selectAlgorithms()