Searched defs:RegExpState (Results 1 – 4 of 4) sorted by relevance
48 struct RegExpState { struct49 StateType type = STATE_SPLIT;50 uint32_t currentPc = 0;51 uint32_t currentStack = 0;52 const uint8_t *currentPtr = nullptr;53 __extension__ CaptureState *captureResultList[0]; // NOLINT(modernize-avoid-c-arrays)
23 using RegExpState = RegExpExecutor::RegExpState; typedef
43 struct RegExpState { struct44 StateType type_ = STATE_SPLIT;45 uint32_t currentPc_ = 0;46 const uint8_t *currentPtr_ = nullptr;
19 using RegExpState = RegExpExecutor::RegExpState; typedef