Lines Matching +defs:val +defs:buf
483 ByteBufferWriter buf; in AddMessageIntegrityOfType() local
573 ByteBufferWriter buf; in AddFingerprint() local
586 bool StunMessage::Read(ByteBufferReader* buf) { in Read()
685 void StunMessage::SetStunMagicCookie(uint32_t val) { in SetStunMagicCookie()
894 bool StunAddressAttribute::Read(ByteBufferReader* buf) { in Read()
1009 bool StunXorAddressAttribute::Read(ByteBufferReader* buf) { in Read()
1067 bool StunUInt32Attribute::Read(ByteBufferReader* buf) { in Read()
1088 bool StunUInt64Attribute::Read(ByteBufferReader* buf) { in Read()
1150 bool StunByteStringAttribute::Read(ByteBufferReader* buf) { in Read()
1209 bool StunErrorCodeAttribute::Read(ByteBufferReader* buf) { in Read()
1210 uint32_t val; in Read() local
1272 bool StunUInt16ListAttribute::Read(ByteBufferReader* buf) { in Read()
1504 rtc::ByteBufferWriter buf; in Clone() local