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

  /external/regex-re2/re2/
prog.cc 20 out1_ = out1;
65 return StringPrintf("alt -> %d | %d", out(), out1_);
68 return StringPrintf("altmatch -> %d | %d", out(), out1_);
198 ip->out1_ = j;
prog.h 51 kInstAlt = 0, // choose between out_ and out1_
52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa.
86 Inst() : out_opcode_(0), out1_(0) { }
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
143 uint32 out1_; // opcode == kInstAlt member in union:re2::Prog::Inst::__anon14705
compile.cc 72 ip->out1_ = val;
97 ip->out1_ = l2.p;
346 // treats out_ as the first choice, out1_ as the second.
349 // then the operator is greedy. If out1_ is the repetition
360 inst_[id].out1_ = a.begin;
    [all...]

Completed in 1430 milliseconds