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

/external/chromium_org/third_party/re2/re2/
H A Dprog.cc45 set_opcode(kInstMatch);
51 set_opcode(kInstNop);
56 set_opcode(kInstFail);
225 ip->set_opcode(kInstAltMatch);
231 ip->set_opcode(kInstAltMatch);
H A Dprog.h129 void set_opcode(InstOp opcode) { function in class:re2::Prog::Inst
/external/regex-re2/re2/
H A Dprog.cc45 set_opcode(kInstMatch);
51 set_opcode(kInstNop);
56 set_opcode(kInstFail);
225 ip->set_opcode(kInstAltMatch);
231 ip->set_opcode(kInstAltMatch);
H A Dprog.h129 void set_opcode(InstOp opcode) { function in class:re2::Prog::Inst

Completed in 101 milliseconds