#include <message_lite.h>
Classes | |
union | AlignedUnion |
Public Member Functions | |
template<typename... Args> | |
void | Construct (Args &&... args) |
void | DefaultConstruct () |
void | Destruct () |
constexpr const T & | get () const |
T * | get_mutable () |
Private Attributes | |
union google::protobuf::internal::ExplicitlyConstructed::AlignedUnion | union_ |
Definition at line 123 of file message_lite.h.
|
inline |
Definition at line 128 of file message_lite.h.
|
inline |
Definition at line 125 of file message_lite.h.
|
inline |
Definition at line 132 of file message_lite.h.
|
inlineconstexpr |
Definition at line 134 of file message_lite.h.
|
inline |
Definition at line 135 of file message_lite.h.
|
private |