Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dprog.h76 void InitMatch(int id);
Dprog.cc52 void Prog::Inst::InitMatch(int32_t id) { in InitMatch() function in re2::Prog::Inst
Dcompile.cc421 inst_[id].InitMatch(match_id); in Match()