Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h293 struct PartialMatchFunctor { struct
313 static const PartialMatchFunctor PartialMatch;
Dpcre.cc95 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { };
237 bool PCRE::PartialMatchFunctor::operator ()(const StringPiece& text, in operator ()()