Lines Matching defs:BestIndex
424 int BestIndex;
438 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
449 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1),
508 assert(BestIndex != -1 && "BestIndex not set");
509 return Filters[BestIndex];
1555 BestIndex = 0; // Sole Filter instance to choose from.
1574 BestIndex = -1;
1778 BestIndex = 0;
1789 BestIndex = Idx;
1823 // Set the BestIndex to -1 to indicate so.
1824 BestIndex = -1;
1839 if (BestIndex != -1) {
1840 const Filter &Best = Filters[BestIndex];