Searched defs:listSize (Results 1 – 2 of 2) sorted by relevance
267 size_t listSize = sizeof(CaptureState) * nCapture_; in PushRegExpState() local288 size_t listSize = sizeof(CaptureState) * nCapture_; in PopRegExpState() local
160 void BytecodeCircuitBuilder::PerformDFS(const std::vector<size_t> &immDom, size_t listSize) in PerformDFS()