Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/IntrospectiveTests/
DString.tests.cpp176 CHECK( Catch::replaceInPlace( letters, "b", "z" ) );
180 CHECK( Catch::replaceInPlace( letters, "c", "z" ) );
184 CHECK( Catch::replaceInPlace( letters, "a", "z" ) );
188 CHECK( Catch::replaceInPlace( letters, "g", "z" ) );
192 CHECK( Catch::replaceInPlace( letters, letters, "replaced" ) );
196 CHECK_FALSE( Catch::replaceInPlace( letters, "x", "z" ) );
201 CHECK( Catch::replaceInPlace( s, "'", "|'" ) );
/external/catch2/single_include/catch2/
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()
Dcatch.hpp2868 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis…
11409 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis… in replaceInPlace() function
/external/catch2/include/reporters/
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()
/external/catch2/include/internal/
Dcatch_string_manip.h23 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis…
Dcatch_string_manip.cpp54 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis… in replaceInPlace() function
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt145 :test-result: PASS replaceInPlace
Dconsole.sw.approved.txt10219 replaceInPlace
10226 CHECK( Catch::replaceInPlace( letters, "b", "z" ) )
10236 replaceInPlace
10243 CHECK( Catch::replaceInPlace( letters, "c", "z" ) )
10253 replaceInPlace
10260 CHECK( Catch::replaceInPlace( letters, "a", "z" ) )
10270 replaceInPlace
10277 CHECK( Catch::replaceInPlace( letters, "g", "z" ) )
10287 replaceInPlace
10294 CHECK( Catch::replaceInPlace( letters, letters, "replaced" ) )
[all …]
Dcompact.sw.approved.txt1377 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "b", "z" ) for: true
1379 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "c", "z" ) for: true
1381 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "a", "z" ) for: true
1383 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "g", "z" ) for: true
1385 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, letters, "replaced" ) for: …
1387 String.tests.cpp:<line number>: passed: !(Catch::replaceInPlace( letters, "x", "z" )) for: !false
1389 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( s, "'", "|'" ) for: true
/external/bcc/tests/cc/
Dcatch.hpp367 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis…
7762 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis… in replaceInPlace() function