Searched refs:RegExpState (Results 1 – 2 of 2) sorted by relevance
25 using RegExpState = RegExpExecutor::RegExpState; typedef40 stateSize_ = sizeof(RegExpState) + captureResultSize + stackSize; in Execute()74 RegExpState *state = PeekRegExpState(); in MatchFailed()306 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState()331 RegExpState *RegExpExecutor::PopRegExpState(bool copyCaptrue) in PopRegExpState()
36 struct RegExpState { struct650 RegExpState *PopRegExpState(bool copyCaptrue = true);657 RegExpState *PeekRegExpState() const in PeekRegExpState()660 return reinterpret_cast<RegExpState *>( in PeekRegExpState()