Home
last modified time | relevance | path

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

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