Lines Matching refs:msg_
593 Message msg_; // Used for DoReadDataComplete and DoGetEntryComplete.
716 msg_ = msg;
756 msg_.result = RESULT_OK;
757 msg_.long_arg1 = reinterpret_cast<int64>(entry_);
758 SendMsg(msg_);
848 msg_ = msg;
860 DCHECK_EQ(READ_DATA, msg_.command);
861 msg_.buffer_bytes = (ret < 0) ? 0 : ret;
862 msg_.result = RESULT_OK;
863 SendMsg(msg_);