Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dfiltered_re2.cc17 FilteredRE2::FilteredRE2() in FilteredRE2() function in re2::FilteredRE2
22 FilteredRE2::FilteredRE2(int min_atom_len) in FilteredRE2() function in re2::FilteredRE2
27 FilteredRE2::~FilteredRE2() { in ~FilteredRE2()
33 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern, in Add()
52 void FilteredRE2::Compile(std::vector<std::string>* atoms) { in Compile()
72 int FilteredRE2::SlowFirstMatch(const StringPiece& text) const { in SlowFirstMatch()
79 int FilteredRE2::FirstMatch(const StringPiece& text, in FirstMatch()
93 bool FilteredRE2::AllMatches( in AllMatches()
106 void FilteredRE2::AllPotentials( in AllPotentials()
112 void FilteredRE2::RegexpsGivenStrings(const std::vector<int>& matched_atoms, in RegexpsGivenStrings()
[all …]
Dfiltered_re2.h33 class FilteredRE2 {
35 FilteredRE2();
36 explicit FilteredRE2(int min_atom_len);
37 ~FilteredRE2();
103 FilteredRE2(const FilteredRE2&) = delete;
104 FilteredRE2& operator=(const FilteredRE2&) = delete;
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Dlibre2.symbols11 # re2::FilteredRE2*
Dlibre2.symbols.darwin10 # re2::FilteredRE2*
Dtestinstall.cc10 re2::FilteredRE2 f; in main()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dfiltered_re2_test.cc26 FilteredRE2 f;