| 4436 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 4437 | |
| 4438 | inline Impl::NSStringMatchers::EndsWith |
| 4439 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
| 4440 | |
| 4441 | } // namespace Matchers |
| 4442 |
nothing calls this directly
no test coverage detected