HomeSort by relevance Sort by last modified time
    Searched refs:next_payload_known_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
message_decoder.cc 18 next_payload_known_(false) {
33 if (!next_payload_known_ && GetPayloadSize(&next_payload)) {
36 next_payload_known_ = true;
41 if (!next_payload_known_ || buffer_.total_bytes() < next_payload_)
48 next_payload_known_ = false;
message_decoder.h 57 // |next_payload_known_| is true if the size of the next payload is known.
60 bool next_payload_known_; member in class:remoting::protocol::MessageDecoder

Completed in 1899 milliseconds