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/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/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…
11379 …bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis… in replaceInPlace() function
/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.txt9861 replaceInPlace
9868 CHECK( Catch::replaceInPlace( letters, "b", "z" ) )
9878 replaceInPlace
9885 CHECK( Catch::replaceInPlace( letters, "c", "z" ) )
9895 replaceInPlace
9902 CHECK( Catch::replaceInPlace( letters, "a", "z" ) )
9912 replaceInPlace
9919 CHECK( Catch::replaceInPlace( letters, "g", "z" ) )
9929 replaceInPlace
9936 CHECK( Catch::replaceInPlace( letters, letters, "replaced" ) )
[all …]
Dcompact.sw.approved.txt1340 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "b", "z" ) for: true
1342 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "c", "z" ) for: true
1344 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "a", "z" ) for: true
1346 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, "g", "z" ) for: true
1348 String.tests.cpp:<line number>: passed: Catch::replaceInPlace( letters, letters, "replaced" ) for: …
1350 String.tests.cpp:<line number>: passed: !(Catch::replaceInPlace( letters, "x", "z" )) for: !false
1352 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