3#include "mc/_HeaderOutputPredefine.h"
7namespace rtc {
class ByteBufferWriter; }
Definition _HeaderOutputPredefine.h:258
Definition ByteBufferReader.h:12
MCAPI ByteBufferReader(::rtc::ByteBufferWriter const &)
MCAPI bool ReadUInt32(uint *)
MCAPI void * $ctor(::rtc::ByteBufferWriter const &)
MCAPI bool ReadBytes(::rtc::ArrayView< uchar >)
MCAPI bool ReadUInt16(ushort *)
MCAPI bool ReadUVarint(uint64 *)
MCAPI ByteBufferReader(::rtc::ArrayView< uchar const >)
MCAPI bool Consume(uint64)
MCAPI void * $ctor(::rtc::ArrayView< uchar const >)
MCAPI bool ReadStringView(::std::string_view *, uint64)
MCAPI bool ReadUInt8(uchar *)
MCAPI bool ReadBytes(uchar *, uint64)
MCAPI void Construct(uchar const *, uint64)
MCAPI bool ReadString(::std::string *, uint64)
MCAPI bool ReadUInt64(uint64 *)
Definition ByteBufferWriter.h:11