Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dcanonical_views_clustering.cc48 typedef HashMap<int, int> IntMap; typedef
66 IntMap* membership);
74 IntMap* membership) const;
80 IntMap view_to_canonical_view_;
90 IntMap* membership) { in ComputeCanonicalViewsClustering()
103 IntMap* membership) { in ComputeClustering()
216 IntMap* membership) const { in ComputeClusterMembership()
220 IntMap center_to_cluster_id; in ComputeClusterMembership()
231 IntMap::const_iterator it = in ComputeClusterMembership()
/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;