Home
last modified time | relevance | path

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

/external/rust/android-crates-io/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/cronet/tot/third_party/re2/src/re2/
Dnfa.cc110 std::string FormatCapture(const char** capture);
229 absl::FPrintF(stderr, " [%d%s]\n", id, FormatCapture(t0->capture)); in AddToThreadq()
292 absl::FPrintF(stderr, " + %d%s\n", id, FormatCapture(t0->capture)); in AddToThreadq()
304 absl::FPrintF(stderr, " ! %d%s\n", id, FormatCapture(t0->capture)); in AddToThreadq()
433 std::string NFA::FormatCapture(const char** capture) { in FormatCapture() function in re2::NFA
525 absl::FPrintF(stderr, " %d%s", i->index(), FormatCapture(t->capture)); in Search()
/external/cronet/stable/third_party/re2/src/re2/
Dnfa.cc110 std::string FormatCapture(const char** capture);
229 absl::FPrintF(stderr, " [%d%s]\n", id, FormatCapture(t0->capture)); in AddToThreadq()
292 absl::FPrintF(stderr, " + %d%s\n", id, FormatCapture(t0->capture)); in AddToThreadq()
304 absl::FPrintF(stderr, " ! %d%s\n", id, FormatCapture(t0->capture)); in AddToThreadq()
433 std::string NFA::FormatCapture(const char** capture) { in FormatCapture() function in re2::NFA
525 absl::FPrintF(stderr, " %d%s", i->index(), FormatCapture(t->capture)); in Search()
/external/regex-re2/re2/
Dnfa.cc108 string FormatCapture(const char** capture);
233 fprintf(stderr, " [%d%s]\n", id, FormatCapture(t0->capture).c_str()); in AddToThreadq()
298 fprintf(stderr, " + %d%s\n", id, FormatCapture(t0->capture).c_str()); in AddToThreadq()
418 string NFA::FormatCapture(const char** capture) { in FormatCapture() function in re2::NFA
510 fprintf(stderr, " %d%s", i->index(), FormatCapture(t->capture).c_str()); in Search()
/external/cronet/stable/third_party/re2/src/re2/testing/
Dtester.cc121 static std::string FormatCapture(absl::string_view text, in FormatCapture() function
581 FormatCapture(text, correct.submatch[i]), in RunCase()
582 FormatCapture(text, r.submatch[i])); in RunCase()
586 FormatCapture(text, r.submatch[i])); in RunCase()
/external/cronet/tot/third_party/re2/src/re2/testing/
Dtester.cc121 static std::string FormatCapture(absl::string_view text, in FormatCapture() function
581 FormatCapture(text, correct.submatch[i]), in RunCase()
582 FormatCapture(text, r.submatch[i])); in RunCase()
586 FormatCapture(text, r.submatch[i])); in RunCase()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc115 static std::string FormatCapture(const StringPiece& text, in FormatCapture() function
576 FormatCapture(text, correct.submatch[i]).c_str(), in RunCase()
577 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()
581 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()
/external/regex-re2/re2/testing/
Dtester.cc100 static string FormatCapture(const StringPiece& text, const StringPiece& s) { in FormatCapture() function
561 FormatCapture(text, correct.submatch[i]).c_str(), in RunCase()
562 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()
566 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()