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

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

Completed in 762 milliseconds