Home | History | Annotate | Download | only in base

Lines Matching refs:StunUInt64Attribute

110 const StunUInt64Attribute* StunMessage::GetUInt64(int type) const {
111 return static_cast<const StunUInt64Attribute*>(GetAttribute(type));
447 return new StunUInt64Attribute(type);
467 StunUInt64Attribute* StunAttribute::CreateUInt64(uint16_t type) {
468 return new StunUInt64Attribute(type);
674 StunUInt64Attribute::StunUInt64Attribute(uint16_t type, uint64_t value)
678 StunUInt64Attribute::StunUInt64Attribute(uint16_t type)
682 bool StunUInt64Attribute::Read(ByteBuffer* buf) {
688 bool StunUInt64Attribute::Write(ByteBuffer* buf) const {