| 1029 | int64_t MessageDecoder::next_required_size() const { return impl_->next_required_size(); } |
| 1030 | |
| 1031 | MessageDecoder::State MessageDecoder::state() const { return impl_->state(); } |
| 1032 | |
| 1033 | // ---------------------------------------------------------------------- |
| 1034 | // Implement InputStream message reader |
no outgoing calls