Home
last modified time | relevance | path

Searched refs:next_payload_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Dmessage_decoder.cc17 : 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()
Dmessage_decoder.h59 int next_payload_; variable