| 2886 | } |
| 2887 | |
| 2888 | inline Impl::NSStringMatchers::StartsWith StartsWith(NSString *substr) { |
| 2889 | return Impl::NSStringMatchers::StartsWith(substr); |
| 2890 | } |
| 2891 | |
| 2892 | inline Impl::NSStringMatchers::EndsWith EndsWith(NSString *substr) { |
| 2893 | return Impl::NSStringMatchers::EndsWith(substr); |
nothing calls this directly
no test coverage detected