Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dcheck_unittest.cc456 struct StructWithToStringAndOstream { struct
457 bool operator==(const StructWithToStringAndOstream& o) const { in operator ==()
460 std::string ToString() const { return "ToString"; } in ToString()
464 const StructWithToStringAndOstream&) { in operator <<()