Definition at line 313 of file cord_buffer.h.
◆ Rep() [1/2]
absl::CordBuffer::Rep::Rep |
( |
| ) |
|
|
inline |
◆ Rep() [2/2]
◆ add_short_length()
void absl::CordBuffer::Rep::add_short_length |
( |
size_t |
n | ) |
|
|
inline |
◆ data() [1/2]
char* absl::CordBuffer::Rep::data |
( |
| ) |
|
|
inline |
◆ data() [2/2]
const char* absl::CordBuffer::Rep::data |
( |
| ) |
const |
|
inline |
◆ is_short()
bool absl::CordBuffer::Rep::is_short |
( |
| ) |
const |
|
inline |
◆ long_available()
absl::Span<char> absl::CordBuffer::Rep::long_available |
( |
| ) |
|
|
inline |
◆ rep()
◆ set_short_length()
void absl::CordBuffer::Rep::set_short_length |
( |
size_t |
length | ) |
|
|
inline |
◆ short_available()
absl::Span<char> absl::CordBuffer::Rep::short_available |
( |
| ) |
|
|
inline |
◆ short_length()
size_t absl::CordBuffer::Rep::short_length |
( |
| ) |
const |
|
inline |
◆ @75
◆ kInlineCapacity
constexpr size_t absl::CordBuffer::Rep::kInlineCapacity = sizeof(intptr_t) * 2 - 1 |
|
staticconstexpr |
◆ long_rep
Long absl::CordBuffer::Rep::long_rep |
◆ short_rep
Short absl::CordBuffer::Rep::short_rep |
The documentation for this struct was generated from the following file: