HomeSort by relevance Sort by last modified time
    Searched refs:InstOp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
prog.h 50 enum InstOp {
99 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); }
129 void set_opcode(InstOp opcode) {
137 void set_out_opcode(int out, InstOp opcode) {
  /external/regex-re2/re2/
prog.h 50 enum InstOp {
99 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); }
129 void set_opcode(InstOp opcode) {
137 void set_out_opcode(int out, InstOp opcode) {

Completed in 36 milliseconds