Searched refs:bootIndex (Results 1 – 2 of 2) sorted by relevance
1786 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in copyFrom() local1788 otherElem = other.boot[bootIndex]; in copyFrom()1805 if (this->boot[bootIndex] == nullptr) { in copyFrom()1806 this->boot[bootIndex] = curElem; in copyFrom()1991 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in equals() local1992 if (boot[bootIndex] == other.boot[bootIndex]) { in equals()1995 if ((boot[bootIndex] == nullptr) || (other.boot[bootIndex] == nullptr)) { in equals()1998 PtnElem *otherElem = other.boot[bootIndex]; in equals()1999 PtnElem *myElem = boot[bootIndex]; in equals()2365 bootIndex(0), nodePtr(nullptr), matcher(nullptr), patternMap(nullptr) in PatternMapIterator()[all …]
270 int32_t bootIndex;