Home
last modified time | relevance | path

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

/external/cronet/base/
Dcheck_unittest.cc459 struct StructWithToStringAndOstream { struct
460 bool operator==(const StructWithToStringAndOstream& o) const { in operator ==()
463 std::string ToString() const { return "ToString"; } in ToString()
467 const StructWithToStringAndOstream&) { in operator <<()