Searched defs:TransparentEqIntOverload (Results 1 – 1 of 1) sorted by relevance
847 struct TransparentEqIntOverload { in TEST() struct848 bool operator()(const DecomposeType& a, const DecomposeType& b) const { in TEST()851 bool operator()(const DecomposeType& a, int b) const { return a.i == b; } in TEST()