| Index: third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
|
| diff --git a/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php b/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
|
| deleted file mode 100644
|
| index 9bda76c2343b7b05eb56f3092ba012208292dd36..0000000000000000000000000000000000000000
|
| --- a/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
|
| +++ /dev/null
|
| @@ -1,120 +0,0 @@
|
| -<?php
|
| -# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| -# source: google/protobuf/descriptor.proto
|
| -
|
| -/**
|
| - * Protobuf enum <code>google.protobuf.FieldDescriptorProto.Type</code>
|
| - */
|
| -namespace Google\Protobuf\Internal;
|
| -
|
| -class FieldDescriptorProto_Type
|
| -{
|
| - /**
|
| - * <pre>
|
| - * 0 is reserved for errors.
|
| - * Order is weird for historical reasons.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_DOUBLE = 1;</code>
|
| - */
|
| - const TYPE_DOUBLE = 1;
|
| - /**
|
| - * <code>TYPE_FLOAT = 2;</code>
|
| - */
|
| - const TYPE_FLOAT = 2;
|
| - /**
|
| - * <pre>
|
| - * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
|
| - * negative values are likely.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_INT64 = 3;</code>
|
| - */
|
| - const TYPE_INT64 = 3;
|
| - /**
|
| - * <code>TYPE_UINT64 = 4;</code>
|
| - */
|
| - const TYPE_UINT64 = 4;
|
| - /**
|
| - * <pre>
|
| - * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
|
| - * negative values are likely.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_INT32 = 5;</code>
|
| - */
|
| - const TYPE_INT32 = 5;
|
| - /**
|
| - * <code>TYPE_FIXED64 = 6;</code>
|
| - */
|
| - const TYPE_FIXED64 = 6;
|
| - /**
|
| - * <code>TYPE_FIXED32 = 7;</code>
|
| - */
|
| - const TYPE_FIXED32 = 7;
|
| - /**
|
| - * <code>TYPE_BOOL = 8;</code>
|
| - */
|
| - const TYPE_BOOL = 8;
|
| - /**
|
| - * <code>TYPE_STRING = 9;</code>
|
| - */
|
| - const TYPE_STRING = 9;
|
| - /**
|
| - * <pre>
|
| - * Tag-delimited aggregate.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_GROUP = 10;</code>
|
| - */
|
| - const TYPE_GROUP = 10;
|
| - /**
|
| - * <pre>
|
| - * Length-delimited aggregate.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_MESSAGE = 11;</code>
|
| - */
|
| - const TYPE_MESSAGE = 11;
|
| - /**
|
| - * <pre>
|
| - * New in version 2.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_BYTES = 12;</code>
|
| - */
|
| - const TYPE_BYTES = 12;
|
| - /**
|
| - * <code>TYPE_UINT32 = 13;</code>
|
| - */
|
| - const TYPE_UINT32 = 13;
|
| - /**
|
| - * <code>TYPE_ENUM = 14;</code>
|
| - */
|
| - const TYPE_ENUM = 14;
|
| - /**
|
| - * <code>TYPE_SFIXED32 = 15;</code>
|
| - */
|
| - const TYPE_SFIXED32 = 15;
|
| - /**
|
| - * <code>TYPE_SFIXED64 = 16;</code>
|
| - */
|
| - const TYPE_SFIXED64 = 16;
|
| - /**
|
| - * <pre>
|
| - * Uses ZigZag encoding.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_SINT32 = 17;</code>
|
| - */
|
| - const TYPE_SINT32 = 17;
|
| - /**
|
| - * <pre>
|
| - * Uses ZigZag encoding.
|
| - * </pre>
|
| - *
|
| - * <code>TYPE_SINT64 = 18;</code>
|
| - */
|
| - const TYPE_SINT64 = 18;
|
| -}
|
| -
|
|
|