Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
207d01da
Unverified
Commit
207d01da
authored
Mar 13, 2019
by
Paul Yang
Committed by
GitHub
Mar 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove GPBWrapperUtil from generated code (#5880)
* Remove GPBWrapperUtil from generated code * Add newline
parent
4b145b1c
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
2 additions
and
31 deletions
+2
-31
DescriptorProto.php
php/src/Google/Protobuf/Internal/DescriptorProto.php
+0
-1
ExtensionRange.php
...ogle/Protobuf/Internal/DescriptorProto/ExtensionRange.php
+0
-1
ReservedRange.php
...oogle/Protobuf/Internal/DescriptorProto/ReservedRange.php
+0
-1
EnumDescriptorProto.php
php/src/Google/Protobuf/Internal/EnumDescriptorProto.php
+0
-1
EnumReservedRange.php
...otobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
+0
-1
EnumOptions.php
php/src/Google/Protobuf/Internal/EnumOptions.php
+0
-1
EnumValueDescriptorProto.php
...src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
+0
-1
EnumValueOptions.php
php/src/Google/Protobuf/Internal/EnumValueOptions.php
+0
-1
ExtensionRangeOptions.php
php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
+0
-1
FieldDescriptorProto.php
php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
+0
-1
FieldOptions.php
php/src/Google/Protobuf/Internal/FieldOptions.php
+0
-1
FileDescriptorProto.php
php/src/Google/Protobuf/Internal/FileDescriptorProto.php
+0
-1
FileDescriptorSet.php
php/src/Google/Protobuf/Internal/FileDescriptorSet.php
+0
-1
FileOptions.php
php/src/Google/Protobuf/Internal/FileOptions.php
+0
-1
GeneratedCodeInfo.php
php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
+0
-1
Annotation.php
...Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
+0
-1
MessageOptions.php
php/src/Google/Protobuf/Internal/MessageOptions.php
+0
-1
MethodDescriptorProto.php
php/src/Google/Protobuf/Internal/MethodDescriptorProto.php
+0
-1
MethodOptions.php
php/src/Google/Protobuf/Internal/MethodOptions.php
+0
-1
OneofDescriptorProto.php
php/src/Google/Protobuf/Internal/OneofDescriptorProto.php
+0
-1
OneofOptions.php
php/src/Google/Protobuf/Internal/OneofOptions.php
+0
-1
ServiceDescriptorProto.php
php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
+0
-1
ServiceOptions.php
php/src/Google/Protobuf/Internal/ServiceOptions.php
+0
-1
SourceCodeInfo.php
php/src/Google/Protobuf/Internal/SourceCodeInfo.php
+0
-1
Location.php
php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
+0
-1
UninterpretedOption.php
php/src/Google/Protobuf/Internal/UninterpretedOption.php
+0
-1
NamePart.php
...Google/Protobuf/Internal/UninterpretedOption/NamePart.php
+0
-1
php_generator.cc
src/google/protobuf/compiler/php/php_generator.cc
+2
-4
No files found.
php/src/Google/Protobuf/Internal/DescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a message type.
* Describes a message type.
...
...
php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.DescriptorProto.ExtensionRange</code>
* Generated from protobuf message <code>google.protobuf.DescriptorProto.ExtensionRange</code>
...
...
php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Range of reserved tag numbers. Reserved tag numbers may not be used by
* Range of reserved tag numbers. Reserved tag numbers may not be used by
...
...
php/src/Google/Protobuf/Internal/EnumDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes an enum type.
* Describes an enum type.
...
...
php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Range of reserved numeric values. Reserved values may not be used by
* Range of reserved numeric values. Reserved values may not be used by
...
...
php/src/Google/Protobuf/Internal/EnumOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.EnumOptions</code>
* Generated from protobuf message <code>google.protobuf.EnumOptions</code>
...
...
php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a value within an enum.
* Describes a value within an enum.
...
...
php/src/Google/Protobuf/Internal/EnumValueOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.EnumValueOptions</code>
* Generated from protobuf message <code>google.protobuf.EnumValueOptions</code>
...
...
php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.ExtensionRangeOptions</code>
* Generated from protobuf message <code>google.protobuf.ExtensionRangeOptions</code>
...
...
php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a field within a message.
* Describes a field within a message.
...
...
php/src/Google/Protobuf/Internal/FieldOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.FieldOptions</code>
* Generated from protobuf message <code>google.protobuf.FieldOptions</code>
...
...
php/src/Google/Protobuf/Internal/FileDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a complete .proto file.
* Describes a complete .proto file.
...
...
php/src/Google/Protobuf/Internal/FileDescriptorSet.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* The protocol compiler can output a FileDescriptorSet containing the .proto
* The protocol compiler can output a FileDescriptorSet containing the .proto
...
...
php/src/Google/Protobuf/Internal/FileOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.FileOptions</code>
* Generated from protobuf message <code>google.protobuf.FileOptions</code>
...
...
php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes the relationship between generated code and its original source
* Describes the relationship between generated code and its original source
...
...
php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
* Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
...
...
php/src/Google/Protobuf/Internal/MessageOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.MessageOptions</code>
* Generated from protobuf message <code>google.protobuf.MessageOptions</code>
...
...
php/src/Google/Protobuf/Internal/MethodDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a method of a service.
* Describes a method of a service.
...
...
php/src/Google/Protobuf/Internal/MethodOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.MethodOptions</code>
* Generated from protobuf message <code>google.protobuf.MethodOptions</code>
...
...
php/src/Google/Protobuf/Internal/OneofDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a oneof.
* Describes a oneof.
...
...
php/src/Google/Protobuf/Internal/OneofOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.OneofOptions</code>
* Generated from protobuf message <code>google.protobuf.OneofOptions</code>
...
...
php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Describes a service.
* Describes a service.
...
...
php/src/Google/Protobuf/Internal/ServiceOptions.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.ServiceOptions</code>
* Generated from protobuf message <code>google.protobuf.ServiceOptions</code>
...
...
php/src/Google/Protobuf/Internal/SourceCodeInfo.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Encapsulates information about the original source file from which a
* Encapsulates information about the original source file from which a
...
...
php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* Generated from protobuf message <code>google.protobuf.SourceCodeInfo.Location</code>
* Generated from protobuf message <code>google.protobuf.SourceCodeInfo.Location</code>
...
...
php/src/Google/Protobuf/Internal/UninterpretedOption.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* A message representing a option the parser does not recognize. This only
* A message representing a option the parser does not recognize. This only
...
...
php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
View file @
207d01da
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
...
@@ -9,7 +9,6 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
/**
* The name of the uninterpreted option. Each string represents a segment in
* The name of the uninterpreted option. Each string represents a segment in
...
...
src/google/protobuf/compiler/php/php_generator.cc
View file @
207d01da
...
@@ -1023,16 +1023,14 @@ void GenerateUseDeclaration(bool is_descriptor, io::Printer* printer) {
...
@@ -1023,16 +1023,14 @@ void GenerateUseDeclaration(bool is_descriptor, io::Printer* printer) {
printer
->
Print
(
printer
->
Print
(
"use Google
\\
Protobuf
\\
Internal
\\
GPBType;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBType;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
RepeatedField;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
RepeatedField;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBUtil;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBUtil;
\n\n
"
);
"use Google
\\
Protobuf
\\
Internal
\\
GPBWrapperUtils;
\n\n
"
);
}
else
{
}
else
{
printer
->
Print
(
printer
->
Print
(
"use Google
\\
Protobuf
\\
Internal
\\
GPBType;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBType;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBWire;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBWire;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
RepeatedField;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
RepeatedField;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
InputStream;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
InputStream;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBUtil;
\n
"
"use Google
\\
Protobuf
\\
Internal
\\
GPBUtil;
\n\n
"
);
"use Google
\\
Protobuf
\\
Internal
\\
GPBWrapperUtils;
\n\n
"
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment