Home
last modified time | relevance | path

Searched refs:has_operator (Results 1 – 3 of 3) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DToStringWhich.tests.cpp29 struct has_operator { }; struct
35 std::ostream& operator<<(std::ostream& os, const has_operator&) { in operator <<() argument
70 has_operator item;
101 std::vector<has_operator> v(1);
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1389 …: ::Catch::Detail::stringify( item ) == "operator<<( has_operator )" for: "operator<<( has_operato…
1391 "operator<<( has_operator )"
1401 … ::Catch::Detail::stringify( v ) == "{ operator<<( has_operator ) }" for: "{ operator<<( has_opera…
1403 "{ operator<<( has_operator ) }"
Dconsole.sw.approved.txt10223 stringify( has_operator )
10229 REQUIRE( ::Catch::Detail::stringify( item ) == "operator<<( has_operator )" )
10231 "operator<<( has_operator )"
10233 "operator<<( has_operator )"
10275 stringify( vectors<has_operator> )
10281 REQUIRE( ::Catch::Detail::stringify( v ) == "{ operator<<( has_operator ) }" )
10283 "{ operator<<( has_operator ) }"
10285 "{ operator<<( has_operator ) }"