Searched defs:EnumIndexComparator (Results 1 – 1 of 1) sorted by relevance
370 struct EnumIndexComparator { struct371 explicit EnumIndexComparator(Dictionary dict) : dict(dict) {} in EnumIndexComparator() argument372 bool operator()(Tagged_t a, Tagged_t b) { in operator()379 Dictionary dict;