| 3461 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 3462 | |
| 3463 | inline Impl::NSStringMatchers::EndsWith |
| 3464 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
| 3465 | |
| 3466 | } // namespace Matchers |
| 3467 |
nothing calls this directly
no test coverage detected