Searched defs:RegExpInstruction (Results 1 – 1 of 1) sorted by relevance
94 struct RegExpInstruction { struct110 static RegExpInstruction ConsumeRange(base::uc16 min, base::uc16 max) { in ConsumeRange() argument117 static RegExpInstruction ConsumeAnyChar() { in ConsumeAnyChar() argument121 static RegExpInstruction Fail() { in Fail() argument127 static RegExpInstruction Fork(int32_t alt_index) { in Fork() argument134 static RegExpInstruction Jmp(int32_t alt_index) { in Jmp() argument141 static RegExpInstruction Accept() { in Accept() argument147 static RegExpInstruction SetRegisterToCp(int32_t register_index) { in SetRegisterToCp() argument154 static RegExpInstruction ClearRegister(int32_t register_index) { in ClearRegister() argument161 static RegExpInstruction Assertion(RegExpAssertion::Type t) { in Assertion() argument[all …]