OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyCaptures
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
onepass.cc
191
static void
ApplyCaptures
(uint32 cond, const char* p,
300
ApplyCaptures
(matchcond, p, matchcap, ncap);
317
ApplyCaptures
(cond, p, cap, ncap);
326
ApplyCaptures
(matchcond, p, cap, ncap);
/external/regex-re2/re2/
onepass.cc
191
static void
ApplyCaptures
(uint32 cond, const char* p,
300
ApplyCaptures
(matchcond, p, matchcap, ncap);
317
ApplyCaptures
(cond, p, cap, ncap);
326
ApplyCaptures
(matchcond, p, cap, ncap);
Completed in 63 milliseconds