Searched defs:LexSort (Results 1 – 1 of 1) sorted by relevance
6411 struct LexSort { struct6412 bool operator() (TestCase i,TestCase j) const { return (i<j);} in operator ()()