Generated

from enum google.protobuf.FieldOptions.CType

Enumeration Members

Enumeration Members

CORD: 1

The option [ctype=CORD] may be applied to a non-repeated field of type "bytes". It indicates that in C++, the data should be stored in a Cord instead of a string. For very large strings, this may reduce memory fragmentation. It may also allow better performance when parsing from a Cord, or when parsing with aliasing enabled, as the parsed Cord may then alias the original buffer.

Generated

from enum value: CORD = 1;

STRING: 0

Default mode.

Generated

from enum value: STRING = 0;

STRING_PIECE: 2

Generated

from enum value: STRING_PIECE = 2;

Generated using TypeDoc