#include <slice.h>
◆ MutableSlice() [1/4]
grpc_event_engine::experimental::MutableSlice::MutableSlice |
( |
| ) |
|
|
default |
◆ MutableSlice() [2/4]
grpc_event_engine::experimental::MutableSlice::MutableSlice |
( |
const grpc_slice & |
slice | ) |
|
|
explicit |
◆ ~MutableSlice()
grpc_event_engine::experimental::MutableSlice::~MutableSlice |
( |
| ) |
|
◆ MutableSlice() [3/4]
grpc_event_engine::experimental::MutableSlice::MutableSlice |
( |
const MutableSlice & |
| ) |
|
|
delete |
◆ MutableSlice() [4/4]
grpc_event_engine::experimental::MutableSlice::MutableSlice |
( |
MutableSlice && |
other | ) |
|
|
inlinenoexcept |
◆ begin()
uint8_t* grpc_event_engine::experimental::MutableSlice::begin |
( |
| ) |
|
|
inline |
◆ CreateUninitialized()
static MutableSlice grpc_event_engine::experimental::MutableSlice::CreateUninitialized |
( |
size_t |
length | ) |
|
|
inlinestatic |
◆ data()
uint8_t* grpc_event_engine::experimental::MutableSlice::data |
( |
| ) |
|
|
inline |
◆ end()
uint8_t* grpc_event_engine::experimental::MutableSlice::end |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]()
uint8_t& grpc_event_engine::experimental::MutableSlice::operator[] |
( |
size_t |
i | ) |
|
|
inline |
◆ TakeSubSlice()
MutableSlice grpc_event_engine::experimental::MutableSlice::TakeSubSlice |
( |
size_t |
pos, |
|
|
size_t |
n |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: