next_payload_known_   33 remoting/protocol/message_decoder.cc   if (!next_payload_known_ && GetPayloadSize(&next_payload)) {
next_payload_known_   36 remoting/protocol/message_decoder.cc     next_payload_known_ = true;
next_payload_known_   41 remoting/protocol/message_decoder.cc   if (!next_payload_known_ || buffer_.total_bytes() < next_payload_)
next_payload_known_   48 remoting/protocol/message_decoder.cc   next_payload_known_ = false;
next_payload_known_   60 remoting/protocol/message_decoder.h   bool next_payload_known_;