| 40 | |
| 41 | protected: |
| 42 | scan_buffer(const char* ptr, const char* end, bool contiguous) |
| 43 | : ptr_(ptr), end_(end), contiguous_(contiguous) {} |
| 44 | ~scan_buffer() = default; |
| 45 | |
| 46 | void set(span<const char> buf) { |
nothing calls this directly
no outgoing calls
no test coverage detected