Home | History | Annotate | Download | only in base

Lines Matching defs:StunUInt32Attribute

122 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const {
123 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
267 kStunAttributeHeaderSize + StunUInt32Attribute::SIZE;
281 StunUInt32Attribute::SIZE)
294 StunUInt32Attribute* fingerprint_attr =
295 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0);
459 return new StunUInt32Attribute(type);
485 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) {
486 return new StunUInt32Attribute(type);
657 StunUInt32Attribute::StunUInt32Attribute(uint16 type, uint32 value)
661 StunUInt32Attribute::StunUInt32Attribute(uint16 type)
665 bool StunUInt32Attribute::GetBit(size_t index) const {
670 void StunUInt32Attribute::SetBit(size_t index, bool value) {
676 bool StunUInt32Attribute::Read(ByteBuffer* buf) {
682 bool StunUInt32Attribute::Write(ByteBuffer* buf) const {