Home
last modified time | relevance | path

Searched defs:match_id (Results 1 – 5 of 5) sorted by relevance

/external/regex-re2/re2/
Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
Dregexp.h334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function
Dregexp.cc176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
Dcompile.cc420 Frag Compiler::Match(int32 match_id) { in Match()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc146 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local