HomeSort by relevance Sort by last modified time
    Searched full:protocol_length (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
sctputils_unittest.cc 42 uint16 protocol_length; local
69 ASSERT_TRUE(buffer.ReadUInt16(&protocol_length));
71 EXPECT_EQ(config.protocol.size(), protocol_length);
77 ASSERT_TRUE(buffer.ReadString(&protocol_output, protocol_length));
sctputils.cc 91 uint16 protocol_length; local
92 if (!buffer.ReadUInt16(&protocol_length)) {
100 if (!buffer.ReadString(&config->protocol, protocol_length)) {

Completed in 1084 milliseconds