Public Member Functions | |
Block (Block *next, size_t size) | |
char * | Pointer (size_t n) |
Public Attributes | |
Block *const | next |
const size_t | size |
CleanupNode * | start |
Definition at line 289 of file protobuf/src/google/protobuf/arena_impl.h.
|
inline |
Definition at line 290 of file protobuf/src/google/protobuf/arena_impl.h.
|
inline |
Definition at line 292 of file protobuf/src/google/protobuf/arena_impl.h.
Definition at line 297 of file protobuf/src/google/protobuf/arena_impl.h.
const size_t google::protobuf.internal::SerialArena::Block::size |
Definition at line 298 of file protobuf/src/google/protobuf/arena_impl.h.
CleanupNode* google::protobuf.internal::SerialArena::Block::start |
Definition at line 299 of file protobuf/src/google/protobuf/arena_impl.h.