Home
last modified time | relevance | path

Searched defs:StunByteStringAttribute (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.cc707 StunByteStringAttribute::StunByteStringAttribute(uint16 type) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
711 StunByteStringAttribute::StunByteStringAttribute(uint16 type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
717 StunByteStringAttribute::StunByteStringAttribute(uint16 type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
724 StunByteStringAttribute::StunByteStringAttribute(uint16 type, uint16 length) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
Dstun.h139 class StunByteStringAttribute; variable