Searched defs:ServiceStreamPair (Results 1 – 2 of 2) sorted by relevance
56 struct ServiceStreamPair { struct61 ServiceStreamPair& operator=(ServiceStreamPair&&) noexcept; argument63 std::unique_ptr<QuicStream> stream;64 uint64_t connection_id;65 QuicProtocolConnection* protocol_connection;
58 ServiceStreamPair::ServiceStreamPair( in ServiceStreamPair() function in openscreen::osp::ServiceStreamPair