| Index: third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
|
| diff --git a/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php b/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2ff2a4781637a5c6975fda4cf2c6ef35cfbb1121
|
| --- /dev/null
|
| +++ b/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
|
| @@ -0,0 +1,29 @@
|
| +<?php
|
| +# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| +# source: google/protobuf/descriptor.proto
|
| +
|
| +/**
|
| + * Protobuf enum <code>google.protobuf.FieldOptions.CType</code>
|
| + */
|
| +namespace Google\Protobuf\Internal;
|
| +
|
| +class FieldOptions_CType
|
| +{
|
| + /**
|
| + * <pre>
|
| + * Default mode.
|
| + * </pre>
|
| + *
|
| + * <code>STRING = 0;</code>
|
| + */
|
| + const STRING = 0;
|
| + /**
|
| + * <code>CORD = 1;</code>
|
| + */
|
| + const CORD = 1;
|
| + /**
|
| + * <code>STRING_PIECE = 2;</code>
|
| + */
|
| + const STRING_PIECE = 2;
|
| +}
|
| +
|
|
|