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