Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dnfa.cc103 inline void CopyCapture(const char** dst, const char** src);
175 void NFA::CopyCapture(const char** dst, const char** src) { in CopyCapture() function in re2::NFA
236 CopyCapture(t->capture, capture); in AddToThreadq()
268 CopyCapture(t->capture, capture); in AddToThreadq()
327 CopyCapture((const char**)match_, t->capture); in Step()
351 CopyCapture((const char**)match_, t->capture); in Step()
355 CopyCapture((const char**)match_, t->capture); in Step()