Lines Matching defs:byteCode
98 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar()
173 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart()
185 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd()
197 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset()
216 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch()
226 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst()
247 inline void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop()
275 inline bool HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32()
321 inline bool HandleOpRange(const DynChunk &byteCode) in HandleOpRange()
343 inline bool HandleOpSparse(const DynChunk &byteCode) in HandleOpSparse()
365 inline bool HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
611 const DynChunk &byteCode, const uint16_t rangeCount) in IsFoundOpRange()