Searched defs:TestTransport (Results 1 – 6 of 6) sorted by relevance
1070 class TestTransport(FakeTransport): class1080 class TestTransport(FakeTransport): class1090 class TestTransport(FakeTransport): class1100 class TestTransport(FakeTransport): class
173 struct TestTransport {} struct174 impl Response for TestTransport { implementation
1237 struct TestTransport { struct1238 in_queue: VecDeque<Vec<u8>>,1239 out_queue: VecDeque<Vec<u8>>,1242 impl TestTransport { implementation1252 impl Transport for TestTransport { implementation
53 class TestTransport : public RpcFrameSender { class55 explicit TestTransport(size_t mtu, bool is_faulty = false) in TestTransport() function in pw::rpc::__anon8d9c94b70111::TestTransport
53 class TestTransport : public Transport { class55 TestTransport() {} in TestTransport() function in webrtc::TestTransport
95 class TestTransport : public Transport { class97 explicit TestTransport(RtpHeaderExtensionMap* extensions) in TestTransport() function in webrtc::__anonf79f61b30111::TestTransport