| 5018 | Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); } |
| 5019 | |
| 5020 | inline Impl::NSStringMatchers::StartsWith |
| 5021 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 5022 | |
| 5023 | inline Impl::NSStringMatchers::EndsWith |
| 5024 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
no test coverage detected