class ScratchSpace
Defined at line 675 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
Enables GetStringView() and GetRepeatedStringView() APIs to return
absl::string_view even though the underlying implementation doesn't have
contiguous bytes; e.g. absl::Cord.
Public Methods
void ScratchSpace ()
Defined at line 677 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
void ScratchSpace (const ScratchSpace & )
Defined at line 679 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
ScratchSpace & operator= (const ScratchSpace & )
Defined at line 680 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
Friends
class Reflection