3#include "mc/_HeaderOutputPredefine.h"
7namespace rtc {
class ByteBufferWriter; }
35 MCNAPI
void Construct(uchar
const* bytes, uint64 len);
Definition _HeaderOutputPredefine.h:260
Definition ByteBufferReader.h:12
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 bool ReadBytes(uchar *val, uint64 len)
MCAPI ByteBufferReader(::rtc::ArrayView< uchar const > bytes)
MCAPI bool Consume(uint64 size)
MCAPI ByteBufferReader(::rtc::ByteBufferWriter const &buf)
MCAPI void Construct(uchar const *bytes, uint64 len)
MCAPI bool ReadUInt64(uint64 *val)
MCAPI bool ReadUInt16(ushort *val)
Definition ByteBufferWriter.h:11