Searched defs:EnumIndexComparator (Results 1 – 1 of 1) sorted by relevance
358 struct EnumIndexComparator { struct359 explicit EnumIndexComparator(Dictionary dict) : dict(dict) {} in EnumIndexComparator() argument360 bool operator()(Tagged_t a, Tagged_t b) { in operator()367 Dictionary dict;