Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dnfa.cc111 void CopyCapture(const char** dst, const char** src) { in CopyCapture() function in re2::NFA
276 CopyCapture(t->capture, t0->capture); in AddToThreadq()
366 CopyCapture(match_, t->capture); in Step()
386 CopyCapture(match_, t->capture); in Step()
401 CopyCapture(match_, t->capture); in Step()
408 CopyCapture(match_, t->capture); in Step()
585 CopyCapture(t->capture, match_); in Search()