HomeSort by relevance Sort by last modified time
    Searched refs:protobufs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config_test.cc 374 // SetConfigs constructs suitable config protobufs and calls SetConfigs on
380 // SetConfigs(NULL); // calls |config_.SetConfigs| with no protobufs.
382 // // Calls |config_.SetConfigs| with two protobufs: one for a Config with
401 vector<QuicServerConfigProtobuf*> protobufs; local
431 protobufs.push_back(protobuf);
435 config_.SetConfigs(protobufs, clock_.WallNow()));
436 STLDeleteElements(&protobufs);
quic_crypto_server_config.h 141 // SetConfigs takes a vector of config protobufs and the current time.
145 // known, but are missing from the protobufs are deleted, unless they are
148 bool SetConfigs(const std::vector<QuicServerConfigProtobuf*>& protobufs,
quic_crypto_server_config.cc 407 const vector<QuicServerConfigProtobuf*>& protobufs,
412 for (vector<QuicServerConfigProtobuf*>::const_iterator i = protobufs.begin();
413 i != protobufs.end(); ++i) {
    [all...]

Completed in 294 milliseconds