Home | History | Annotate | Download | only in base

Lines Matching refs:StunUInt32Attribute

106 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const {
107 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
251 kStunAttributeHeaderSize + StunUInt32Attribute::SIZE;
265 StunUInt32Attribute::SIZE)
278 StunUInt32Attribute* fingerprint_attr =
279 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0);
445 return new StunUInt32Attribute(type);
471 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16_t type) {
472 StunUInt32Attribute(type);
644 StunUInt32Attribute::StunUInt32Attribute(uint16_t type, uint32_t value)
648 StunUInt32Attribute::StunUInt32Attribute(uint16_t type)
652 bool StunUInt32Attribute::GetBit(size_t index) const {
657 void StunUInt32Attribute::SetBit(size_t index, bool value) {
663 bool StunUInt32Attribute::Read(ByteBuffer* buf) {
669 bool StunUInt32Attribute::Write(ByteBuffer* buf) const {