Searched defs:BaseRefLess (Results 1 – 1 of 1) sorted by relevance
190 struct BaseRefLess { struct191 bool operator()(const BaseRef &a, const BaseRef &b) const { return a.hash() < b.hash(); } in operator()