Searched refs:set_out_opcode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.cc19 set_out_opcode(out, kInstAlt);
25 set_out_opcode(out, kInstByteRange);
33 set_out_opcode(out, kInstCapture);
39 set_out_opcode(out, kInstEmptyWidth);
H A Dprog.h137 void set_out_opcode(int out, InstOp opcode) { function in class:re2::Prog::Inst
/external/regex-re2/re2/
H A Dprog.cc19 set_out_opcode(out, kInstAlt);
25 set_out_opcode(out, kInstByteRange);
33 set_out_opcode(out, kInstCapture);
39 set_out_opcode(out, kInstEmptyWidth);
H A Dprog.h137 void set_out_opcode(int out, InstOp opcode) { function in class:re2::Prog::Inst

Completed in 113 milliseconds