Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcheck_unittest.cc364 struct StructWithToStringAndOstream { struct
365 bool operator==(const StructWithToStringAndOstream& o) const { in operator ==() argument
372 const StructWithToStringAndOstream&) { in operator <<() argument
399 StructWithToStringAndOstream e, f; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dlogging_unittest.cc1153 struct StructWithToStringAndOstream { struct
1158 const StructWithToStringAndOstream&) { in operator <<() argument
1164 logging::MakeCheckOpValueString(&oss, StructWithToStringAndOstream()); in TEST()