Searched refs:next_payload_ (Results 1 – 2 of 2) sorted by relevance
17 : next_payload_(0), in MessageDecoder()35 next_payload_ = next_payload; in GetNextMessage()41 if (!next_payload_known_ || buffer_.total_bytes() < next_payload_) in GetNextMessage()45 message_buffer->CopyFrom(buffer_, 0, next_payload_); in GetNextMessage()47 buffer_.CropFront(next_payload_); in GetNextMessage()
59 int next_payload_; variable