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

/external/chromium_org/third_party/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
31 class PrefilterTree { class in namespace:re2
33 PrefilterTree();
34 ~PrefilterTree();
87 // PrefilterTree.
128 DISALLOW_EVIL_CONSTRUCTORS(PrefilterTree);
[all...]
H A Dfiltered_re2.h30 class PrefilterTree;
92 PrefilterTree* prefilter_tree_;
H A Dprefilter_tree.cc22 PrefilterTree::PrefilterTree() function in class:re2::PrefilterTree
26 PrefilterTree::~PrefilterTree() {
35 // PrefilterTree.
74 void PrefilterTree::Add(Prefilter *f) {
87 void PrefilterTree::Compile(vector<string>* atom_vec) {
94 // PrefilterTree that call Compile before adding any regexps,
136 Prefilter* PrefilterTree::CanonicalNode(Prefilter* node) {
150 string PrefilterTree
[all...]
H A Dfiltered_re2.cc15 prefilter_tree_(new PrefilterTree()) {
/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 943 milliseconds