| 4829 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 4830 | |
| 4831 | inline Impl::NSStringMatchers::EndsWith |
| 4832 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
| 4833 | |
| 4834 | } // namespace Matchers |
| 4835 |
nothing calls this directly
no test coverage detected