Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcheck_unittest.cc350 struct StructWithOstream { struct
351 bool operator==(const StructWithOstream& o) const { return &o == this; } in operator ==()
354 std::ostream& operator<<(std::ostream& out, const StructWithOstream&) { in operator <<()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dlogging_unittest.cc1131 struct StructWithOstream {}; struct
1133 std::ostream& operator<<(std::ostream& out, const StructWithOstream&) { in operator <<()