struct InitValue
Defined at line 50 of file ../../third_party/protobuf/src/google/protobuf/arenastring.h
We explicitly make LazyString an aggregate so that MSVC can do constant
initialization on it without marking it `constexpr`.
We do not want to use `constexpr` because it makes it harder to have extern
storage for it and causes library bloat.
Public Members
const char * ptr
size_t size