Home
last modified time | relevance | path

Searched refs:FormatCapture (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dnfa.cc109 std::string FormatCapture(const char** capture);
228 fprintf(stderr, " [%d%s]\n", id, FormatCapture(t0->capture).c_str()); in AddToThreadq()
291 fprintf(stderr, " + %d%s\n", id, FormatCapture(t0->capture).c_str()); in AddToThreadq()
303 fprintf(stderr, " ! %d%s\n", id, FormatCapture(t0->capture).c_str()); in AddToThreadq()
432 std::string NFA::FormatCapture(const char** capture) { in FormatCapture() function in re2::NFA
525 fprintf(stderr, " %d%s", i->index(), FormatCapture(t->capture).c_str()); in Search()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc101 static std::string FormatCapture(const StringPiece& text, in FormatCapture() function
565 FormatCapture(text, correct.submatch[i]).c_str(), in RunCase()
566 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()
570 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()