#include <message_lite.h>
Classes | |
union | AlignedUnion |
Public Member Functions | |
template<typename... Args> | |
void | Construct (Args &&... args) |
template<typename... Args> | |
void | Construct (Args &&... args) |
void | DefaultConstruct () |
void | DefaultConstruct () |
void | Destruct () |
void | Destruct () |
constexpr const T & | get () const |
constexpr const T & | get () const |
T * | get_mutable () |
T * | get_mutable () |
Private Attributes | |
union google::protobuf::internal::ExplicitlyConstructed::AlignedUnion | union_ |
Definition at line 124 of file bloaty/third_party/protobuf/src/google/protobuf/message_lite.h.
|
inline |
Definition at line 68 of file explicitly_constructed.h.
|
inline |
Definition at line 129 of file bloaty/third_party/protobuf/src/google/protobuf/message_lite.h.
|
inline |
Definition at line 65 of file explicitly_constructed.h.
|
inline |
Definition at line 126 of file bloaty/third_party/protobuf/src/google/protobuf/message_lite.h.
|
inline |
Definition at line 72 of file explicitly_constructed.h.
|
inline |
Definition at line 133 of file bloaty/third_party/protobuf/src/google/protobuf/message_lite.h.
|
inlineconstexpr |
Definition at line 74 of file explicitly_constructed.h.
|
inlineconstexpr |
Definition at line 135 of file bloaty/third_party/protobuf/src/google/protobuf/message_lite.h.
|
inline |
Definition at line 75 of file explicitly_constructed.h.
|
inline |
Definition at line 136 of file bloaty/third_party/protobuf/src/google/protobuf/message_lite.h.
|
private |