Searched defs:protocol_output (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils_unittest.cc76 std::string protocol_output; local
77 ASSERT_TRUE(buffer.ReadString(&protocol_output, protocol_length));
78 EXPECT_EQ(config.protocol, protocol_output);

Completed in 300 milliseconds