Home
last modified time | relevance | path

Searched refs:IntMap (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dprefilter_tree.cc105 IntMap* parents = entries_[i].parents; in Compile()
112 for (IntMap::iterator it = parents->begin(); it != parents->end(); ++it) in Compile()
117 for (IntMap::iterator it = parents->begin(); in Compile()
221 entry->parents = new IntMap(node_map_.size()); in AssignUniqueIds()
247 IntMap uniq_child(node_map_.size()); in AssignUniqueIds()
293 IntMap regexps_map(prefilter_vec_.size()); in RegexpsGivenStrings()
300 for (IntMap::iterator it = regexps_map.begin(); in RegexpsGivenStrings()
312 IntMap* regexps) const { in PropagateMatch()
313 IntMap count(entries_.size()); in PropagateMatch()
314 IntMap work(entries_.size()); in PropagateMatch()
[all …]
Dprefilter_tree.h24 typedef SparseArray<int> IntMap; typedef
74 IntMap* parents;
89 IntMap* regexps) const;