Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dcheck_unittest.cc442 struct StructWithOstream { struct
443 bool operator==(const StructWithOstream& o) const { return &o == this; } in operator ==()
446 std::ostream& operator<<(std::ostream& out, const StructWithOstream&) { in operator <<()