| 646 | } |
| 647 | |
| 648 | int64_t AsioProtobufOutStream::ByteCount() const |
| 649 | { |
| 650 | return m_Pos + static_cast<int64_t>(m_Buffered); |
| 651 | } |
| 652 | |
| 653 | /** |
| 654 | * Flush any buffered data to the underlying Asio stream. |
nothing calls this directly
no outgoing calls
no test coverage detected