| 1034 | int64_t MessageDecoder::buffered_size() const { return impl_->buffered_size(); } |
| 1035 | |
| 1036 | MessageDecoder::State MessageDecoder::state() const { return impl_->state(); } |
| 1037 | |
| 1038 | // ---------------------------------------------------------------------- |
| 1039 | // Implement InputStream message reader |
no outgoing calls