class MessageCreator
Defined at line 91 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
Public Methods
void MessageCreator ()
Defined at line 102 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
MessageCreator ZeroInit (uint32_t allocation_size, uint8_t alignment)
Defined at line 105 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
MessageCreator CopyInit (uint32_t allocation_size, uint8_t alignment)
Defined at line 113 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
void MessageCreator (Funcfunc,uint32_tallocation_size,uint8_talignment)
Defined at line 121 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
Tag tag ()
Defined at line 138 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
uint32_t allocation_size ()
Defined at line 140 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
uint8_t alignment ()
Defined at line 142 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
template <typename MessageLite>
MessageLite * New (const MessageLite *prototype_for_func,const MessageLite *prototype_for_copy,Arena *arena)
Template for testing.
Defined at line 1654 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
template <typename MessageLite>
MessageLite * PlacementNew (const MessageLite *prototype_for_func,const MessageLite *prototype_for_copy,void *mem,Arena *arena)
Defined at line 1585 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
Enumerations
enum Tag : int8_t
| Name | Value |
|---|---|
| kFunc | -1 |
| kZeroInit | 0 |
| kMemcpy | 1 |
Use -1/0/1 to be able to use
<
0, ==0, >0
Defined at line 96 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h