Searched refs:QuicServerConfigProtobuf (Results 1 – 5 of 5) sorted by relevance
12 QuicServerConfigProtobuf::QuicServerConfigProtobuf() in QuicServerConfigProtobuf() function in net::QuicServerConfigProtobuf17 QuicServerConfigProtobuf::~QuicServerConfigProtobuf() { in ~QuicServerConfigProtobuf()
22 class NET_EXPORT_PRIVATE QuicServerConfigProtobuf {47 QuicServerConfigProtobuf();48 ~QuicServerConfigProtobuf();67 QuicServerConfigProtobuf::PrivateKey* add_key() { in add_key()134 DISALLOW_COPY_AND_ASSIGN(QuicServerConfigProtobuf);
35 class QuicServerConfigProtobuf; variable120 static QuicServerConfigProtobuf* GenerateConfig(130 CryptoHandshakeMessage* AddConfig(QuicServerConfigProtobuf* protobuf,148 bool SetConfigs(const std::vector<QuicServerConfigProtobuf*>& protobufs,396 scoped_refptr<Config> ParseConfigProtobuf(QuicServerConfigProtobuf* protobuf);
258 QuicServerConfigProtobuf* QuicCryptoServerConfig::GenerateConfig( in GenerateConfig()347 scoped_ptr<QuicServerConfigProtobuf> config(new QuicServerConfigProtobuf); in GenerateConfig()349 QuicServerConfigProtobuf::PrivateKey* curve25519_key = config->add_key(); in GenerateConfig()354 QuicServerConfigProtobuf::PrivateKey* p256_key = config->add_key(); in GenerateConfig()363 QuicServerConfigProtobuf* protobuf, in AddConfig()401 scoped_ptr<QuicServerConfigProtobuf> config( in AddDefaultConfig()407 const vector<QuicServerConfigProtobuf*>& protobufs, in SetConfigs()412 for (vector<QuicServerConfigProtobuf*>::const_iterator i = protobufs.begin(); in SetConfigs()1183 QuicServerConfigProtobuf* protobuf) { in ParseConfigProtobuf()1293 const QuicServerConfigProtobuf::PrivateKey& key = protobuf->key(i); in ParseConfigProtobuf()
264 scoped_ptr<QuicServerConfigProtobuf> protobuf( in TEST()401 vector<QuicServerConfigProtobuf*> protobufs; in SetConfigs()423 QuicServerConfigProtobuf* protobuf( in SetConfigs()