Searched refs:replaceInPlace (Results 1 – 10 of 10) sorted by relevance
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | String.tests.cpp | 176 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/ |
D | catch_reporter_teamcity.hpp | 35 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()
|
D | catch.hpp | 2868 …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/ |
D | catch_reporter_teamcity.hpp | 35 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/ |
D | catch_string_manip.h | 23 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis…
|
D | catch_string_manip.cpp | 54 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis… in replaceInPlace() function
|
/external/catch2/projects/SelfTest/Baselines/ |
D | automake.std.approved.txt | 145 :test-result: PASS replaceInPlace
|
D | console.sw.approved.txt | 10219 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 …]
|
D | compact.sw.approved.txt | 1377 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/ |
D | catch.hpp | 367 …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
|