Home
last modified time | relevance | path

Searched refs:EqualAttributes (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/transport/
Dstun_unittest.cc1795 TEST_F(StunTest, EqualAttributes) { in TEST_F() argument
1822 EXPECT_TRUE(copy->EqualAttributes(&msg, [](int type) { return true; })); in TEST_F()
1828 EXPECT_FALSE(copy->EqualAttributes(&msg, [](int type) { return true; })); in TEST_F()
1829 EXPECT_TRUE(copy->EqualAttributes( in TEST_F()
1837 EXPECT_TRUE(copy->EqualAttributes(&msg, [](int type) { return true; })); in TEST_F()
1844 EXPECT_FALSE(copy->EqualAttributes(&msg, [](int type) { return true; })); in TEST_F()
1845 EXPECT_TRUE(copy->EqualAttributes( in TEST_F()
1851 EXPECT_FALSE(copy->EqualAttributes(&msg, [](int type) { return true; })); in TEST_F()
1852 EXPECT_TRUE(copy->EqualAttributes( in TEST_F()
Dstun.h243 bool EqualAttributes(const StunMessage* other,
Dstun.cc595 bool StunMessage::EqualAttributes( in EqualAttributes() function in cricket::StunMessage
/external/webrtc/p2p/base/
Dconnection.cc1341 cached_stun_binding_->EqualAttributes(message, [](int type) { in ShouldSendGoogPing()