Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc341 inst_[id].InitAlt(a.begin, b.begin); in Alt()
357 inst_[id].InitAlt(0, 0); in Star()
382 inst_[id].InitAlt(0, a.begin); in Quest()
385 inst_[id].InitAlt(a.begin, 0); in Quest()
525 inst_[alt].InitAlt(rune_range_.begin, id); in AddSuffix()
Dprog.h89 void InitAlt(uint32 out, uint32 out1);
Dprog.cc17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) { in InitAlt() function in re2::Prog::Inst