Home
last modified time | relevance | path

Searched refs:isSubstring (Results 1 – 6 of 6) sorted by relevance

/external/catch2/projects/SelfTest/IntrospectiveTests/
DString.tests.cpp14 static auto isSubstring( StringRef const& stringRef ) -> bool { in isSubstring() function
15 return stringRef.isSubstring(); in isSubstring()
24 auto isSubstring( StringRef const& stringRef ) -> bool { in isSubstring() function
25 return StringRefTestAccess::isSubstring( stringRef ); in isSubstring()
34 using Catch::isOwned; using Catch::isSubstring;
47 REQUIRE( isSubstring( s ) == false );
63 REQUIRE( isSubstring( original ) );
68 REQUIRE( isSubstring( original ) == false );
84 REQUIRE( isSubstring( ss ) );
91 REQUIRE( isSubstring( ss ) == false );
/external/catch2/include/internal/
Dcatch_stringref.cpp42 if( isSubstring() ) in c_str()
53 auto StringRef::isSubstring() const noexcept -> bool { in isSubstring() function in Catch::StringRef
Dcatch_stringref.h111 auto isSubstring() const noexcept -> bool;
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt939 String.tests.cpp:<line number>: passed: isSubstring( s ) == false for: false == false
945 String.tests.cpp:<line number>: passed: isSubstring( original ) for: true
947 String.tests.cpp:<line number>: passed: isSubstring( original ) == false for: false == false
953 String.tests.cpp:<line number>: passed: isSubstring( ss ) for: true
957 String.tests.cpp:<line number>: passed: isSubstring( ss ) == false for: false == false
Dconsole.sw.approved.txt6841 REQUIRE( isSubstring( s ) == false )
6884 REQUIRE( isSubstring( original ) )
6894 REQUIRE( isSubstring( original ) == false )
6940 REQUIRE( isSubstring( ss ) )
6960 REQUIRE( isSubstring( ss ) == false )
/external/catch2/single_include/catch2/
Dcatch.hpp610 auto isSubstring() const noexcept -> bool;
11440 if( isSubstring() ) in c_str()
11451 auto StringRef::isSubstring() const noexcept -> bool { in isSubstring() function in Catch::StringRef