Searched refs:InitAlt (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Dcompile.cc340 inst_[id].InitAlt(a.begin, b.begin);
356 inst_[id].InitAlt(0, 0);
381 inst_[id].InitAlt(0, a.begin);
384 inst_[id].InitAlt(a.begin, 0);
524 inst_[alt].InitAlt(rune_range_.begin, id);
H A Dprog.h89 void InitAlt(uint32 out, uint32 out1);
H A Dprog.cc17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) { function in class:re2::Prog::Inst

Completed in 77 milliseconds