| 4433 | Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); } |
| 4434 | |
| 4435 | inline Impl::NSStringMatchers::StartsWith |
| 4436 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 4437 | |
| 4438 | inline Impl::NSStringMatchers::EndsWith |
| 4439 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
nothing calls this directly
no test coverage detected