Searched refs:StructWithToString (Results 1 – 2 of 2) sorted by relevance
23 struct StructWithToString { struct32 static_assert(internal::SupportsToString<StructWithToString>::value,34 static_assert(internal::SupportsToString<const StructWithToString&>::value,
363 struct StructWithToString { struct364 bool operator==(const StructWithToString& o) const { return &o == this; } in operator ==() argument400 StructWithToString c, d; in TEST()