class ScratchSpace
Defined at line 618 of file ../../third_party/protobuf/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 620 of file ../../third_party/protobuf/src/google/protobuf/message.h
void ScratchSpace (const ScratchSpace & )
Defined at line 622 of file ../../third_party/protobuf/src/google/protobuf/message.h
ScratchSpace & operator= (const ScratchSpace & )
Defined at line 623 of file ../../third_party/protobuf/src/google/protobuf/message.h
Friends
class Reflection