Home | History | Annotate | Download | only in crypto

Lines Matching defs:State

21 QuicServerInfo::State::State() {}
23 QuicServerInfo::State::~State() {}
25 void QuicServerInfo::State::Clear() {
39 const QuicServerInfo::State& QuicServerInfo::state() const {
43 QuicServerInfo::State* QuicServerInfo::mutable_state() {
48 State* state = mutable_state();
50 state->Clear();
54 state->Clear();
59 State* state = mutable_state();
80 if (!p.ReadString(&iter, &state->server_config)) {
84 if (!p.ReadString(&iter, &state->source_address_token)) {
88 if (!p.ReadString(&iter, &state->server_config_sig)) {
106 state->certs.push_back(cert);