Lines Matching full:const_iterator
24 std::list<Index::const_iterator> terms;
37 NodeSet::const_iterator nodes_begin() const;
41 NodeSet::const_iterator nodes_end() const;
44 BookmarkIndex::NodeSet::const_iterator
49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
105 for (NodeTypedCountPairs::const_iterator i = node_typed_counts.begin();
118 for (Matches::const_iterator i = matches.begin(); i != matches.end(); ++i)
130 for (NodeSet::const_iterator i = match.nodes_begin();
161 Index::const_iterator i = index_.lower_bound(term);
203 void BookmarkIndex::CombineMatchesInPlace(const Index::const_iterator& index_i,
221 void BookmarkIndex::CombineMatches(const Index::const_iterator& index_i,