Searched refs:IsLegacy (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc76 if (!msg->IsLegacy()) {
H A Dstun.cc76 bool StunMessage::IsLegacy() const { function in class:cricket::StunMessage
380 if (!IsLegacy())
H A Dstun.h162 bool IsLegacy() const;
H A Dport_unittest.cc1355 EXPECT_FALSE(msg->IsLegacy());
1372 EXPECT_FALSE(msg->IsLegacy());
1394 EXPECT_FALSE(msg->IsLegacy());
1437 EXPECT_FALSE(msg->IsLegacy());
1472 EXPECT_FALSE(msg->IsLegacy());
1504 EXPECT_FALSE(msg->IsLegacy());
H A Dstun_unittest.cc51 ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.IsLegacy());
52 ASSERT_EQ(length == kStunTransactionIdLength, !msg.IsLegacy());

Completed in 84 milliseconds