Searched refs:codePointsOverflow (Results 1 – 2 of 2) sorted by relevance
135 delete[] codePointsOverflow[i]; in ~CodePointMatcherWarehouse()141 codePointsOverflow(std::move(src.codePointsOverflow)), in CodePointMatcherWarehouse()148 codePointsOverflow = std::move(src.codePointsOverflow); in operator =()162 if (codePointNumBatches >= codePointsOverflow.getCapacity()) { in nextCodePointMatcher()164 codePointsOverflow.resize(codePointNumBatches * 2, codePointNumBatches); in nextCodePointMatcher()166 codePointsOverflow[codePointNumBatches++] = nextBatch; in nextCodePointMatcher()168 …return codePointsOverflow[codePointNumBatches - 1][(codePointCount++ - CODE_POINT_STACK_CAPACITY) % in nextCodePointMatcher()
88 MaybeStackArray<CodePointMatcher*, 3> codePointsOverflow; // On heap in "batches" variable