Home
last modified time | relevance | path

Searched defs:match_id (Results 1 – 7 of 7) 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() function
Dregexp.h342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function
Dregexp.cc188 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
Dcompile.cc417 Frag Compiler::Match(int32_t match_id) { in Match()
/external/libtextclassifier/native/actions/
Dgrammar-actions_test.cc111 const int match_id, in AddCapturingMatchSmartReplySpec()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc152 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local
/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs300 let match_id = self.add_match(); in compile() localVariable