Searched defs:handshake_protocol (Results 1 – 4 of 4) sorted by relevance
172 HandshakeProtocol handshake_protocol, in ParsedQuicVersionIsValid()211 HandshakeProtocol handshake_protocol; member
438 for (HandshakeProtocol handshake_protocol : SupportedHandshakeProtocols()) { in TEST() local
531 std::string HandshakeProtocolToString(HandshakeProtocol handshake_protocol) { in HandshakeProtocolToString()
905 HandshakeProtocol QuicStream::handshake_protocol() const { in handshake_protocol() function in quic::QuicStream