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

  /external/chromium_org/net/quic/
quic_config.h 57 // |negotiated_value_| is serialised, otherwise |max_value_| is serialised.
60 // Sets |negotiated_value_| to the minimum of |max_value_| and the
69 // greater than |max_value_|. If the corresponding value is missing and
77 // to |max_value_|.
82 uint32 max_value_; member in class:net::QuicNegotiableUint32
quic_config.cc 24 max_value_(0),
30 max_value_ = max;
46 out->SetValue(tag_, max_value_);
86 negotiated_value_ = std::min(value, max_value_);
102 if (value > max_value_) {

Completed in 37 milliseconds