#include <zero_copy_stream.h>
◆ ZeroCopyInputStream()
google::protobuf::io::ZeroCopyInputStream::ZeroCopyInputStream |
( |
| ) |
|
|
inline |
◆ ~ZeroCopyInputStream()
google::protobuf::io::ZeroCopyInputStream::~ZeroCopyInputStream |
( |
| ) |
|
|
virtual |
◆ BackUp()
virtual void google::protobuf::io::ZeroCopyInputStream::BackUp |
( |
int |
count | ) |
|
|
pure virtual |
◆ ByteCount()
virtual int64 google::protobuf::io::ZeroCopyInputStream::ByteCount |
( |
| ) |
const |
|
pure virtual |
◆ Next()
virtual bool google::protobuf::io::ZeroCopyInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
pure virtual |
◆ Skip()
virtual bool google::protobuf::io::ZeroCopyInputStream::Skip |
( |
int |
count | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc