Searched refs:bootIndex (Results 1 – 3 of 3) sorted by relevance
1931 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in copyFrom() local1933 otherElem = other.boot[bootIndex]; in copyFrom()1950 if (this->boot[bootIndex] == nullptr) { in copyFrom()1951 this->boot[bootIndex] = curElem; in copyFrom()2136 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in equals() local2137 if (boot[bootIndex] == other.boot[bootIndex]) { in equals()2140 if ((boot[bootIndex] == nullptr) || (other.boot[bootIndex] == nullptr)) { in equals()2143 PtnElem *otherElem = other.boot[bootIndex]; in equals()2144 PtnElem *myElem = boot[bootIndex]; in equals()2542 bootIndex(0), nodePtr(nullptr), matcher(nullptr), patternMap(nullptr) in PatternMapIterator()[all …]
271 int32_t bootIndex;