Searched refs:match_id (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/re2/re2/ |
D | regexp.h | 334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function 396 static Regexp* HaveMatch(int match_id, ParseFlags flags);
|
D | regexp.cc | 176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() argument 178 re->match_id_ = match_id; in HaveMatch() 365 return a->match_id() == b->match_id(); in TopEqual()
|
D | tostring.cc | 284 t_->append("(?HaveMatch:%d)", re->match_id()); in PostVisit()
|
D | prog.h | 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
|
D | compile.cc | 421 Frag Compiler::Match(int32 match_id) { in Match() argument 425 inst_[id].InitMatch(match_id); in Match() 734 Frag f = Match(re->match_id()); in PostVisit()
|
D | prog.cc | 83 return StringPrintf("match! %d", match_id()); in Dump()
|
D | dfa.cc | 1518 v->push_back(ip->match_id()); in InlinedSearchLoop()
|
/external/regex-re2/re2/ |
D | regexp.h | 334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function 396 static Regexp* HaveMatch(int match_id, ParseFlags flags);
|
D | regexp.cc | 176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() argument 178 re->match_id_ = match_id; in HaveMatch() 365 return a->match_id() == b->match_id(); in TopEqual()
|
D | tostring.cc | 284 t_->append("(?HaveMatch:%d)", re->match_id()); in PostVisit()
|
D | prog.h | 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
|
D | compile.cc | 420 Frag Compiler::Match(int32 match_id) { in Match() argument 424 inst_[id].InitMatch(match_id); in Match() 733 Frag f = Match(re->match_id()); in PostVisit()
|
D | prog.cc | 83 return StringPrintf("match! %d", match_id()); in Dump()
|
D | dfa.cc | 1516 v->push_back(ip->match_id()); in InlinedSearchLoop()
|