Home
last modified time | relevance | path

Searched defs:StructWithToString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dcheck_unittest.cc451 struct StructWithToString { struct
452 bool operator==(const StructWithToString& o) const { return &o == this; } in operator ==()
453 std::string ToString() const { return "ToString"; } in ToString()