| 3458 | Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); } |
| 3459 | |
| 3460 | inline Impl::NSStringMatchers::StartsWith |
| 3461 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 3462 | |
| 3463 | inline Impl::NSStringMatchers::EndsWith |
| 3464 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
nothing calls this directly
no test coverage detected