union

Defined at line 56 of file ../../third_party/protobuf/src/google/protobuf/arenastring.h

We keep a union of the initialization value and the std::string to save on

space. We don't need the string array after Init() is done.

Public Members

InitValue init_value_
char[24] string_buf_