Home | History | Annotate | Download | only in search_engines

Lines Matching refs:elem2

90                   const KeywordToTemplateMap::value_type& elem2) const {
92 (elem2.first.compare(0, elem1.first.length(), elem1.first) > 0) :
93 (elem1.first < elem2.first);