Searched refs:IntMap (Results 1 - 5 of 5) sorted by path

/external/ceres-solver/internal/ceres/
H A Dcanonical_views_clustering.cc48 typedef HashMap<int, int> IntMap; typedef in namespace:ceres::internal
66 IntMap* membership);
74 IntMap* membership) const;
80 IntMap view_to_canonical_view_;
90 IntMap* membership) {
103 IntMap* membership) {
216 IntMap* membership) const {
220 IntMap center_to_cluster_id;
231 IntMap::const_iterator it =
/external/chromium_org/third_party/re2/re2/
H A Dprefilter_tree.cc300 IntMap regexps_map(prefilter_vec_.size());
307 for (IntMap::iterator it = regexps_map.begin();
319 IntMap* regexps) const {
320 IntMap count(entries_.size());
321 IntMap work(entries_.size());
324 for (IntMap::iterator it = work.begin(); it != work.end(); ++it) {
H A Dprefilter_tree.h26 typedef SparseArray<int> IntMap; typedef in namespace:re2
92 IntMap* regexps) const;
/external/regex-re2/re2/
H A Dprefilter_tree.cc105 IntMap* parents = entries_[i].parents;
112 for (IntMap::iterator it = parents->begin(); it != parents->end(); ++it)
117 for (IntMap::iterator it = parents->begin();
211 // Create parent IntMap for the entries.
221 entry->parents = new IntMap(node_map_.size());
247 IntMap uniq_child(node_map_.size());
293 IntMap regexps_map(prefilter_vec_.size());
300 for (IntMap::iterator it = regexps_map.begin();
312 IntMap* regexps) const {
313 IntMap coun
[all...]
H A Dprefilter_tree.h24 typedef SparseArray<int> IntMap; typedef in namespace:re2
74 IntMap* parents;
89 IntMap* regexps) const;

Completed in 625 milliseconds