Searched refs:StructWithToString (Results 1 – 1 of 1) sorted by relevance
451 struct StructWithToString { struct452 bool operator==(const StructWithToString& o) const { return &o == this; } in operator ==() argument488 StructWithToString c, d; in TEST()