Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc1099 StunByteStringAttribute::StunByteStringAttribute(uint16_t type) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
1102 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
1108 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute
1115 StunByteStringAttribute::StunByteStringAttribute(uint16_t type, uint16_t length) in StunByteStringAttribute() function in cricket::StunByteStringAttribute
H A Dstun.h135 class StunByteStringAttribute; variable