Home
last modified time | relevance | path

Searched refs:match_id_ (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id()
145 int32_t match_id_; // opcode == kInstMatch member
Dregexp.h342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
588 int match_id_; // HaveMatch member
Dprog.cc61 match_id_ = id; in InitMatch()
Dregexp.cc190 re->match_id_ = match_id; in HaveMatch()