Home
last modified time | relevance | path

Searched defs:ServiceStreamPair (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_service_common.h56 struct ServiceStreamPair { struct
61 ServiceStreamPair& operator=(ServiceStreamPair&&) noexcept; argument
63 std::unique_ptr<QuicStream> stream;
64 uint64_t connection_id;
65 QuicProtocolConnection* protocol_connection;
Dquic_service_common.cc58 ServiceStreamPair::ServiceStreamPair( in ServiceStreamPair() function in openscreen::osp::ServiceStreamPair