| 265 | |
| 266 | |
| 267 | void OutboundPacketStream::Clear() |
| 268 | { |
| 269 | typeTagsCurrent_ = end_; |
| 270 | messageCursor_ = data_; |
| 271 | argumentCurrent_ = data_; |
| 272 | elementSizePtr_ = 0; |
| 273 | messageIsInProgress_ = false; |
| 274 | } |
| 275 | |
| 276 | |
| 277 | std::size_t OutboundPacketStream::Capacity() const |
nothing calls this directly
no outgoing calls
no test coverage detected