OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_id
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/re2/re2/
regexp.h
334
int
match_id
() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
function in class:re2::Regexp
396
static Regexp* HaveMatch(int
match_id
, ParseFlags flags);
prog.h
106
int
match_id
() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
function in class:re2::Prog::Inst
regexp.cc
176
Regexp* Regexp::HaveMatch(int
match_id
, ParseFlags flags) {
178
re->match_id_ =
match_id
;
365
return a->
match_id
() == b->
match_id
();
tostring.cc
284
t_->append("(?HaveMatch:%d)", re->
match_id
());
prog.cc
83
return StringPrintf("match! %d",
match_id
());
compile.cc
421
Frag Compiler::Match(int32
match_id
) {
425
inst_[id].InitMatch(
match_id
);
734
Frag f = Match(re->
match_id
());
[
all
...]
dfa.cc
[
all
...]
Completed in 1578 milliseconds