| 189 | } |
| 190 | |
| 191 | bool FindFirst() |
| 192 | { |
| 193 | Reset(); |
| 194 | return FindNext(); |
| 195 | } |
| 196 | |
| 197 | inline char* Base() { return haystack_; } |
| 198 | inline char* LastFound() { return last_found; } |
nothing calls this directly
no outgoing calls
no test coverage detected