Searched refs:token_equals (Results 1 – 1 of 1) sorted by relevance
177 token_equals(TokenT const &left, TokenT const &right) in token_equals() function217 while (first1 != last1 && first2 != last2 && token_equals(*first1, *first2)) in definition_equals()