Home
last modified time | relevance | path

Searched refs:CreateUnknownAttributes (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstun.h243 static StunUInt16ListAttribute* CreateUnknownAttributes();
Dstun.cc484 StunUInt16ListAttribute* StunAttribute::CreateUnknownAttributes() { in CreateUnknownAttributes() function in cricket::StunAttribute
Dstun_unittest.cc1080 StunUInt16ListAttribute* list = StunAttribute::CreateUnknownAttributes(); in TEST_F()