Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h75 void InitEmptyWidth(EmptyOp empty, uint32_t out);
Dprog.cc52 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32_t out) { in InitEmptyWidth() function in re2::Prog::Inst
Dcompile.cc430 inst_[id].InitEmptyWidth(empty, 0); in EmptyWidth()