Searched defs:LessRecordRegister (Results 1 – 1 of 1) sorted by relevance
1581 struct LessRecordRegister { struct1582 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit()1584 struct RecordParts {1616 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()