| 114 | } |
| 115 | |
| 116 | void BinaryReaderLogging::OnSetState(const State* s) { |
| 117 | BinaryReaderDelegate::OnSetState(s); |
| 118 | reader_->OnSetState(s); |
| 119 | } |
| 120 | |
| 121 | Result BinaryReaderLogging::BeginModule(uint32_t version) { |
| 122 | LOGF("BeginModule(version: %u)\n", version); |