OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negotiated_value_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_config.cc
80
return
negotiated_value_
;
88
out->SetValue(tag_,
negotiated_value_
);
117
negotiated_value_
= min(value, max_value_);
quic_config.h
91
// |
negotiated_value_
| is serialised, otherwise |max_value_| is serialised.
94
// Sets |
negotiated_value_
| to the minimum of |max_value_| and the
96
// missing and PRESENCE_OPTIONAL then |
negotiated_value_
| is set to
106
uint32
negotiated_value_
;
member in class:net::QuicNegotiableUint32
Completed in 2327 milliseconds