Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.cc693 StunByteStringAttribute::StunByteStringAttribute(uint16_t type) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
697 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
703 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
710 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, uint16_t length) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
Dstun.h124 class StunByteStringAttribute; variable