FormatCapture     101 third_party/re2/re2/nfa.cc   string FormatCapture(const char** capture);
FormatCapture     211 third_party/re2/re2/nfa.cc         fprintf(stderr, "  [%d%s]\n", id, FormatCapture(capture).c_str());
FormatCapture     271 third_party/re2/re2/nfa.cc         fprintf(stderr, " + %d%s [%p]\n", id, FormatCapture(t->capture).c_str(), t);
FormatCapture     508 third_party/re2/re2/nfa.cc                 FormatCapture((const char**)t->capture).c_str());
FormatCapture     534 third_party/re2/re2/testing/tester.cc                        FormatCapture(text, correct.submatch[i]).c_str(),
FormatCapture     535 third_party/re2/re2/testing/tester.cc                        FormatCapture(text, r.submatch[i]).c_str());
FormatCapture     539 third_party/re2/re2/testing/tester.cc                        FormatCapture(text, r.submatch[i]).c_str());