Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h269 struct FullMatchFunctor { struct
289 static const FullMatchFunctor FullMatch;
Dpcre.cc96 const PCRE::FullMatchFunctor PCRE::FullMatch = { } ;
194 bool PCRE::FullMatchFunctor::operator ()(const StringPiece& text, in operator ()()