Lines Matching refs:ByteBufferReader
25 using rtc::ByteBufferReader;
34 ByteBufferReader reader(transaction_id.c_str(), transaction_id.length()); in ReduceTransactionId()
430 bool StunMessage::Read(ByteBufferReader* buf) { in Read()
638 void StunAttribute::ConsumePadding(ByteBufferReader* buf) const { in ConsumePadding()
731 bool StunAddressAttribute::Read(ByteBufferReader* buf) { in Read()
846 bool StunXorAddressAttribute::Read(ByteBufferReader* buf) { in Read()
904 bool StunUInt32Attribute::Read(ByteBufferReader* buf) { in Read()
925 bool StunUInt64Attribute::Read(ByteBufferReader* buf) { in Read()
985 bool StunByteStringAttribute::Read(ByteBufferReader* buf) { in Read()
1040 bool StunErrorCodeAttribute::Read(ByteBufferReader* buf) { in Read()
1103 bool StunUInt16ListAttribute::Read(ByteBufferReader* buf) { in Read()
1247 rtc::ByteBufferReader reader(*tmp_buffer_ptr); in CopyStunAttribute()
1339 rtc::ByteBufferReader reader(buf); in Clone()