Lines Matching full:indexer
101 // This class is parameterized on the Indexer traits type, which
105 template<typename Indexer>
110 typename Index<Indexer>::Set* index)
114 if (Indexer::ShouldInclude(entry_)) {
121 if (Indexer::ShouldInclude(entry_)) {
129 typename Index<Indexer>::Set* const index_;
133 template<typename Indexer>
135 typename Index<Indexer>::Set* index) {
136 if (Indexer::ShouldInclude(entry)) {