Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Issue 1322483002: Revert https://codereview.chromium.org/1291903002 (protobuf roll). (Closed)

Created:
5 years, 3 months ago by Nico
Modified:
5 years, 3 months ago
Reviewers:
Peter Kasting, scottmg
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, dcheng, tfarina, jshin+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert https://codereview.chromium.org/1291903002 (protobuf roll). It adds static initializers. BUG=525054 TBR=pkasting,scottmg Committed: https://chromium.googlesource.com/chromium/src/+/b67b475b9adbcb6cc49858b3bf8185c23d2662b4

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17774 lines, -382097 lines) Patch
M build/common.gypi View 2 chunks +7 lines, -7 lines 0 comments Download
D third_party/protobuf/.gitignore View 1 chunk +0 lines, -105 lines 0 comments Download
D third_party/protobuf/.travis.yml View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/protobuf/BUILD View 1 chunk +0 lines, -422 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 11 chunks +50 lines, -291 lines 0 comments Download
M third_party/protobuf/CHANGES.txt View 3 chunks +2 lines, -353 lines 0 comments Download
M third_party/protobuf/CONTRIBUTORS.txt View 2 chunks +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/COPYING.txt View 2 chunks +6 lines, -8 lines 0 comments Download
D third_party/protobuf/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/protobuf/LICENSE View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/protobuf/Makefile.am View 1 chunk +0 lines, -644 lines 0 comments Download
M third_party/protobuf/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/Protobuf.podspec View 1 chunk +0 lines, -24 lines 0 comments Download
M third_party/protobuf/README.chromium View 1 chunk +44 lines, -37 lines 0 comments Download
D third_party/protobuf/README.md View 1 chunk +0 lines, -193 lines 0 comments Download
A + third_party/protobuf/README.txt View 9 chunks +18 lines, -59 lines 0 comments Download
D third_party/protobuf/WORKSPACE View 1 chunk +0 lines, -16 lines 0 comments Download
A + third_party/protobuf/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/protobuf/appveyor.bat View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/protobuf/appveyor.yml View 1 chunk +0 lines, -32 lines 0 comments Download
D third_party/protobuf/autogen.sh View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/protobuf/benchmarks/ProtoBench.java View 1 chunk +0 lines, -203 lines 0 comments Download
D third_party/protobuf/benchmarks/google_message1.dat View Binary file 0 comments Download
D third_party/protobuf/benchmarks/google_message2.dat View Binary file 0 comments Download
D third_party/protobuf/benchmarks/google_size.proto View 1 chunk +0 lines, -138 lines 0 comments Download
D third_party/protobuf/benchmarks/google_speed.proto View 1 chunk +0 lines, -138 lines 0 comments Download
D third_party/protobuf/benchmarks/readme.txt View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/cmake/CMakeLists.txt View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/cmake/README.md View 1 chunk +0 lines, -139 lines 0 comments Download
D third_party/protobuf/cmake/extract_includes.bat.in View 1 chunk +0 lines, -120 lines 0 comments Download
D third_party/protobuf/cmake/libprotobuf.cmake View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/cmake/libprotobuf-lite.cmake View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/protobuf/cmake/libprotoc.cmake View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/cmake/protoc.cmake View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/cmake/tests.cmake View 1 chunk +0 lines, -182 lines 0 comments Download
A third_party/protobuf/config.h View 1 chunk +196 lines, -0 lines 0 comments Download
D third_party/protobuf/configure.ac View 1 chunk +0 lines, -174 lines 0 comments Download
D third_party/protobuf/conformance/ConformanceJava.java View 1 chunk +0 lines, -120 lines 0 comments Download
D third_party/protobuf/conformance/Makefile.am View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/conformance/README.md View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/protobuf/conformance/conformance.proto View 1 chunk +0 lines, -212 lines 0 comments Download
D third_party/protobuf/conformance/conformance_cpp.cc View 1 chunk +0 lines, -194 lines 0 comments Download
D third_party/protobuf/conformance/conformance_ruby.rb View 1 chunk +0 lines, -114 lines 0 comments Download
D third_party/protobuf/conformance/conformance_test.h View 1 chunk +0 lines, -158 lines 0 comments Download
D third_party/protobuf/conformance/conformance_test.cc View 1 chunk +0 lines, -534 lines 0 comments Download
D third_party/protobuf/conformance/conformance_test_runner.cc View 1 chunk +0 lines, -252 lines 0 comments Download
D third_party/protobuf/conformance/failure_list_cpp.txt View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/protobuf/conformance/failure_list_csharp.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/protobuf/conformance/failure_list_ruby.txt View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/protobuf/csharp/.gitignore View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/protobuf/csharp/CHANGES.txt View 1 chunk +0 lines, -148 lines 0 comments Download
D third_party/protobuf/csharp/README.md View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/csharp/build_packages.bat View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/protobuf/csharp/buildall.sh View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/protobuf/csharp/generate_protos.sh View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/protobuf/csharp/keys/Google.Protobuf.public.snk View Binary file 0 comments Download
D third_party/protobuf/csharp/keys/README.md View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/protobuf/csharp/protos/unittest_issues.proto View 1 chunk +0 lines, -119 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/AddPerson.cs View 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/AddressBook.csproj View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/Addressbook.cs View 1 chunk +0 lines, -454 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/ListPeople.cs View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/Program.cs View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/Properties/AssemblyInfo.cs View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/SampleUsage.cs View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/protobuf/csharp/src/AddressBook/app.config View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Conformance/App.config View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Conformance.cs View 1 chunk +0 lines, -2380 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Program.cs View 1 chunk +0 lines, -126 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Properties/AssemblyInfo.cs View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Program.cs View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/app.config View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/ByteStringTest.cs View 1 chunk +0 lines, -171 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs View 1 chunk +0 lines, -530 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs View 1 chunk +0 lines, -391 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs View 1 chunk +0 lines, -570 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs View 1 chunk +0 lines, -603 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs View 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs View 1 chunk +0 lines, -133 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/EqualityTester.cs View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs View 1 chunk +0 lines, -195 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs View 1 chunk +0 lines, -655 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj View 1 chunk +0 lines, -137 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/IssuesTest.cs View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs View 1 chunk +0 lines, -420 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Properties/AppManifest.xml View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Properties/AssemblyInfo.cs View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs View 1 chunk +0 lines, -255 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs View 1 chunk +0 lines, -218 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/SampleEnum.cs View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/SampleMessages.cs View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestCornerCases.cs View 1 chunk +0 lines, -62 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs View 1 chunk +0 lines, -1417 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs View 1 chunk +0 lines, -158 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs View 1 chunk +0 lines, -144 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs View 1 chunk +0 lines, -1355 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs View 1 chunk +0 lines, -5830 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs View 1 chunk +0 lines, -2283 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs View 1 chunk +0 lines, -104 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs View 1 chunk +0 lines, -84 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs View 1 chunk +0 lines, -349 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf.Test/packages.config View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/ByteArray.cs View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/ByteString.cs View 1 chunk +0 lines, -345 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/CodedInputStream.cs View 1 chunk +0 lines, -1221 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/CodedOutputStream.cs View 1 chunk +0 lines, -708 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs View 1 chunk +0 lines, -304 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Collections/MapField.cs View 1 chunk +0 lines, -753 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs View 1 chunk +0 lines, -147 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Collections/RepeatedField.cs View 1 chunk +0 lines, -552 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs View 1 chunk +0 lines, -113 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs View 1 chunk +0 lines, -486 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/FrameworkPortability.cs View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.csproj View 1 chunk +0 lines, -147 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.nuspec View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/IDeepCloneable.cs View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/IMessage.cs View 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs View 1 chunk +0 lines, -111 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/JsonFormatter.cs View 1 chunk +0 lines, -788 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/LimitedInputStream.cs View 1 chunk +0 lines, -110 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/MessageExtensions.cs View 1 chunk +0 lines, -157 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/MessageParser.cs View 1 chunk +0 lines, -146 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Preconditions.cs View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs View 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs View 1 chunk +0 lines, -366 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs View 1 chunk +0 lines, -4410 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs View 1 chunk +0 lines, -350 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FieldType.cs View 1 chunk +0 lines, -113 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs View 1 chunk +0 lines, -372 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/GeneratedCodeInfo.cs View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/IDescriptor.cs View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs View 1 chunk +0 lines, -299 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs View 1 chunk +0 lines, -103 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs View 1 chunk +0 lines, -90 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs View 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/PartialClasses.cs View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs View 1 chunk +0 lines, -107 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Any.cs View 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs View 1 chunk +0 lines, -475 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs View 1 chunk +0 lines, -174 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs View 1 chunk +0 lines, -151 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs View 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs View 1 chunk +0 lines, -139 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs View 1 chunk +0 lines, -148 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs View 1 chunk +0 lines, -533 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs View 1 chunk +0 lines, -174 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs View 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Type.cs View 1 chunk +0 lines, -1024 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs View 1 chunk +0 lines, -973 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/WireFormat.cs View 1 chunk +0 lines, -104 lines 0 comments Download
D third_party/protobuf/csharp/src/packages/repositories.config View 1 chunk +0 lines, -4 lines 0 comments Download
A third_party/protobuf/descriptor_pb2.py View 1 chunk +1172 lines, -0 lines 0 comments Download
D third_party/protobuf/editors/README.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/protobuf/editors/proto.vim View 1 chunk +0 lines, -105 lines 0 comments Download
D third_party/protobuf/editors/protobuf-mode.el View 1 chunk +0 lines, -220 lines 0 comments Download
D third_party/protobuf/examples/AddPerson.java View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/examples/ListPeople.java View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/examples/README.txt View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/protobuf/examples/add_person.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/examples/add_person.py View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/examples/addressbook.proto View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/protobuf/examples/list_people.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/protobuf/examples/list_people.py View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/protobuf/generate_descriptor_proto.sh View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/protobuf/gmock.BUILD View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/protobuf/java/README.md View 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/protobuf/java/pom.xml View 1 chunk +0 lines, -338 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java View 1 chunk +0 lines, -524 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java View 1 chunk +0 lines, -363 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractParser.java View 1 chunk +0 lines, -253 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractProtobufList.java View 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BlockingRpcChannel.java View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BlockingService.java View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BooleanArrayList.java View 1 chunk +0 lines, -244 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java View 1 chunk +0 lines, -180 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java View 1 chunk +0 lines, -1057 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java View 1 chunk +0 lines, -1311 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java View 1 chunk +0 lines, -1292 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java View 1 chunk +0 lines, -2385 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/DoubleArrayList.java View 1 chunk +0 lines, -243 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java View 1 chunk +0 lines, -644 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Extension.java View 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionLite.java View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java View 1 chunk +0 lines, -392 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java View 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java View 1 chunk +0 lines, -889 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/FloatArrayList.java View 1 chunk +0 lines, -242 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java View 1 chunk +0 lines, -2699 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java View 1 chunk +0 lines, -1274 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/IntArrayList.java View 1 chunk +0 lines, -242 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Internal.java View 1 chunk +0 lines, -664 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java View 1 chunk +0 lines, -122 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java View 1 chunk +0 lines, -154 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyFieldLite.java View 1 chunk +0 lines, -339 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java View 1 chunk +0 lines, -404 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringList.java View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java View 1 chunk +0 lines, -372 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LongArrayList.java View 1 chunk +0 lines, -242 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapEntry.java View 1 chunk +0 lines, -433 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapEntryLite.java View 1 chunk +0 lines, -331 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapField.java View 1 chunk +0 lines, -286 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapFieldLite.java View 1 chunk +0 lines, -546 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java View 1 chunk +0 lines, -263 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLite.java View 1 chunk +0 lines, -320 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageReflection.java View 1 chunk +0 lines, -952 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MutabilityOracle.java View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Parser.java View 1 chunk +0 lines, -261 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ProtobufArrayList.java View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ProtocolStringList.java View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java View 1 chunk +0 lines, -702 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java View 1 chunk +0 lines, -972 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcCallback.java View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcChannel.java View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcController.java View 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcUtil.java View 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Service.java View 1 chunk +0 lines, -117 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ServiceException.java View 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java View 1 chunk +0 lines, -241 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java View 1 chunk +0 lines, -618 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java View 1 chunk +0 lines, -1998 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UninitializedMessageException.java View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java View 1 chunk +0 lines, -1010 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSetLite.java View 1 chunk +0 lines, -297 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java View 1 chunk +0 lines, -205 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java View 1 chunk +0 lines, -349 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java View 1 chunk +0 lines, -245 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java View 1 chunk +0 lines, -527 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/BooleanArrayListTest.java View 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java View 1 chunk +0 lines, -760 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/CheckUtf8Test.java View 1 chunk +0 lines, -141 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java View 1 chunk +0 lines, -769 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java View 1 chunk +0 lines, -401 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java View 1 chunk +0 lines, -754 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DoubleArrayListTest.java View 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java View 1 chunk +0 lines, -326 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/FieldPresenceTest.java View 1 chunk +0 lines, -363 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/FloatArrayListTest.java View 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java View 1 chunk +0 lines, -1662 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/IntArrayListTest.java View 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java View 1 chunk +0 lines, -183 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java View 1 chunk +0 lines, -420 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyFieldLiteTest.java View 1 chunk +0 lines, -271 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyFieldTest.java View 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyMessageLiteTest.java View 1 chunk +0 lines, -307 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java View 1 chunk +0 lines, -362 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java View 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LiteTest.java View 1 chunk +0 lines, -1459 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java View 1 chunk +0 lines, -440 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LongArrayListTest.java View 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MapForProto2LiteTest.java View 1 chunk +0 lines, -438 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MapForProto2Test.java View 1 chunk +0 lines, -664 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MapTest.java View 1 chunk +0 lines, -747 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java View 1 chunk +0 lines, -353 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/NestedBuildersTest.java View 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java View 1 chunk +0 lines, -381 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ProtobufArrayListTest.java View 1 chunk +0 lines, -303 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java View 1 chunk +0 lines, -190 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java View 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java View 1 chunk +0 lines, -320 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java View 1 chunk +0 lines, -155 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java View 1 chunk +0 lines, -420 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java View 1 chunk +0 lines, -4120 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java View 1 chunk +0 lines, -1005 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownEnumValueTest.java View 1 chunk +0 lines, -255 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetLiteTest.java View 1 chunk +0 lines, -316 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java View 1 chunk +0 lines, -653 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java View 1 chunk +0 lines, -227 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/WellKnownTypesTest.java View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java View 1 chunk +0 lines, -606 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/field_presence_test.proto View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/lazy_fields_lite.proto View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/map_for_proto2_lite_test.proto View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/map_for_proto2_test.proto View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/map_initialization_order_test.proto View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/map_test.proto View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/multiple_files_test.proto View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/nested_builders_test.proto View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/nested_extension.proto View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/nested_extension_lite.proto View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/non_nested_extension.proto View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/outer_class_name_test.proto View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/outer_class_name_test2.proto View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/outer_class_name_test3.proto View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/test_bad_identifiers.proto View 1 chunk +0 lines, -170 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/test_check_utf8.proto View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/test_check_utf8_size.proto View 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/test_custom_options.proto View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/test_extra_interfaces.proto View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/protobuf/javanano/README.md View 1 chunk +0 lines, -398 lines 0 comments Download
D third_party/protobuf/javanano/pom.xml View 1 chunk +0 lines, -244 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java View 1 chunk +0 lines, -683 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/CodedOutputByteBufferNano.java View 1 chunk +0 lines, -1214 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/ExtendableMessageNano.java View 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/Extension.java View 1 chunk +0 lines, -706 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/FieldArray.java View 1 chunk +0 lines, -291 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/FieldData.java View 1 chunk +0 lines, -240 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java View 1 chunk +0 lines, -547 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InvalidProtocolBufferNanoException.java View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/MapFactories.java View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/MessageNano.java View 1 chunk +0 lines, -198 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/MessageNanoPrinter.java View 1 chunk +0 lines, -275 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/UnknownFieldData.java View 1 chunk +0 lines, -88 lines 0 comments Download
D third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/WireFormatNano.java View 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/NanoTest.java View 1 chunk +0 lines, -4468 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/map_test.proto View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_accessors_nano.proto View 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_multiple_nano.proto View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_nano.proto View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_enum_validity_nano.proto View 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_extension_nano.proto View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_extension_packed_nano.proto View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_extension_repeated_nano.proto View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_extension_singular_nano.proto View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_has_nano.proto View 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_import_nano.proto View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nameclash_nano.proto View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nano.proto View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_nano.proto View 1 chunk +0 lines, -195 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_recursive_nano.proto View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_reference_types_nano.proto View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_merge_nano.proto View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_packables_nano.proto View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_simple_nano.proto View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_single_nano.proto View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/protobuf/javanano/src/test/java/com/google/protobuf/nano/unittest_stringutf8_nano.proto View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/protobuf/m4/ac_system_extensions.m4 View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/protobuf/m4/acx_check_suncc.m4 View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/protobuf/m4/acx_pthread.m4 View 1 chunk +0 lines, -397 lines 0 comments Download
D third_party/protobuf/m4/stl_hash.m4 View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/objectivec/DevTools/check_version_stamps.sh View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/protobuf/objectivec/DevTools/compile_testing_protos.sh View 1 chunk +0 lines, -113 lines 0 comments Download
D third_party/protobuf/objectivec/DevTools/full_mac_build.sh View 1 chunk +0 lines, -228 lines 0 comments Download
D third_party/protobuf/objectivec/DevTools/pddm.py View 1 chunk +0 lines, -687 lines 0 comments Download
D third_party/protobuf/objectivec/DevTools/pddm_tests.py View 1 chunk +0 lines, -515 lines 0 comments Download
D third_party/protobuf/objectivec/GPBArray.h View 1 chunk +0 lines, -539 lines 0 comments Download
D third_party/protobuf/objectivec/GPBArray.m View 1 chunk +0 lines, -2519 lines 0 comments Download
D third_party/protobuf/objectivec/GPBArray_PackagePrivate.h View 1 chunk +0 lines, -130 lines 0 comments Download
D third_party/protobuf/objectivec/GPBBootstrap.h View 1 chunk +0 lines, -84 lines 0 comments Download
D third_party/protobuf/objectivec/GPBCodedInputStream.h View 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/protobuf/objectivec/GPBCodedInputStream.m View 1 chunk +0 lines, -801 lines 0 comments Download
D third_party/protobuf/objectivec/GPBCodedInputStream_PackagePrivate.h View 1 chunk +0 lines, -131 lines 0 comments Download
D third_party/protobuf/objectivec/GPBCodedOutputStream.h View 1 chunk +0 lines, -342 lines 0 comments Download
D third_party/protobuf/objectivec/GPBCodedOutputStream.m View 1 chunk +0 lines, -1232 lines 0 comments Download
D third_party/protobuf/objectivec/GPBDescriptor.h View 1 chunk +0 lines, -146 lines 0 comments Download
D third_party/protobuf/objectivec/GPBDescriptor.m View 1 chunk +0 lines, -997 lines 0 comments Download
D third_party/protobuf/objectivec/GPBDescriptor_PackagePrivate.h View 1 chunk +0 lines, -318 lines 0 comments Download
D third_party/protobuf/objectivec/GPBDictionary.h View 1 chunk +0 lines, -2237 lines 0 comments Download
D third_party/protobuf/objectivec/GPBDictionary.m View 1 chunk +0 lines, -13392 lines 0 comments Download
D third_party/protobuf/objectivec/GPBDictionary_PackagePrivate.h View 1 chunk +0 lines, -488 lines 0 comments Download
D third_party/protobuf/objectivec/GPBExtensionInternals.h View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/objectivec/GPBExtensionInternals.m View 1 chunk +0 lines, -380 lines 0 comments Download
D third_party/protobuf/objectivec/GPBExtensionRegistry.h View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/protobuf/objectivec/GPBExtensionRegistry.m View 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/protobuf/objectivec/GPBMessage.h View 1 chunk +0 lines, -177 lines 0 comments Download
D third_party/protobuf/objectivec/GPBMessage.m View 1 chunk +0 lines, -3181 lines 0 comments Download
D third_party/protobuf/objectivec/GPBMessage_PackagePrivate.h View 1 chunk +0 lines, -126 lines 0 comments Download
D third_party/protobuf/objectivec/GPBProtocolBuffers.h View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/protobuf/objectivec/GPBProtocolBuffers.m View 1 chunk +0 lines, -62 lines 0 comments Download
D third_party/protobuf/objectivec/GPBProtocolBuffers_RuntimeSupport.h View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/protobuf/objectivec/GPBRootObject.h View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/protobuf/objectivec/GPBRootObject.m View 1 chunk +0 lines, -214 lines 0 comments Download
D third_party/protobuf/objectivec/GPBRootObject_PackagePrivate.h View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/protobuf/objectivec/GPBRuntimeTypes.h View 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUnknownField.h View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUnknownField.m View 1 chunk +0 lines, -326 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUnknownFieldSet.h View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUnknownFieldSet.m View 1 chunk +0 lines, -423 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUnknownFieldSet_PackagePrivate.h View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUnknownField_PackagePrivate.h View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUtilities.h View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUtilities.m View 1 chunk +0 lines, -1710 lines 0 comments Download
D third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h View 1 chunk +0 lines, -331 lines 0 comments Download
D third_party/protobuf/objectivec/GPBWellKnownTypes.h View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/objectivec/GPBWellKnownTypes.m View 1 chunk +0 lines, -166 lines 0 comments Download
D third_party/protobuf/objectivec/GPBWireFormat.h View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/objectivec/GPBWireFormat.m View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/objectivec/README.md View 1 chunk +0 lines, -152 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBARCUnittestProtos.m View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBArrayTests.m View 1 chunk +0 lines, -3438 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBCodedInputStreamTests.m View 1 chunk +0 lines, -292 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBCodedOuputStreamTests.m View 1 chunk +0 lines, -321 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBConcurrencyTests.m View 1 chunk +0 lines, -206 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDescriptorTests.m View 1 chunk +0 lines, -232 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests.pddm View 1 chunk +0 lines, -1040 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests+Bool.m View 1 chunk +0 lines, -2418 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests+Int32.m View 1 chunk +0 lines, -3647 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests+Int64.m View 1 chunk +0 lines, -3647 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests+String.m View 1 chunk +0 lines, -3359 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests+UInt32.m View 1 chunk +0 lines, -3647 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBDictionaryTests+UInt64.m View 1 chunk +0 lines, -3646 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBMessageTests.m View 1 chunk +0 lines, -1932 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBMessageTests+Merge.m View 1 chunk +0 lines, -701 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBMessageTests+Runtime.m View 1 chunk +0 lines, -2091 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBMessageTests+Serialization.m View 1 chunk +0 lines, -1022 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBPerfTests.m View 1 chunk +0 lines, -307 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBStringTests.m View 1 chunk +0 lines, -513 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBSwiftTests.swift View 1 chunk +0 lines, -460 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBTestUtilities.h View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBTestUtilities.m View 1 chunk +0 lines, -2546 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m View 1 chunk +0 lines, -259 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBUtilitiesTests.m View 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBWellKnownTypesTest.m View 1 chunk +0 lines, -153 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m View 1 chunk +0 lines, -252 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/UnitTests-Bridging-Header.h View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/UnitTests-Info.plist View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/golden_message View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/golden_packed_fields_message View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/AppDelegate.m View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/Contents.json View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad6.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad6_2x.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad7.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad7_2x.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone6.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone6_2x.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone7_2x.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone7_3x.png View Binary file 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/Info.plist View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/LaunchScreen.xib View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/iOSTestHarness/en.lproj/InfoPlist.strings View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/text_format_map_unittest_data.txt View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/text_format_unittest_data.txt View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/unittest_cycle.proto View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/unittest_objc.proto View 1 chunk +0 lines, -391 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/unittest_objc_startup.proto View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/unittest_runtime_proto2.proto View 1 chunk +0 lines, -128 lines 0 comments Download
D third_party/protobuf/objectivec/Tests/unittest_runtime_proto3.proto View 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/protobuf/objectivec/generate_descriptors_proto.sh View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.h View 1 chunk +0 lines, -103 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h View 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.m View 1 chunk +0 lines, -269 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Descriptor.pbobjc.h View 1 chunk +0 lines, -1144 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Descriptor.pbobjc.m View 1 chunk +0 lines, -2419 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Duration.pbobjc.h View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Duration.pbobjc.m View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.h View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.m View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/FieldMask.pbobjc.h View 1 chunk +0 lines, -164 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/FieldMask.pbobjc.m View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.h View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.m View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h View 1 chunk +0 lines, -139 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.m View 1 chunk +0 lines, -296 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.h View 1 chunk +0 lines, -105 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.m View 1 chunk +0 lines, -644 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h View 1 chunk +0 lines, -157 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.m View 1 chunk +0 lines, -488 lines 0 comments Download
D third_party/protobuf/patches/00_add_buildfiles.patch View 1 chunk +0 lines, -1517 lines 0 comments Download
D third_party/protobuf/patches/01_build_fixes.patch View 1 chunk +0 lines, -349 lines 0 comments Download
D third_party/protobuf/patches/02_unknown_fields_in_protobuf_lite.patch View 1 chunk +0 lines, -3408 lines 0 comments Download
D third_party/protobuf/patches/03_componentize_protobuf_lite.patch View 1 chunk +0 lines, -253 lines 0 comments Download
D third_party/protobuf/patches/04_uninline.patch View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/protobuf/post_process_dist.sh View 1 chunk +0 lines, -68 lines 0 comments Download
M third_party/protobuf/protobuf.gyp View 9 chunks +113 lines, -274 lines 0 comments Download
D third_party/protobuf/protobuf-lite.pc.in View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/protobuf/protobuf.pc.in View 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/protobuf/protobuf_lite.gypi View 2 chunks +24 lines, -67 lines 0 comments Download
M third_party/protobuf/protobuf_nacl.gyp View 1 chunk +10 lines, -2 lines 0 comments Download
D third_party/protobuf/protoc-artifacts/Dockerfile View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/protobuf/protoc-artifacts/README.md View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/protobuf/protoc-artifacts/build-protoc.sh View 1 chunk +0 lines, -225 lines 0 comments Download
D third_party/protobuf/protoc-artifacts/pom.xml View 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/protobuf/python/MANIFEST.in View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/protobuf/python/README.md View 1 chunk +0 lines, -135 lines 0 comments Download
A + third_party/protobuf/python/README.txt View 8 chunks +18 lines, -53 lines 0 comments Download
M third_party/protobuf/python/ez_setup.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/__init__.py View 1 chunk +1 line, -35 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor.py View 18 chunks +38 lines, -247 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor_database.py View 4 chunks +4 lines, -21 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/descriptor_pb2.py View 1 chunk +0 lines, -1704 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor_pool.py View 14 chunks +151 lines, -310 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/_parameterized.py View 1 chunk +0 lines, -436 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/api_implementation.cc View 1 chunk +0 lines, -129 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/api_implementation.py View 3 chunks +30 lines, -50 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/containers.py View 7 chunks +19 lines, -335 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/cpp_message.py View 1 chunk +663 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/decoder.py View 20 chunks +27 lines, -179 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py View 2 chunks +7 lines, -9 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_pool_test.py View 8 chunks +42 lines, -457 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/descriptor_pool_test1.proto View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/descriptor_pool_test2.proto View 1 chunk +0 lines, -72 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_test.py View 8 chunks +83 lines, -249 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/encoder.py View 12 chunks +14 lines, -86 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/enum_type_wrapper.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/factory_test1.proto View 3 chunks +1 line, -4 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/factory_test2.proto View 3 chunks +1 line, -23 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/generator_test.py View 7 chunks +5 lines, -79 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/import_test_package/__init__.py View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/import_test_package/inner.proto View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/import_test_package/outer.proto View 1 chunk +0 lines, -39 lines 0 comments Download
A + third_party/protobuf/python/google/protobuf/internal/message_cpp_test.py View 2 chunks +15 lines, -3 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/message_factory_test.py View 4 chunks +16 lines, -35 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/message_listener.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/message_test.py View 17 chunks +119 lines, -1236 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/missing_enum_values.proto View 1 chunk +0 lines, -52 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/more_extensions.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/more_extensions_dynamic.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/more_messages.proto View 2 chunks +1 line, -2 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/proto_builder_test.py View 1 chunk +0 lines, -90 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/python_message.py View 35 chunks +57 lines, -344 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/reflection_cpp_generated_test.py View 1 chunk +91 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/reflection_test.py View 35 chunks +83 lines, -378 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py View 2 chunks +3 lines, -3 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/symbol_database_test.py View 1 chunk +0 lines, -120 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/test_bad_identifiers.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/test_util.py View 26 chunks +127 lines, -169 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/internal/text_encoding_test.py View 1 chunk +0 lines, -68 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/text_format_test.py View 10 chunks +285 lines, -546 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/type_checkers.py View 8 chunks +18 lines, -74 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/unknown_fields_test.py View 5 chunks +44 lines, -138 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/wire_format.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/wire_format_test.py View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/message.py View 4 chunks +6 lines, -18 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/message_factory.py View 5 chunks +35 lines, -77 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/proto_builder.py View 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/README View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/cpp_message.py View 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/descriptor.h View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/descriptor.cc View 1 chunk +0 lines, -1476 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.h View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc View 1 chunk +0 lines, -1564 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h View 1 chunk +0 lines, -150 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.cc View 1 chunk +0 lines, -407 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/extension_dict.h View 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/extension_dict.cc View 1 chunk +0 lines, -298 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/message.h View 1 chunk +0 lines, -315 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/message.cc View 1 chunk +0 lines, -2815 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/message_map_container.h View 1 chunk +0 lines, -117 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/message_map_container.cc View 1 chunk +0 lines, -540 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/proto2_api_test.proto View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/python.proto View 1 chunk +0 lines, -68 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc View 1 chunk +1717 lines, -0 lines 0 comments Download
A + third_party/protobuf/python/google/protobuf/pyext/python_descriptor.h View 2 chunks +42 lines, -32 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc View 1 chunk +337 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/python_protobuf.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/python/google/protobuf/pyext/python_protobuf.cc View 2 chunks +24 lines, -14 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/repeated_composite_container.h View 1 chunk +0 lines, -177 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/repeated_composite_container.cc View 1 chunk +0 lines, -762 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/repeated_scalar_container.h View 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/repeated_scalar_container.cc View 1 chunk +0 lines, -811 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/scalar_map_container.h View 1 chunk +0 lines, -110 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/scalar_map_container.cc View 1 chunk +0 lines, -514 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/pyext/scoped_pyobject_ptr.h View 1 chunk +0 lines, -97 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/reflection.py View 5 chunks +17 lines, -46 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/service.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/service_reflection.py View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/python/google/protobuf/symbol_database.py View 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/python/google/protobuf/text_encoding.py View 1 chunk +0 lines, -110 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/text_format.py View 19 chunks +93 lines, -273 lines 0 comments Download
M third_party/protobuf/python/mox.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/setup.py View 3 chunks +117 lines, -116 lines 0 comments Download
D third_party/protobuf/ruby/.gitignore View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/protobuf/ruby/Gemfile View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/protobuf/ruby/Gemfile.lock View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/protobuf/ruby/README.md View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/protobuf/ruby/Rakefile View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/defs.c View 1 chunk +0 lines, -1733 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/encode_decode.c View 1 chunk +0 lines, -1171 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/extconf.rb View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/map.c View 1 chunk +0 lines, -805 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/message.c View 1 chunk +0 lines, -551 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/protobuf.h View 1 chunk +0 lines, -536 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/protobuf.c View 1 chunk +0 lines, -114 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/repeated_field.c View 1 chunk +0 lines, -638 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/storage.c View 1 chunk +0 lines, -851 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/upb.h View 1 chunk +0 lines, -8210 lines 0 comments Download
D third_party/protobuf/ruby/ext/google/protobuf_c/upb.c View 1 chunk +0 lines, -11964 lines 0 comments Download
D third_party/protobuf/ruby/google-protobuf.gemspec View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/protobuf/ruby/lib/google/protobuf.rb View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/ruby/lib/google/protobuf/message_exts.rb View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/protobuf/ruby/lib/google/protobuf/repeated_field.rb View 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/protobuf/ruby/pom.xml View 1 chunk +0 lines, -92 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyBuilder.java View 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java View 1 chunk +0 lines, -269 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java View 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyEnum.java View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java View 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java View 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java View 1 chunk +0 lines, -277 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java View 1 chunk +0 lines, -434 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java View 1 chunk +0 lines, -753 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java View 1 chunk +0 lines, -217 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java View 1 chunk +0 lines, -84 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java View 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyProtobuf.java View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java View 1 chunk +0 lines, -409 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/SentinelOuterClass.java View 1 chunk +0 lines, -776 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/Utils.java View 1 chunk +0 lines, -300 lines 0 comments Download
D third_party/protobuf/ruby/src/main/java/google/ProtobufJavaService.java View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/ruby/src/main/sentinel.proto View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/protobuf/ruby/tests/basic.rb View 1 chunk +0 lines, -1140 lines 0 comments Download
D third_party/protobuf/ruby/tests/generated_code.proto View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/protobuf/ruby/tests/generated_code.rb View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/ruby/tests/generated_code_test.rb View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/protobuf/ruby/tests/repeated_field_test.rb View 1 chunk +0 lines, -640 lines 0 comments Download
D third_party/protobuf/ruby/tests/stress.rb View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/protobuf/ruby/travis-test.sh View 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/protobuf/src/Makefile.am View 15 chunks +79 lines, -456 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/SEBS View 1 chunk +240 lines, -0 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any.h View 1 chunk +0 lines, -90 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any.proto View 1 chunk +0 lines, -104 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any.pb.h View 1 chunk +0 lines, -250 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any.pb.cc View 1 chunk +0 lines, -482 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any_test.cc View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/any_test.proto View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/api.proto View 1 chunk +0 lines, -106 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/api.pb.h View 1 chunk +0 lines, -703 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/api.pb.cc View 1 chunk +0 lines, -1401 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena.h View 1 chunk +0 lines, -877 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena.cc View 1 chunk +0 lines, -310 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena_nc.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena_nc_test.py View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena_test_util.h View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena_test_util.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arena_unittest.cc View 1 chunk +0 lines, -1247 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arenastring.h View 1 chunk +0 lines, -315 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arenastring.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/arenastring_unittest.cc View 1 chunk +0 lines, -112 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/code_generator.h View 3 chunks +1 line, -35 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/code_generator.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h View 9 chunks +4 lines, -41 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc View 53 chunks +107 lines, -503 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc View 29 chunks +27 lines, -241 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h View 3 chunks +1 line, -9 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc View 9 chunks +18 lines, -71 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h View 4 chunks +4 lines, -24 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc View 15 chunks +57 lines, -199 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h View 6 chunks +8 lines, -56 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc View 6 chunks +4 lines, -59 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h View 3 chunks +6 lines, -38 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc View 9 chunks +208 lines, -393 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc View 4 chunks +5 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h View 8 chunks +4 lines, -90 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc View 14 chunks +50 lines, -192 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.h View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc View 1 chunk +0 lines, -348 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h View 7 chunks +10 lines, -42 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc View 70 chunks +403 lines, -2100 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h View 4 chunks +4 lines, -32 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc View 12 chunks +55 lines, -454 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc View 4 chunks +10 lines, -140 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h View 4 chunks +4 lines, -25 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc View 13 chunks +30 lines, -102 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h View 4 chunks +4 lines, -27 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc View 18 chunks +132 lines, -504 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto View 5 chunks +8 lines, -41 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto View 1 chunk +0 lines, -43 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc View 20 chunks +13 lines, -790 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/cpp/test_large_enum_value.proto View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.h View 1 chunk +0 lines, -77 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc View 1 chunk +0 lines, -119 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h View 1 chunk +0 lines, -103 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc View 1 chunk +0 lines, -425 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator_unittest.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.h View 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc View 1 chunk +0 lines, -393 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.h View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc View 1 chunk +0 lines, -137 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.h View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc View 1 chunk +0 lines, -482 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.h View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc View 1 chunk +0 lines, -193 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_names.h View 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.h View 1 chunk +0 lines, -88 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc View 1 chunk +0 lines, -214 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc View 1 chunk +0 lines, -125 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc View 1 chunk +0 lines, -140 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc View 1 chunk +0 lines, -123 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_umbrella_class.h View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_umbrella_class.cc View 1 chunk +0 lines, -295 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.h View 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc View 1 chunk +0 lines, -207 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/importer.h View 5 chunks +2 lines, -15 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/importer.cc View 12 chunks +12 lines, -36 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc View 13 chunks +137 lines, -50 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_context.h View 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc View 1 chunk +0 lines, -195 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h View 4 chunks +2 lines, -15 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc View 7 chunks +14 lines, -98 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h View 4 chunks +14 lines, -51 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc View 22 chunks +157 lines, -522 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.h View 1 chunk +0 lines, -159 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc View 1 chunk +0 lines, -967 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_extension.h View 5 chunks +8 lines, -44 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc View 7 chunks +55 lines, -48 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_field.h View 4 chunks +14 lines, -101 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc View 2 chunks +63 lines, -257 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_file.h View 4 chunks +10 lines, -27 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc View 18 chunks +139 lines, -240 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc View 3 chunks +26 lines, -63 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.h View 1 chunk +0 lines, -101 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc View 1 chunk +0 lines, -83 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h View 9 chunks +26 lines, -145 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc View 14 chunks +36 lines, -293 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field.h View 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field.cc View 1 chunk +0 lines, -814 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.h View 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc View 1 chunk +0 lines, -708 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.h View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc View 1 chunk +0 lines, -479 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.h View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc View 1 chunk +0 lines, -459 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message.h View 4 chunks +21 lines, -47 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc View 27 chunks +751 lines, -591 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.h View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc View 1 chunk +0 lines, -661 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.h View 1 chunk +0 lines, -83 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc View 1 chunk +0 lines, -192 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h View 6 chunks +17 lines, -54 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc View 27 chunks +284 lines, -601 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.h View 1 chunk +0 lines, -157 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc View 1 chunk +0 lines, -944 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h View 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc View 1 chunk +0 lines, -1174 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h View 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_names.h View 1 chunk +0 lines, -87 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc View 4 chunks +13 lines, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h View 4 chunks +14 lines, -51 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc View 27 chunks +211 lines, -289 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.h View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc View 1 chunk +0 lines, -892 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_service.h View 6 chunks +9 lines, -31 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc View 22 chunks +28 lines, -48 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.h View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc View 1 chunk +0 lines, -205 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h View 5 chunks +14 lines, -52 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc View 24 chunks +124 lines, -479 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.h View 1 chunk +0 lines, -158 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc View 1 chunk +0 lines, -1013 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum.h View 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum_field.h View 1 chunk +0 lines, -126 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum_field.cc View 1 chunk +0 lines, -544 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_extension.h View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_extension.cc View 1 chunk +0 lines, -150 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_field.h View 1 chunk +0 lines, -130 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_field.cc View 1 chunk +0 lines, -209 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_file.h View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_file.cc View 1 chunk +0 lines, -263 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_generator.h View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_generator.cc View 1 chunk +0 lines, -232 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_helpers.h View 1 chunk +0 lines, -199 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_helpers.cc View 1 chunk +0 lines, -593 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_map_field.h View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_map_field.cc View 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message.h View 1 chunk +0 lines, -97 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message.cc View 1 chunk +0 lines, -676 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message_field.h View 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message_field.cc View 1 chunk +0 lines, -363 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_params.h View 1 chunk +0 lines, -258 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_primitive_field.h View 1 chunk +0 lines, -150 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc View 1 chunk +0 lines, -968 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/main.cc View 3 chunks +2 lines, -25 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc View 10 chunks +20 lines, -22 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.h View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc View 1 chunk +0 lines, -198 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc View 1 chunk +0 lines, -144 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.h View 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.h View 1 chunk +0 lines, -168 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc View 1 chunk +0 lines, -434 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h View 1 chunk +0 lines, -97 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc View 1 chunk +0 lines, -371 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.h View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h View 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc View 1 chunk +0 lines, -1045 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc View 1 chunk +0 lines, -257 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.h View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc View 1 chunk +0 lines, -647 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.h View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h View 1 chunk +0 lines, -77 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc View 1 chunk +0 lines, -138 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h View 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc View 1 chunk +0 lines, -171 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/package_info.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/parser.h View 14 chunks +35 lines, -121 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/parser.cc View 60 chunks +105 lines, -483 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc View 46 chunks +76 lines, -791 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.cc View 5 chunks +14 lines, -29 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.proto View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h View 26 chunks +280 lines, -236 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc View 36 chunks +244 lines, -723 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h View 5 chunks +3 lines, -13 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc View 29 chunks +58 lines, -231 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc View 4 chunks +10 lines, -15 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.proto View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.rb View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.h View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc View 1 chunk +0 lines, -401 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator_unittest.cc View 1 chunk +0 lines, -123 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/subprocess.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/subprocess.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/test_plugin.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/zip_writer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.h View 58 chunks +50 lines, -380 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.cc View 118 chunks +255 lines, -1435 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.proto View 22 chunks +31 lines, -182 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.pb.h View 186 chunks +1593 lines, -2817 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.pb.cc View 295 chunks +1903 lines, -7728 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor_database.h View 5 chunks +5 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor_database.cc View 7 chunks +16 lines, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor_unittest.cc View 41 chunks +80 lines, -1788 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/drop_unknown_fields_test.cc View 1 chunk +0 lines, -88 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/duration.proto View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/duration.pb.h View 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/duration.pb.cc View 1 chunk +0 lines, -407 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/dynamic_message.h View 3 chunks +2 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/dynamic_message.cc View 27 chunks +39 lines, -317 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc View 7 chunks +1 line, -120 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/empty.proto View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/empty.pb.h View 1 chunk +0 lines, -130 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/empty.pb.cc View 1 chunk +0 lines, -283 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/extension_set.h View 34 chunks +23 lines, -265 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/extension_set.cc View 28 chunks +160 lines, -641 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/extension_set_heavy.cc View 9 chunks +130 lines, -20 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/extension_set_unittest.cc View 10 chunks +6 lines, -487 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/field_mask.proto View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/field_mask.pb.h View 1 chunk +0 lines, -201 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/field_mask.pb.cc View 1 chunk +0 lines, -395 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_enum_reflection.h View 2 chunks +1 line, -4 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/generated_enum_util.h View 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_reflection.h View 16 chunks +6 lines, -228 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_reflection.cc View 38 chunks +153 lines, -1015 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc View 4 chunks +1 line, -312 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_util.h View 4 chunks +3 lines, -42 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_util.cc View 3 chunks +5 lines, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream.h View 32 chunks +63 lines, -220 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream.cc View 17 chunks +120 lines, -161 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream_inl.h View 4 chunks +5 lines, -26 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc View 6 chunks +5 lines, -193 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/gzip_stream.h View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/gzip_stream.cc View 5 chunks +6 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/gzip_stream_unittest.sh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/io/package_info.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer.h View 2 chunks +3 lines, -36 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer.cc View 2 chunks +1 line, -86 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/io/strtod.h View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/io/strtod.cc View 1 chunk +0 lines, -113 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer.h View 5 chunks +3 lines, -21 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer.cc View 8 chunks +5 lines, -50 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc View 9 chunks +14 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc View 3 chunks +1 line, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h View 4 chunks +3 lines, -44 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc View 3 chunks +6 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc View 5 chunks +6 lines, -62 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/lite_unittest.cc View 5 chunks +4 lines, -547 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map.h View 1 chunk +0 lines, -454 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_entry.h View 1 chunk +0 lines, -295 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_entry_lite.h View 1 chunk +0 lines, -411 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_field.h View 1 chunk +0 lines, -242 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_field.cc View 1 chunk +0 lines, -150 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_field_inl.h View 1 chunk +0 lines, -303 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_field_lite.h View 1 chunk +0 lines, -278 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_field_test.cc View 1 chunk +0 lines, -471 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_lite_test_util.h View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_lite_test_util.cc View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_lite_unittest.proto View 1 chunk +0 lines, -133 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_proto2_unittest.proto View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_test.cc View 1 chunk +0 lines, -2331 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_test_util.h View 1 chunk +0 lines, -156 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_test_util.cc View 1 chunk +0 lines, -1265 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_test_util_impl.h View 1 chunk +0 lines, -474 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_type_handler.h View 1 chunk +0 lines, -516 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_unittest.proto View 1 chunk +0 lines, -119 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/map_unittest_proto3.proto View 1 chunk +0 lines, -120 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message.h View 22 chunks +28 lines, -254 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message.cc View 9 chunks +6 lines, -134 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message_lite.h View 6 chunks +7 lines, -38 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message_lite.cc View 7 chunks +3 lines, -40 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message_unittest.cc View 5 chunks +7 lines, -122 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/metadata.h View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/metadata.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/no_field_presence_test.cc View 1 chunk +0 lines, -537 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/package_info.h View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/src/google/protobuf/preserve_unknown_enum_test.cc View 1 chunk +0 lines, -289 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/proto3_arena_unittest.cc View 1 chunk +0 lines, -195 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/proto_cast.h View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/proto_cast_test.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/reflection.h View 1 chunk +0 lines, -600 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/reflection_internal.h View 1 chunk +0 lines, -378 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/reflection_ops.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/reflection_ops.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc View 6 chunks +2 lines, -72 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field.h View 51 chunks +171 lines, -1055 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field.cc View 2 chunks +32 lines, -42 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/repeated_field_reflection.h View 1 chunk +0 lines, -337 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc View 6 chunks +6 lines, -517 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc View 20 chunks +24 lines, -195 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/service.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/service.cc View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/src/google/protobuf/source_context.proto View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/source_context.pb.h View 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/source_context.pb.cc View 1 chunk +0 lines, -387 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/struct.proto View 1 chunk +0 lines, -90 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/struct.pb.h View 1 chunk +0 lines, -764 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/struct.pb.cc View 1 chunk +0 lines, -1455 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/atomic_sequence_num.h View 1 chunk +0 lines, -54 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops.h View 6 chunks +4 lines, -35 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_aix.h View 1 chunk +0 lines, -440 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h View 1 chunk +0 lines, -137 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h View 2 chunks +10 lines, -168 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_solaris.h View 1 chunk +0 lines, -188 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/bytestream.h View 1 chunk +0 lines, -348 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/bytestream.cc View 1 chunk +0 lines, -196 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/bytestream_unittest.cc View 1 chunk +0 lines, -146 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/callback.h View 1 chunk +0 lines, -463 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/casts.h View 1 chunk +0 lines, -133 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/common.h View 7 chunks +1062 lines, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/common.cc View 5 chunks +6 lines, -29 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc View 6 chunks +10 lines, -9 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/fastmem.h View 1 chunk +0 lines, -152 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/hash.h View 11 chunks +16 lines, -138 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/logging.h View 1 chunk +0 lines, -235 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/macros.h View 1 chunk +0 lines, -168 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/stubs/map-util.h View 1 chunk +143 lines, -0 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/map_util.h View 1 chunk +0 lines, -769 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/mathlimits.h View 1 chunk +0 lines, -274 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/mathlimits.cc View 1 chunk +0 lines, -144 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/mathutil.h View 1 chunk +0 lines, -151 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/mutex.h View 1 chunk +0 lines, -148 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/once.h View 3 chunks +1 line, -20 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/once.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A third_party/protobuf/src/google/protobuf/stubs/pbconfig.h View 1 chunk +74 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/platform_macros.h View 3 chunks +5 lines, -47 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/port.h View 1 chunk +0 lines, -401 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/scoped_ptr.h View 1 chunk +0 lines, -236 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/shared_ptr.h View 1 chunk +0 lines, -470 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/singleton.h View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/status.h View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/status.cc View 1 chunk +0 lines, -135 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/status_macros.h View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/status_test.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/statusor.h View 1 chunk +0 lines, -259 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/statusor.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/statusor_test.cc View 1 chunk +0 lines, -274 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stl_util.h View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/stringpiece.h View 1 chunk +0 lines, -440 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc View 1 chunk +0 lines, -268 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/stringpiece_unittest.cc View 1 chunk +0 lines, -793 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stringprintf.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/strutil.h View 10 chunks +5 lines, -412 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/strutil.cc View 12 chunks +71 lines, -1102 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/strutil_unittest.cc View 3 chunks +12 lines, -739 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/substitute.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/substitute.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/template_util.h View 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/time.h View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/time.cc View 1 chunk +0 lines, -365 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/stubs/time_test.cc View 1 chunk +0 lines, -208 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/type_traits.h View 9 chunks +11 lines, -39 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/test_util.h View 7 chunks +1 line, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/test_util.cc View 13 chunks +1 line, -299 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/test_util_lite.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/test_util_lite.cc View 7 chunks +1 line, -38 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/bad_utf8_string View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/testdata/golden_message View Binary file 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/golden_message_oneof_implemented View Binary file 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/golden_message_proto3 View Binary file 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/map_test_data.txt View 1 chunk +0 lines, -140 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt View 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data_pointy.txt View 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt View 1 chunk +0 lines, -129 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_extensions_data.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt View 1 chunk +0 lines, -134 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testing/file.h View 3 chunks +1 line, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testing/file.cc View 4 chunks +1 line, -25 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testing/googletest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/testing/googletest.cc View 4 chunks +11 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testing/zcgunzip.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/testing/zcgzip.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/text_format.h View 9 chunks +8 lines, -142 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/text_format.cc View 40 chunks +203 lines, -640 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/text_format_unittest.cc View 19 chunks +36 lines, -264 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/timestamp.proto View 1 chunk +0 lines, -106 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/timestamp.pb.h View 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/timestamp.pb.cc View 1 chunk +0 lines, -407 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/type.proto View 1 chunk +0 lines, -198 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/type.pb.h View 1 chunk +0 lines, -1516 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/type.pb.cc View 1 chunk +0 lines, -2899 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest.proto View 14 chunks +2 lines, -161 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_arena.proto View 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_custom_options.proto View 6 chunks +2 lines, -9 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_drop_unknown_fields.proto View 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_embed_optimize_for.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_empty.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_enormous_descriptor.proto View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_import.proto View 3 chunks +2 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_import_lite.proto View 2 chunks +1 line, -2 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_import_proto3.proto View 1 chunk +0 lines, -68 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_import_public.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_import_public_lite.proto View 2 chunks +1 line, -2 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_import_public_proto3.proto View 1 chunk +0 lines, -42 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_lite.proto View 5 chunks +1 line, -26 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_lite_imports_nonlite.proto View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_mset.proto View 3 chunks +1 line, -14 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_no_arena.proto View 1 chunk +0 lines, -201 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_no_arena_import.proto View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_no_field_presence.proto View 1 chunk +0 lines, -138 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_no_generic_services.proto View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_optimize_for.proto View 3 chunks +2 lines, -8 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.proto View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.proto View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_proto3.proto View 1 chunk +0 lines, -388 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto View 1 chunk +0 lines, -206 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unknown_enum_impl.h View 1 chunk +0 lines, -155 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/unknown_enum_test.proto View 1 chunk +0 lines, -60 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unknown_field_set.h View 9 chunks +29 lines, -57 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unknown_field_set.cc View 9 chunks +43 lines, -109 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc View 3 chunks +2 lines, -14 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/field_comparator.h View 1 chunk +0 lines, -259 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/field_comparator.cc View 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/field_comparator_test.cc View 1 chunk +0 lines, -483 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/constants.h View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/datapiece.h View 1 chunk +0 lines, -212 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc View 1 chunk +0 lines, -286 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h View 1 chunk +0 lines, -238 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc View 1 chunk +0 lines, -515 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter_test.cc View 1 chunk +0 lines, -139 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/error_listener.h View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/expecting_objectwriter.h View 1 chunk +0 lines, -238 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.h View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc View 1 chunk +0 lines, -228 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_escaping.h View 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc View 1 chunk +0 lines, -403 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h View 1 chunk +0 lines, -206 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc View 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter_test.cc View 1 chunk +0 lines, -285 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.h View 1 chunk +0 lines, -256 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc View 1 chunk +0 lines, -740 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser_test.cc View 1 chunk +0 lines, -702 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/location_tracker.h View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/mock_error_listener.h View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/object_location_tracker.h View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/object_source.h View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/object_writer.h View 1 chunk +0 lines, -126 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc View 1 chunk +0 lines, -92 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.h View 1 chunk +0 lines, -245 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc View 1 chunk +0 lines, -1051 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource_test.cc View 1 chunk +0 lines, -824 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h View 1 chunk +0 lines, -455 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc View 1 chunk +0 lines, -1557 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter_test.cc View 1 chunk +0 lines, -1513 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/snake2camel_objectwriter.h View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/snake2camel_objectwriter_test.cc View 1 chunk +0 lines, -311 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/structured_objectwriter.h View 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/anys.proto View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto View 1 chunk +0 lines, -171 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/default_value.proto View 1 chunk +0 lines, -162 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/default_value_test.proto View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/field_mask.proto View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/maps.proto View 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/struct.proto View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/timestamp_duration.proto View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/testdata/wrappers.proto View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/type_info.h View 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/type_info.cc View 1 chunk +0 lines, -171 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h View 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc View 1 chunk +0 lines, -133 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/utility.h View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/internal/utility.cc View 1 chunk +0 lines, -333 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto View 1 chunk +0 lines, -157 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/json_util.h View 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/json_util.cc View 1 chunk +0 lines, -142 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/json_util_test.cc View 1 chunk +0 lines, -277 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/message_differencer.h View 1 chunk +0 lines, -808 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/message_differencer.cc View 1 chunk +0 lines, -1629 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/message_differencer_unittest.cc View 1 chunk +0 lines, -3132 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/message_differencer_unittest.proto View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/type_resolver.h View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/type_resolver_util.h View 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc View 1 chunk +0 lines, -212 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/util/type_resolver_util_test.cc View 1 chunk +0 lines, -338 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/well_known_types_unittest.cc View 1 chunk +0 lines, -60 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format.h View 7 chunks +7 lines, -34 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format.cc View 17 chunks +36 lines, -96 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_lite.h View 12 chunks +17 lines, -110 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_lite.cc View 17 chunks +33 lines, -207 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h View 10 chunks +26 lines, -125 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_unittest.cc View 14 chunks +19 lines, -325 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/wrappers.proto View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/wrappers.pb.h View 1 chunk +0 lines, -1011 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/wrappers.pb.cc View 1 chunk +0 lines, -2419 lines 0 comments Download
D third_party/protobuf/travis.sh View 1 chunk +0 lines, -182 lines 0 comments Download
D third_party/protobuf/update_file_lists.sh View 1 chunk +0 lines, -182 lines 0 comments Download
A third_party/protobuf/vsprojects/config.h View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/protobuf/vsprojects/convert2008to2005.sh View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/protobuf/vsprojects/extract_includes.bat View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/protobuf/vsprojects/readme.txt View 1 chunk +114 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Nico
I understand that this is a larger change, and I'm very thankful that you're working ...
5 years, 3 months ago (2015-08-27 04:04:32 UTC) #2
Nico
Committed patchset #1 (id:1) manually as b67b475b9adbcb6cc49858b3bf8185c23d2662b4 (presubmit successful).
5 years, 3 months ago (2015-08-27 04:07:20 UTC) #3
scottmg
Just wanted to note also that aside from the initializers it also regressed binary size ...
5 years, 3 months ago (2015-08-27 04:40:03 UTC) #4
Peter Kasting
5 years, 3 months ago (2015-08-27 07:20:47 UTC) #5
Message was sent while issue was closed.
On 2015/08/27 04:40:03, scottmg wrote:
> Just wanted to note also that aside from the initializers it also regressed
> binary size a surprising amount
> 
> Before:
>
http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/8598/steps/s...
> RESULT totals-size: size= 175914958 bytes
> RESULT totals-text: text= 105230102 bytes
> 
> After:
>
http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/8599/steps/s...
> RESULT totals-size: size= 176428535 bytes
> RESULT totals-text: text= 105454719 bytes
> 
> == 513577 bytes larger.
> 
> Hopefully that can be attributed to the deinlining patch not being reapplied.

The de-inlining patch was reapplied.

Powered by Google App Engine
This is Rietveld 408576698