Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.cc936 StunByteStringAttribute::StunByteStringAttribute(uint16_t type) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
939 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
945 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
952 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, uint16_t length) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
Dstun.h134 class StunByteStringAttribute; variable