Searched refs:PrefilterTree (Results 1 - 4 of 4) sorted by relevance

/external/regex-re2/re2/
H A Dprefilter_tree.h5 // The PrefilterTree class is used to form an AND-OR tree of strings
7 // added tp PrefilterTree, and then PrefilterTree is used to find all
9 // matches from a string matching engine, PrefilterTree deduces the
12 // favorite engine. PrefilterTree provides a set of strings (called
28 class PrefilterTree { class in namespace:re2
30 PrefilterTree();
31 ~PrefilterTree();
84 // PrefilterTree.
125 DISALLOW_EVIL_CONSTRUCTORS(PrefilterTree);
[all...]
H A Dfiltered_re2.h30 class PrefilterTree;
92 PrefilterTree* prefilter_tree_;
H A Dprefilter_tree.cc17 PrefilterTree::PrefilterTree() function in class:re2::PrefilterTree
21 PrefilterTree::~PrefilterTree() {
30 // PrefilterTree.
69 void PrefilterTree::Add(Prefilter *f) {
82 void PrefilterTree::Compile(vector<string>* atom_vec) {
89 // PrefilterTree that call Compile before adding any regexps,
129 Prefilter* PrefilterTree::CanonicalNode(Prefilter* node) {
143 string PrefilterTree
[all...]
H A Dfiltered_re2.cc15 prefilter_tree_(new PrefilterTree()) {

Completed in 190 milliseconds