3#include "mc/_HeaderOutputPredefine.h"
12class ByteBufferReader {
24 ByteBufferReader& operator=(ByteBufferReader
const&);
25 ByteBufferReader(ByteBufferReader
const&);
Definition _HeaderOutputPredefine.h:311
MCAPI bool ReadStringView(::std::string_view *val, uint64 len)
MCAPI void * $ctor(::rtc::ByteBufferWriter const &buf)
MCAPI void * $ctor(::rtc::ArrayView< uchar const > bytes)
MCAPI bool ReadBytes(::rtc::ArrayView< uchar > val)
MCAPI bool ReadUVarint(uint64 *val)
MCAPI bool ReadString(::std::string *val, uint64 len)
MCAPI bool ReadUInt8(uchar *val)
MCAPI bool ReadUInt32(uint *val)
MCAPI ByteBufferReader(::rtc::ArrayView< uchar const > bytes)
MCAPI bool Consume(uint64 size)
MCAPI ByteBufferReader(::rtc::ByteBufferWriter const &buf)
MCAPI bool ReadUInt64(uint64 *val)
MCAPI bool ReadUInt16(ushort *val)
Definition ByteBufferWriter.h:11