Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.h93 void InitMatch(int id);
Dprog.cc43 void Prog::Inst::InitMatch(int32 id) { in InitMatch() function in re2::Prog::Inst
Dcompile.cc424 inst_[id].InitMatch(match_id); in Match()