Searched refs:read_state_ (Results 1 – 2 of 2) sorted by relevance
512 remote_candidate_(remote_candidate), read_state_(STATE_READ_TIMEOUT), in Connection()534 ReadState old_value = read_state_; in set_read_state()535 read_state_ = value; in set_read_state()576 if (read_state_ == STATE_READABLE) { in OnReadPacket()679 if ((read_state_ == STATE_READABLE) && in UpdateState()844 if ((read_state_ == STATE_READ_TIMEOUT) && in CheckTimeout()
293 ReadState read_state() const { return read_state_; } in read_state()388 ReadState read_state_; variable