HomeSort by relevance Sort by last modified time
    Searched refs:PrefilterTree (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 5 // 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 {
33 PrefilterTree();
34 ~PrefilterTree();
87 // PrefilterTree.
128 DISALLOW_EVIL_CONSTRUCTORS(PrefilterTree);
    [all...]
filtered_re2.h 30 class PrefilterTree;
92 PrefilterTree* prefilter_tree_;
prefilter_tree.cc 22 PrefilterTree::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::NodeString(Prefilter* node) const
    [all...]
filtered_re2.cc 15 prefilter_tree_(new PrefilterTree()) {
  /external/regex-re2/re2/
prefilter_tree.h 5 // 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 {
30 PrefilterTree();
31 ~PrefilterTree();
84 // PrefilterTree.
125 DISALLOW_EVIL_CONSTRUCTORS(PrefilterTree);
    [all...]
filtered_re2.h 30 class PrefilterTree;
92 PrefilterTree* prefilter_tree_;
prefilter_tree.cc 17 PrefilterTree::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::NodeString(Prefilter* node) const
    [all...]
filtered_re2.cc 15 prefilter_tree_(new PrefilterTree()) {

Completed in 44 milliseconds