Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprefilter_tree.cc17 PrefilterTree::PrefilterTree() in PrefilterTree() function in re2::PrefilterTree
21 PrefilterTree::~PrefilterTree() { in ~PrefilterTree()
69 void PrefilterTree::Add(Prefilter *f) { in Add()
82 void PrefilterTree::Compile(vector<string>* atom_vec) { in Compile()
129 Prefilter* PrefilterTree::CanonicalNode(Prefilter* node) { in CanonicalNode()
143 string PrefilterTree::NodeString(Prefilter* node) const { in NodeString()
158 void PrefilterTree::AssignUniqueIds(vector<string>* atom_vec) { in AssignUniqueIds()
283 void PrefilterTree::RegexpsGivenStrings( in RegexpsGivenStrings()
311 void PrefilterTree::PropagateMatch(const vector<int>& atom_ids, in PropagateMatch()
353 void PrefilterTree::PrintPrefilter(int regexpid) { in PrintPrefilter()
[all …]
Dprefilter_tree.h28 class PrefilterTree {
30 PrefilterTree();
31 ~PrefilterTree();
125 DISALLOW_EVIL_CONSTRUCTORS(PrefilterTree);
Dfiltered_re2.h30 class PrefilterTree; variable
92 PrefilterTree* prefilter_tree_;
Dfiltered_re2.cc15 prefilter_tree_(new PrefilterTree()) { in FilteredRE2()