Searched refs:t_url1 (Results 1 – 1 of 1) sorted by relevance
36 bool operator()(const TemplateURL* t_url1, const TemplateURL* t_url2) const { in operator ()() argument37 return t_url1->keyword().length() < t_url2->keyword().length(); in operator ()()