| 5021 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 5022 | |
| 5023 | inline Impl::NSStringMatchers::EndsWith |
| 5024 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
| 5025 | |
| 5026 | } // namespace Matchers |
| 5027 |
nothing calls this directly
no test coverage detected