Lines Matching defs:BestIndex
423 int BestIndex;
437 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
448 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1),
507 assert(BestIndex != -1 && "BestIndex not set");
508 return Filters[BestIndex];
1546 BestIndex = 0; // Sole Filter instance to choose from.
1565 BestIndex = -1;
1769 BestIndex = 0;
1780 BestIndex = Idx;
1814 // Set the BestIndex to -1 to indicate so.
1815 BestIndex = -1;
1830 if (BestIndex != -1) {
1831 const Filter &Best = Filters[BestIndex];