Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.h92 void InitEmptyWidth(EmptyOp empty, uint32 out);
Dprog.cc37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) { in InitEmptyWidth() function in re2::Prog::Inst
Dcompile.cc433 inst_[id].InitEmptyWidth(empty, 0); in EmptyWidth()