| 124 | } |
| 125 | |
| 126 | nanoseconds_t FluxmapReader::seekToPattern(const FluxMatcher& pattern) |
| 127 | { |
| 128 | const FluxMatcher* unused; |
| 129 | return seekToPattern(pattern, unused); |
| 130 | } |
| 131 | |
| 132 | nanoseconds_t FluxmapReader::seekToPattern( |
| 133 | const FluxMatcher& pattern, const FluxMatcher*& matching) |