Home
last modified time | relevance | path

Searched refs:replaceInPlace (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DStringManip.tests.cpp29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DStringManip.tests.cpp29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DStringManip.tests.cpp29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DStringManip.tests.cpp29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DStringManip.tests.cpp29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DStringManip.tests.cpp29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/projects/SelfTest/IntrospectiveTests/
H A DString.tests.cpp177 CHECK( Catch::replaceInPlace( letters, "b", "z" ) );
181 CHECK( Catch::replaceInPlace( letters, "c", "z" ) );
185 CHECK( Catch::replaceInPlace( letters, "a", "z" ) );
189 CHECK( Catch::replaceInPlace( letters, "g", "z" ) );
193 CHECK( Catch::replaceInPlace( letters, letters, "replaced" ) );
197 CHECK_FALSE( Catch::replaceInPlace( letters, "x", "z" ) );
202 CHECK( Catch::replaceInPlace( s, "'", "|'" ) );
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp38 replaceInPlace( escaped, "|", "||" ); in escape()
39 replaceInPlace( escaped, "'", "|'" ); in escape()
40 replaceInPlace( escaped, "\n", "|n" ); in escape()
41 replaceInPlace( escaped, "\r", "|r" ); in escape()
42 replaceInPlace( escaped, "[", "|[" ); in escape()
43 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp38 replaceInPlace( escaped, "|", "||" ); in escape()
39 replaceInPlace( escaped, "'", "|'" ); in escape()
40 replaceInPlace( escaped, "\n", "|n" ); in escape()
41 replaceInPlace( escaped, "\r", "|r" ); in escape()
42 replaceInPlace( escaped, "[", "|[" ); in escape()
43 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/math/e-antic/Catch2-ff349a5/single_include/catch2/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp39 replaceInPlace( escaped, "|", "||" ); in escape()
40 replaceInPlace( escaped, "'", "|'" ); in escape()
41 replaceInPlace( escaped, "\n", "|n" ); in escape()
42 replaceInPlace( escaped, "\r", "|r" ); in escape()
43 replaceInPlace( escaped, "[", "|[" ); in escape()
44 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/single_include/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/single_include/catch2/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/single_include/catch2/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/emulators/citra/citra-ac98458e0/externals/catch/single_include/catch2/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp38 replaceInPlace( escaped, "|", "||" ); in escape()
39 replaceInPlace( escaped, "'", "|'" ); in escape()
40 replaceInPlace( escaped, "\n", "|n" ); in escape()
41 replaceInPlace( escaped, "\r", "|r" ); in escape()
42 replaceInPlace( escaped, "[", "|[" ); in escape()
43 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/catch2/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()
/dports/devel/catch/Catch2-2.13.7/single_include/catch2/
H A Dcatch_reporter_teamcity.hpp35 replaceInPlace( escaped, "|", "||" ); in escape()
36 replaceInPlace( escaped, "'", "|'" ); in escape()
37 replaceInPlace( escaped, "\n", "|n" ); in escape()
38 replaceInPlace( escaped, "\r", "|r" ); in escape()
39 replaceInPlace( escaped, "[", "|[" ); in escape()
40 replaceInPlace( escaped, "]", "|]" ); in escape()

12345678910