Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DToStringWhich.tests.cpp31 struct has_maker_and_operator {}; struct
40 std::ostream& operator<<(std::ostream& os, const has_maker_and_operator&) { in operator <<() argument
61 struct StringMaker<has_maker_and_operator> {
62 static std::string convert( const has_maker_and_operator& ) { in convert()
82 has_maker_and_operator item;
111 std::vector<has_maker_and_operator> v(1);
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1385 …::Detail::stringify( item ) == "StringMaker<has_maker_and_operator>" for: "StringMaker<has_maker_a…
1387 "StringMaker<has_maker_and_operator>"
1398 …:Detail::stringify( v ) == "{ StringMaker<has_maker_and_operator> }" for: "{ StringMaker<has_maker…
1400 "{ StringMaker<has_maker_and_operator> }"
Dconsole.sw.approved.txt10199 stringify( has_maker_and_operator )
10205 REQUIRE( ::Catch::Detail::stringify( item ) == "StringMaker<has_maker_and_operator>" )
10207 "StringMaker<has_maker_and_operator>"
10209 "StringMaker<has_maker_and_operator>"
10262 stringify( vectors<has_maker_and_operator> )
10268 REQUIRE( ::Catch::Detail::stringify( v ) == "{ StringMaker<has_maker_and_operator> }" )
10270 "{ StringMaker<has_maker_and_operator> }"
10272 "{ StringMaker<has_maker_and_operator> }"