OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatCapture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
nfa.cc
101
string
FormatCapture
(const char** capture);
211
fprintf(stderr, " [%d%s]\n", id,
FormatCapture
(capture).c_str());
271
fprintf(stderr, " + %d%s [%p]\n", id,
FormatCapture
(t->capture).c_str(), t);
378
string NFA::
FormatCapture
(const char** capture) {
508
FormatCapture
((const char**)t->capture).c_str());
/external/chromium_org/third_party/re2/re2/testing/
tester.cc
92
static string
FormatCapture
(const StringPiece& text, const StringPiece& s) {
534
FormatCapture
(text, correct.submatch[i]).c_str(),
535
FormatCapture
(text, r.submatch[i]).c_str());
539
FormatCapture
(text, r.submatch[i]).c_str());
Completed in 186 milliseconds