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

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed)

Created:
4 years, 7 months ago by xyzzyz
Modified:
4 years, 6 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, 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

Update third_party/protobuf to protobuf-v3.0.0-beta-3 This is a minor update that incorporates some of our local patches. It also introduces lite support for proto3 language. It also incorporates a patch that reduces amount of memory used by proto messages, at a cost of increased binary size. For mobile, the binary size grows by ~20 KB with significant memory usage reduction: http://storage.googleapis.com/chromium-telemetry/html-results/results-2016-05-27_17-22-13 For desktop, the binary size grows by ~200 KB with similar reduction. BUG=607751 Committed: https://crrev.com/a5b3d51ac5c84564b9671fbdb6afb54a527ebd90 Cr-Commit-Position: refs/heads/master@{#397491}

Patch Set 1 #

Patch Set 2 : remove bad_utf8_string #

Patch Set 3 : LIBPROTOBUF_EXPORT Arena #

Patch Set 4 : DEPS and gyp #

Patch Set 5 : msvs warnings #

Patch Set 6 : patches, readme.chromium #

Patch Set 7 : patches, revert #

Patch Set 8 : fix compile error #

Total comments: 5

Patch Set 9 : fix preserve unknown fields #

Patch Set 10 : add save memory patch #

Patch Set 11 : owners #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50099 lines, -82365 lines) Patch
M third_party/protobuf/.gitignore View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/protobuf/.travis.yml View 1 2 3 4 5 6 7 8 9 10 2 chunks +16 lines, -3 lines 0 comments Download
M third_party/protobuf/BUILD View 1 2 3 4 5 6 7 8 9 10 17 chunks +114 lines, -50 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -0 lines 0 comments Download
M third_party/protobuf/CHANGES.txt View 1 2 3 4 5 6 7 8 9 10 10 chunks +146 lines, -10 lines 0 comments Download
D third_party/protobuf/INSTALL.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -237 lines 0 comments Download
M third_party/protobuf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 10 chunks +172 lines, -162 lines 0 comments Download
M third_party/protobuf/Protobuf.podspec View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/protobuf/README.chromium View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -22 lines 0 comments Download
M third_party/protobuf/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +45 lines, -161 lines 0 comments Download
M third_party/protobuf/WORKSPACE View 1 2 3 4 5 6 7 8 9 10 1 chunk +39 lines, -14 lines 0 comments Download
A third_party/protobuf/benchmarks/Makefile.am View 1 2 3 4 5 6 7 8 9 10 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/protobuf/benchmarks/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +28 lines, -0 lines 0 comments Download
A + third_party/protobuf/benchmarks/benchmark_messages_proto2.proto View 1 2 3 4 5 6 7 8 9 10 6 chunks +11 lines, -8 lines 0 comments Download
A third_party/protobuf/benchmarks/benchmark_messages_proto3.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -0 lines 0 comments Download
A + third_party/protobuf/benchmarks/benchmarks.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +28 lines, -7 lines 0 comments Download
A third_party/protobuf/benchmarks/generate_datasets.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +117 lines, -0 lines 0 comments Download
D third_party/protobuf/benchmarks/google_speed.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -138 lines 0 comments Download
M third_party/protobuf/cmake/CMakeLists.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/cmake/README.md View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/protobuf/cmake/libprotoc.cmake View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/cmake/tests.cmake View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -0 lines 0 comments Download
M third_party/protobuf/configure.ac View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/conformance/ConformanceJava.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/conformance/ConformanceJavaLite.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +8 lines, -25 lines 0 comments Download
M third_party/protobuf/conformance/Makefile.am View 1 2 3 4 5 6 7 8 9 10 8 chunks +146 lines, -13 lines 0 comments Download
M third_party/protobuf/conformance/conformance_objc.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/conformance/conformance_ruby.rb View 1 2 3 4 5 6 7 8 9 10 4 chunks +12 lines, -4 lines 0 comments Download
M third_party/protobuf/conformance/conformance_test.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +18 lines, -4 lines 0 comments Download
M third_party/protobuf/conformance/conformance_test_runner.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +53 lines, -11 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_cpp.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_csharp.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_java.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -25 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_objc.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -107 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_python.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/protobuf/conformance/failure_list_python-post26.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_python_cpp.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +85 lines, -0 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_ruby.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +199 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/.gitignore View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/csharp/CHANGES.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A third_party/protobuf/csharp/Google.Protobuf.Tools.nuspec View 1 2 3 4 5 6 7 8 9 10 1 chunk +37 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/README.md View 1 2 3 4 5 6 7 8 9 10 3 chunks +32 lines, -16 lines 0 comments Download
M third_party/protobuf/csharp/generate_protos.sh View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -12 lines 0 comments Download
A third_party/protobuf/csharp/keys/Google.Protobuf.snk View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M third_party/protobuf/csharp/keys/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -1 line 0 comments Download
M third_party/protobuf/csharp/protos/unittest_issues.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -1 line 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/AddPerson.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +131 lines, -131 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/AddressBook.csproj View 1 2 3 4 5 6 7 8 9 10 1 chunk +74 lines, -74 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/Addressbook.cs View 1 2 3 4 5 6 7 8 9 10 9 chunks +14 lines, -14 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/ListPeople.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +98 lines, -98 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/Program.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +94 lines, -94 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -18 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/SampleUsage.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +72 lines, -72 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Conformance.cs View 1 2 3 4 5 6 7 8 9 10 41 chunks +1341 lines, -155 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Program.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +19 lines, -8 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj View 1 2 3 4 5 6 7 8 9 10 1 chunk +67 lines, -67 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Program.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +71 lines, -71 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +19 lines, -19 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/ByteStringTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +170 lines, -170 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +597 lines, -529 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +418 lines, -390 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs View 1 2 3 4 5 6 7 8 9 10 4 chunks +2 lines, -54 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +55 lines, -55 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +723 lines, -665 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj View 1 2 3 4 5 6 7 8 9 10 1 chunk +142 lines, -140 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/IssuesTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +82 lines, -63 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs View 1 2 3 4 5 6 7 8 9 10 8 chunks +93 lines, -43 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonParserTest.cs View 1 2 3 4 5 6 7 8 9 10 23 chunks +168 lines, -27 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/Properties/AppManifest.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +20 lines, -20 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/SampleMessages.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestCornerCases.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +62 lines, -62 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ForeignMessagePartial.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -7 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs View 1 2 3 4 5 6 7 8 9 10 16 chunks +193 lines, -30 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs View 1 2 3 4 5 6 7 8 9 10 30 chunks +92 lines, -92 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs View 1 2 3 4 5 6 7 8 9 10 20 chunks +53 lines, -16 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +27 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +33 lines, -5 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +20 lines, -13 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +31 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs View 1 2 3 4 5 6 7 8 9 10 5 chunks +70 lines, -8 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/ByteArray.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +78 lines, -78 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/ByteString.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +344 lines, -344 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/CodedInputStream.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +1276 lines, -1220 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/CodedOutputStream.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +761 lines, -708 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +303 lines, -303 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Collections/MapField.cs View 1 2 3 4 5 6 7 8 9 10 15 chunks +32 lines, -44 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +146 lines, -146 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Collections/RepeatedField.cs View 1 2 3 4 5 6 7 8 9 10 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs View 1 2 3 4 5 6 7 8 9 10 6 chunks +66 lines, -77 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/FrameworkPortability.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +48 lines, -48 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.csproj View 1 2 3 4 5 6 7 8 9 10 1 chunk +167 lines, -164 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.nuspec View 1 2 3 4 5 6 7 8 9 10 4 chunks +13 lines, -15 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +69 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/IMessage.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +87 lines, -87 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +128 lines, -117 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/JsonFormatter.cs View 1 2 3 4 5 6 7 8 9 10 19 chunks +225 lines, -219 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs View 1 2 3 4 5 6 7 8 9 10 22 chunks +136 lines, -65 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/MessageExtensions.cs View 1 2 3 4 5 6 7 8 9 10 8 chunks +14 lines, -14 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/MessageParser.cs View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Preconditions.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -74 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +67 lines, -67 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf/ProtoPreconditions.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/Descriptor.cs View 1 2 3 4 5 6 7 8 9 10 58 chunks +452 lines, -175 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs View 1 2 3 4 5 6 7 8 9 10 11 chunks +57 lines, -73 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
D third_party/protobuf/csharp/src/Google.Protobuf/Reflection/GeneratedCodeInfo.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -103 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -4 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf/Reflection/OriginalNameAttribute.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +16 lines, -13 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/PartialClasses.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +58 lines, -58 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Any.cs View 1 2 3 4 5 6 7 8 9 10 7 chunks +45 lines, -14 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +38 lines, -10 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs View 1 2 3 4 5 6 7 8 9 10 19 chunks +21 lines, -22 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs View 1 2 3 4 5 6 7 8 9 10 6 chunks +115 lines, -6 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs View 1 2 3 4 5 6 7 8 9 10 4 chunks +31 lines, -4 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +123 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs View 1 2 3 4 5 6 7 8 9 10 5 chunks +12 lines, -11 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs View 1 2 3 4 5 6 7 8 9 10 7 chunks +82 lines, -10 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Type.cs View 1 2 3 4 5 6 7 8 9 10 41 chunks +139 lines, -107 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -15 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WireFormat.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +103 lines, -103 lines 0 comments Download
A third_party/protobuf/docs/swift/DesignDoc.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +674 lines, -0 lines 0 comments Download
A third_party/protobuf/docs/third_party.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +147 lines, -0 lines 0 comments Download
M third_party/protobuf/examples/README.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/examples/add_person.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/protobuf/examples/list_people.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/protobuf/generate_descriptor_proto.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +30 lines, -23 lines 0 comments Download
A third_party/protobuf/java/core/generate-sources-build.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/protobuf/java/core/generate-test-sources-build.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/protobuf/java/core/pom.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +118 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/AbstractMessage.java View 1 2 3 4 5 6 7 8 9 10 12 chunks +34 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java View 1 2 3 4 5 6 7 8 9 10 12 chunks +51 lines, -28 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/AbstractParser.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +45 lines, -40 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +46 lines, -2 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/BlockingService.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/BooleanArrayList.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +44 lines, -25 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteOutput.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +116 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java View 1 2 3 4 5 6 7 8 9 10 13 chunks +408 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java View 1 2 3 4 5 6 7 8 9 10 9 chunks +39 lines, -45 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2664 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/Descriptors.java View 1 2 3 4 5 6 7 8 9 10 19 chunks +147 lines, -38 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/DoubleArrayList.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +43 lines, -22 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/DynamicMessage.java View 1 2 3 4 5 6 7 8 9 10 14 chunks +36 lines, -4 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ExperimentalApi.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +27 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/Extension.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ExtensionLite.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ExtensionRegistry.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ExtensionRegistryLite.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/FieldSet.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +19 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/FloatArrayList.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +42 lines, -22 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessage.java View 1 2 3 4 5 6 7 8 9 10 49 chunks +213 lines, -108 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java View 1 2 3 4 5 6 7 8 9 10 30 chunks +1139 lines, -173 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/IntArrayList.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +42 lines, -22 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/Internal.java View 1 2 3 4 5 6 7 8 9 10 13 chunks +82 lines, -18 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +8 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyFieldLite.java View 1 2 3 4 5 6 7 8 9 10 8 chunks +136 lines, -17 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java View 1 2 3 4 5 6 7 8 9 10 14 chunks +33 lines, -19 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyStringList.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/LongArrayList.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +42 lines, -22 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MapEntry.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MapEntryLite.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -2 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MapField.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MapFieldLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/Message.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +48 lines, -22 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MessageLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +21 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/MessageLiteToString.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +239 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MessageReflection.java View 1 2 3 4 5 6 7 8 9 10 15 chunks +74 lines, -33 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/MutabilityOracle.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/NioByteString.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +18 lines, -37 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ProtocolStringList.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/RopeByteString.java View 1 2 3 4 5 6 7 8 9 10 9 chunks +21 lines, -13 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/RpcCallback.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/RpcChannel.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/RpcController.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/RpcUtil.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/Service.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/ServiceException.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/SingleFieldBuilder.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +80 lines, -28 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java View 1 2 3 4 5 6 7 8 9 10 17 chunks +92 lines, -86 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatEscaper.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +225 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +55 lines, -50 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/UninitializedMessageException.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java View 1 2 3 4 5 6 7 8 9 10 21 chunks +51 lines, -26 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +15 lines, -95 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +25 lines, -25 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +36 lines, -7 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/Utf8.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1683 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/WireFormat.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +15 lines, -4 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +33 lines, -9 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/AnyTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +45 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/BooleanArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/BoundedByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +2 lines, -3 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/ByteBufferWriterTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +43 lines, -17 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/ByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +18 lines, -4 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/CheckUtf8Test.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +52 lines, -0 lines 0 comments Download
A third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +776 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/DeprecatedFieldTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/DescriptorsTest.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +36 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/DoubleArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/DynamicMessageTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/EnumTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +38 lines, -27 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java View 1 2 3 4 5 6 7 8 9 10 6 chunks +49 lines, -49 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/FloatArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +19 lines, -4 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/IntArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java View 1 2 3 4 5 6 7 8 9 10 6 chunks +38 lines, -35 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java View 1 2 3 4 5 6 7 8 9 10 15 chunks +115 lines, -87 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyFieldLiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyFieldTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyMessageLiteTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +17 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LiteTest.java View 1 2 3 4 5 6 7 8 9 10 14 chunks +824 lines, -57 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LiteralByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 7 chunks +68 lines, -20 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/LongArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/MapForProto2LiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/MapForProto2Test.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/MapTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/MessageTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/NestedBuildersTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/NioByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 29 chunks +149 lines, -75 lines 0 comments Download
A third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +273 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParserTest.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -10 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/RopeByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/ServiceTest.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +20 lines, -14 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/SmallSortedMapTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/TestBadIdentifiers.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/TestUtil.java View 1 2 3 4 5 6 7 8 9 10 9 chunks +166 lines, -584 lines 0 comments Download
A third_party/protobuf/java/core/src/test/java/com/google/protobuf/TestUtilLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +559 lines, -0 lines 0 comments Download
A third_party/protobuf/java/core/src/test/java/com/google/protobuf/TextFormatParseInfoTreeTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +182 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/TextFormatParseLocationTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +45 lines, -39 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/TextFormatTest.java View 1 2 3 4 5 6 7 8 9 10 6 chunks +110 lines, -2 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnknownEnumValueTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnknownFieldSetLiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -40 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/WellKnownTypesTest.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/WireFormatTest.java View 1 2 3 4 5 6 7 8 9 10 6 chunks +16 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/any_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/lazy_fields_lite.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/lite_equals_and_hash.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -3 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_for_proto2_lite_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_for_proto2_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_initialization_order_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/multiple_files_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/nested_builders_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/nested_extension.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/nested_extension_lite.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/non_nested_extension.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/non_nested_extension_lite.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/outer_class_name_test.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/outer_class_name_test2.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/outer_class_name_test3.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/test_bad_identifiers.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/test_check_utf8.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/test_check_utf8_size.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/test_custom_options.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/proto/com/google/protobuf/test_extra_interfaces.proto View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/protobuf/java/lite/generate-sources-build.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/protobuf/java/lite/generate-test-sources-build.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/protobuf/java/lite/pom.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +156 lines, -0 lines 0 comments Download
M third_party/protobuf/java/pom.xml View 1 2 3 4 5 6 7 8 9 10 3 chunks +133 lines, -291 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -533 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -363 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractParser.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -253 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractProtobufList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BlockingRpcChannel.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BlockingService.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BooleanArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -251 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1152 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1308 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1332 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2439 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/DoubleArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -250 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -644 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Extension.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -392 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -889 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/FloatArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -249 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2778 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1276 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/IntArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -249 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Internal.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -677 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -122 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -154 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyFieldLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -339 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -409 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -174 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -267 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/LongArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -249 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapEntry.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -433 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapEntryLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -331 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapField.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -286 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MapFieldLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -549 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -320 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteToString.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MessageReflection.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -952 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/MutabilityOracle.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/NioByteString.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -309 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Parser.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -261 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ProtobufArrayList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ProtocolStringList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -702 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -888 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcCallback.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcChannel.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcController.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/RpcUtil.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -134 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Service.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -117 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/ServiceException.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -241 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -618 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2065 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormatEscaper.java View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UninitializedMessageException.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1010 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSetLite.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -458 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -210 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/UnsafeByteStrings.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -481 lines 0 comments Download
D third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -245 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -527 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/AnyTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -92 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/BooleanArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -469 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -101 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -760 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/CheckUtf8Test.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -140 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -769 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -546 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -765 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DoubleArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -326 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/FieldPresenceTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -373 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/FloatArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1661 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/IntArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -183 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -420 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyFieldLiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -271 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyFieldTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyMessageLiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -307 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -362 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1462 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -497 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/LongArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -473 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MapForProto2LiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -458 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MapForProto2Test.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -684 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MapTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -783 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -353 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/NestedBuildersTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/NioByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -546 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -377 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ProtobufArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -303 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -190 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -189 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -320 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -155 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -420 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -4275 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1021 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownEnumValueTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -255 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetLiteTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -368 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -653 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -227 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/WellKnownTypesTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -606 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/any_test.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/field_presence_test.proto View 1 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/multiple_files_test.proto View 1 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/protobuf/java/src/test/java/com/google/protobuf/test_check_utf8.proto View 1 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 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 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/protobuf/java/util/pom.xml View 1 2 3 4 5 6 7 8 9 10 3 chunks +47 lines, -142 lines 0 comments Download
M third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java View 1 2 3 4 5 6 7 8 9 10 7 chunks +49 lines, -32 lines 0 comments Download
M third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java View 1 2 3 4 5 6 7 8 9 10 6 chunks +39 lines, -10 lines 0 comments Download
M third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java View 1 2 3 4 5 6 7 8 9 10 6 chunks +25 lines, -8 lines 0 comments Download
M third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java View 1 2 3 4 5 6 7 8 9 10 3 chunks +88 lines, -56 lines 0 comments Download
M third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java View 1 2 3 4 5 6 7 8 9 10 39 chunks +129 lines, -111 lines 0 comments Download
D third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/json_test.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -170 lines 0 comments Download
A + third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/json_test.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +31 lines, -0 lines 0 comments Download
M third_party/protobuf/javanano/pom.xml View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/FieldArray.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/protobuf/jenkins/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/protobuf/jenkins/build_and_run_docker.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/protobuf/jenkins/buildcmds/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/protobuf/jenkins/buildcmds/pull_request.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/protobuf/jenkins/docker/Dockerfile View 1 2 3 4 5 6 7 8 9 10 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/protobuf/jenkins/make_test_output.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/protobuf/jenkins/pull_request_in_docker.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +72 lines, -0 lines 0 comments Download
M third_party/protobuf/js/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +155 lines, -10 lines 0 comments Download
M third_party/protobuf/js/binary/constants.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +43 lines, -3 lines 0 comments Download
M third_party/protobuf/js/binary/decoder.js View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -5 lines 0 comments Download
M third_party/protobuf/js/binary/decoder_test.js View 1 2 3 4 5 6 7 8 9 10 9 chunks +64 lines, -56 lines 0 comments Download
A third_party/protobuf/js/binary/encoder.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +430 lines, -0 lines 0 comments Download
M third_party/protobuf/js/binary/proto_test.js View 1 2 3 4 5 6 7 8 9 10 14 chunks +224 lines, -184 lines 0 comments Download
M third_party/protobuf/js/binary/reader.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/protobuf/js/binary/reader_test.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +29 lines, -45 lines 0 comments Download
M third_party/protobuf/js/binary/utils.js View 1 2 3 4 5 6 7 8 9 10 5 chunks +55 lines, -59 lines 0 comments Download
M third_party/protobuf/js/binary/utils_test.js View 1 2 3 4 5 6 7 8 9 10 7 chunks +49 lines, -13 lines 0 comments Download
M third_party/protobuf/js/binary/writer.js View 1 2 3 4 5 6 7 8 9 10 45 chunks +321 lines, -884 lines 0 comments Download
A third_party/protobuf/js/commonjs/export.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/protobuf/js/commonjs/export_asserts.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/protobuf/js/commonjs/export_testdeps.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -0 lines 0 comments Download
A + third_party/protobuf/js/commonjs/import_test.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +17 lines, -32 lines 0 comments Download
A third_party/protobuf/js/commonjs/jasmine.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/protobuf/js/commonjs/rewrite_tests_for_commonjs.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +97 lines, -0 lines 0 comments Download
A + third_party/protobuf/js/commonjs/test6/test6.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -7 lines 0 comments Download
A + third_party/protobuf/js/commonjs/test7/test7.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/js/debug.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/js/debug_test.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/protobuf/js/gulpfile.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +88 lines, -7 lines 0 comments Download
M third_party/protobuf/js/jasmine.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/js/message.js View 1 2 3 4 5 6 7 8 9 10 15 chunks +248 lines, -36 lines 0 comments Download
M third_party/protobuf/js/message_test.js View 1 2 3 4 5 6 7 8 9 10 6 chunks +47 lines, -11 lines 0 comments Download
M third_party/protobuf/js/package.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -5 lines 0 comments Download
M third_party/protobuf/js/proto3_test.js View 1 2 3 4 5 6 7 8 9 10 9 chunks +64 lines, -29 lines 0 comments Download
M third_party/protobuf/js/test.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -0 lines 0 comments Download
M third_party/protobuf/m4/acx_check_suncc.m4 View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -11 lines 0 comments Download
M third_party/protobuf/m4/stl_hash.m4 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/objectivec/DevTools/compile_testing_protos.sh View 1 2 3 4 5 6 7 8 9 10 2 chunks +36 lines, -29 lines 0 comments Download
M third_party/protobuf/objectivec/DevTools/full_mac_build.sh View 1 2 3 4 5 6 7 8 9 10 7 chunks +27 lines, -31 lines 0 comments Download
M third_party/protobuf/objectivec/DevTools/pddm.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/objectivec/GPBArray.h View 1 2 3 4 5 6 7 8 9 10 10 chunks +22 lines, -12 lines 0 comments Download
M third_party/protobuf/objectivec/GPBArray.m View 1 2 3 4 5 6 7 8 9 10 28 chunks +68 lines, -53 lines 0 comments Download
M third_party/protobuf/objectivec/GPBBootstrap.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -8 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedInputStream.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +59 lines, -16 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedInputStream.m View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -3 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedOutputStream.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +120 lines, -118 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedOutputStream.m View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -14 lines 0 comments Download
A third_party/protobuf/objectivec/GPBCodedOutputStream_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +126 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDescriptor.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -11 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDescriptor.m View 1 2 3 4 5 6 7 8 9 10 19 chunks +163 lines, -197 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDescriptor_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +89 lines, -94 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDictionary.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +43 lines, -37 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDictionary.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/objectivec/GPBExtensionInternals.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/objectivec/GPBExtensionRegistry.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +34 lines, -19 lines 0 comments Download
M third_party/protobuf/objectivec/GPBMessage.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +179 lines, -48 lines 0 comments Download
M third_party/protobuf/objectivec/GPBMessage.m View 1 2 3 4 5 6 7 8 9 10 13 chunks +22 lines, -30 lines 0 comments Download
M third_party/protobuf/objectivec/GPBMessage_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/GPBProtocolBuffers.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/protobuf/objectivec/GPBRootObject.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/protobuf/objectivec/GPBRuntimeTypes.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownField.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +33 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownField.m View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownFieldSet.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +17 lines, -2 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUtilities.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +110 lines, -40 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUtilities.m View 1 2 3 4 5 6 7 8 9 10 15 chunks +37 lines, -30 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/objectivec/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBARCUnittestProtos.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBCodedInputStreamTests.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +43 lines, -6 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBCodedOuputStreamTests.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +20 lines, -1 line 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDescriptorTests.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests.pddm View 1 2 3 4 5 6 7 8 9 10 34 chunks +59 lines, -52 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests+Bool.m View 1 2 3 4 5 6 7 8 9 10 14 chunks +33 lines, -33 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests+Int32.m View 1 2 3 4 5 6 7 8 9 10 13 chunks +32 lines, -32 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests+Int64.m View 1 2 3 4 5 6 7 8 9 10 13 chunks +32 lines, -32 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests+UInt32.m View 1 2 3 4 5 6 7 8 9 10 13 chunks +32 lines, -32 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests+UInt64.m View 1 2 3 4 5 6 7 8 9 10 13 chunks +32 lines, -32 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBMessageTests.m View 1 2 3 4 5 6 7 8 9 10 10 chunks +90 lines, -8 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBMessageTests+Merge.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBMessageTests+Runtime.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/objectivec/Tests/unittest_objc.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +58 lines, -0 lines 0 comments Download
D third_party/protobuf/objectivec/generate_descriptors_proto.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -50 lines 0 comments Download
A + third_party/protobuf/objectivec/generate_well_known_types.sh View 1 2 3 4 5 6 7 8 9 10 4 chunks +31 lines, -5 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +95 lines, -58 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -22 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +154 lines, -133 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 8 chunks +54 lines, -102 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Descriptor.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1160 lines 0 comments Download
D third_party/protobuf/objectivec/google/protobuf/Descriptor.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2445 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Duration.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +62 lines, -55 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Duration.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -16 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +23 lines, -16 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -8 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/FieldMask.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +166 lines, -132 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/FieldMask.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -12 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +18 lines, -11 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -12 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +61 lines, -42 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 chunks +47 lines, -70 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +74 lines, -67 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -16 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +134 lines, -86 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 16 chunks +151 lines, -194 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 chunks +50 lines, -43 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 21 chunks +41 lines, -109 lines 0 comments Download
M third_party/protobuf/patches/0003-remove-static-initializers.patch View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -11 lines 0 comments Download
A third_party/protobuf/patches/0005-fix-include-js-generator.patch View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -0 lines 0 comments Download
D third_party/protobuf/patches/0005-fix-no-threadlocal-on-mac.patch View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/protobuf/patches/0006-fix-clang-type-errors.patch View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -21 lines 0 comments Download
A third_party/protobuf/patches/0011-libprotobuf_export.patch View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -0 lines 0 comments Download
D third_party/protobuf/patches/0011-use-offsetof-for-clang.patch View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -49 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/config.m4 View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/def.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +381 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/message.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +273 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/protobuf.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +281 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/protobuf.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/storage.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +539 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/test.php View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -0 lines 0 comments Download
A + third_party/protobuf/php/ext/google/protobuf/upb.h View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/protobuf/php/ext/google/protobuf/upb.c View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/protobuf/php/tests/autoload.php View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/protobuf/protobuf.bzl View 1 2 3 4 5 6 7 8 9 10 13 chunks +62 lines, -49 lines 0 comments Download
M third_party/protobuf/protobuf.gyp View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/protobuf/protobuf_lite.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/protoc-artifacts/README.md View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/protoc-artifacts/build-protoc.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/protobuf/python/google/__init__.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/__init__.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor.py View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -2 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor_pb2.py View 1 2 3 4 5 6 7 8 9 10 20 chunks +130 lines, -37 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor_pool.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/api_implementation.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_pool_test.py View 1 2 3 4 5 6 7 8 9 10 11 chunks +22 lines, -35 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_pool_test2.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_test.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/generator_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/json_format_test.py View 1 2 3 4 5 6 7 8 9 10 7 chunks +241 lines, -6 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/message_factory_test.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +56 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/message_test.py View 1 2 3 4 5 6 7 8 9 10 9 chunks +106 lines, -34 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/proto_builder_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/python_message.py View 1 2 3 4 5 6 7 8 9 10 8 chunks +52 lines, -24 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/reflection_test.py View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -4 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/symbol_database_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/test_util.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/text_encoding_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/text_format_test.py View 1 2 3 4 5 6 7 8 9 10 11 chunks +125 lines, -5 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/type_checkers.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +17 lines, -6 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/unknown_fields_test.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +21 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/well_known_types.py View 1 2 3 4 5 6 7 8 9 10 5 chunks +106 lines, -4 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/well_known_types_test.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +132 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/wire_format_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/json_format.py View 1 2 3 4 5 6 7 8 9 10 11 chunks +196 lines, -18 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/message.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/__init__.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -10 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor_database.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -4 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/extension_dict.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/extension_dict.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +18 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/map_container.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +14 lines, -5 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/map_container.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +152 lines, -94 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/message.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +33 lines, -2 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/message.cc View 1 2 3 4 5 6 7 8 9 10 31 chunks +118 lines, -67 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/repeated_composite_container.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/repeated_composite_container.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +6 lines, -8 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/text_format.py View 1 2 3 4 5 6 7 8 9 10 17 chunks +411 lines, -304 lines 0 comments Download
M third_party/protobuf/python/setup.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +36 lines, -9 lines 0 comments Download
M third_party/protobuf/python/tox.ini View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/protobuf/ruby/Gemfile.lock View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/protobuf/ruby/README.md View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -13 lines 0 comments Download
M third_party/protobuf/ruby/Rakefile View 1 2 3 4 5 6 7 8 9 10 3 chunks +68 lines, -1 line 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/defs.c View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -0 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/encode_decode.c View 1 2 3 4 5 6 7 8 9 10 11 chunks +52 lines, -19 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/message.c View 1 2 3 4 5 6 7 8 9 10 5 chunks +22 lines, -24 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/protobuf.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/upb.h View 1 2 3 4 5 6 7 8 9 10 81 chunks +1707 lines, -1355 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/upb.c View 1 2 3 4 5 6 7 8 9 10 159 chunks +2125 lines, -1303 lines 0 comments Download
M third_party/protobuf/ruby/google-protobuf.gemspec View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/protobuf/ruby/lib/google/protobuf.rb View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -1 line 0 comments Download
M third_party/protobuf/ruby/lib/google/protobuf/repeated_field.rb View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -2 lines 0 comments Download
M third_party/protobuf/ruby/src/main/sentinel.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/protobuf/ruby/tests/basic.rb View 1 2 3 4 5 6 7 8 9 10 2 chunks +35 lines, -1 line 0 comments Download
D third_party/protobuf/ruby/tests/generated_code.rb View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -74 lines 0 comments Download
M third_party/protobuf/ruby/travis-test.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -5 lines 0 comments Download
M third_party/protobuf/src/Makefile.am View 1 2 3 4 5 6 7 8 9 10 6 chunks +12 lines, -0 lines 0 comments Download
A + third_party/protobuf/src/README.md View 1 2 3 4 5 6 7 8 9 10 4 chunks +33 lines, -14 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/any.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +17 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/any.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +23 lines, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/any.proto View 1 2 3 4 5 6 7 8 9 10 4 chunks +35 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/any.pb.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/any.pb.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +20 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/api.pb.h View 1 2 3 4 5 6 7 8 9 10 8 chunks +8 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/api.pb.cc View 1 2 3 4 5 6 7 8 9 10 22 chunks +43 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arena.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +16 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arena.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +15 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arena_nc_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/arena_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +58 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arenastring.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +7 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arenastring_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +16 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +29 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +23 lines, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc View 1 2 3 4 5 6 7 8 9 10 28 chunks +108 lines, -83 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +36 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +51 lines, -34 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +37 lines, -32 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +33 lines, -32 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc View 1 2 3 4 5 6 7 8 9 10 64 chunks +208 lines, -165 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc View 1 2 3 4 5 6 7 8 9 10 19 chunks +55 lines, -45 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +17 lines, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc View 1 2 3 4 5 6 7 8 9 10 19 chunks +50 lines, -43 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -2 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/cpp/metadata_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +242 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +19 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +11 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +21 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +17 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +115 lines, -14 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +13 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -5 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_options.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +86 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +7 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +10 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_context.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +28 lines, -28 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +66 lines, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +11 lines, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +52 lines, -58 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +25 lines, -62 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -32 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +118 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_file.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +22 lines, -13 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +14 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -21 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +15 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +13 lines, -19 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc View 1 2 3 4 5 6 7 8 9 10 17 chunks +127 lines, -53 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +7 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +26 lines, -31 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc View 1 2 3 4 5 6 7 8 9 10 20 chunks +136 lines, -216 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -9 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +26 lines, -37 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +2 lines, -28 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +19 lines, -47 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_generator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_helpers.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/js/js_generator.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +26 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc View 1 2 3 4 5 6 7 8 9 10 58 chunks +679 lines, -248 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/main.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +49 lines, -28 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +19 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +36 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +134 lines, -91 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +25 lines, -11 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +32 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +96 lines, -39 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +39 lines, -22 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +112 lines, -159 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +17 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +37 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/parser.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +48 lines, -33 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +6 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc View 1 2 3 4 5 6 7 8 9 10 21 chunks +33 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +73 lines, -11 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/subprocess.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.h View 1 2 3 4 5 6 7 8 9 10 12 chunks +31 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +21 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +28 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.pb.h View 1 2 3 4 5 6 7 8 9 10 51 chunks +499 lines, -67 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.pb.cc View 1 2 3 4 5 6 7 8 9 10 171 chunks +1238 lines, -135 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/duration.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/duration.pb.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +21 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/dynamic_message.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +17 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/empty.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/empty.pb.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +13 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/field_mask.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +27 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/field_mask.pb.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/field_mask.pb.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_reflection.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_reflection.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +49 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_util.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +23 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/io/gzip_stream.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/gzip_stream.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +164 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +69 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +237 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +25 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +38 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/lite_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map.h View 1 2 3 4 5 6 7 8 9 10 19 chunks +965 lines, -134 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map_field.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map_field.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +15 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map_field_inl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +13 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map_field_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/map_test.cc View 1 2 3 4 5 6 7 8 9 10 27 chunks +354 lines, -35 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message_lite.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +14 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/message_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/metadata.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/src/google/protobuf/proto3_arena_lite_unittest.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +15 lines, -60 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/proto3_lite_unittest.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +28 lines, -92 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field.h View 1 2 3 4 5 6 7 8 9 10 13 chunks +95 lines, -32 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/source_context.pb.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/source_context.pb.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +10 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/struct.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/struct.pb.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/struct.pb.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +36 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
A third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/callback.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +83 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/hash.h View 1 2 3 4 5 6 7 8 9 10 8 chunks +67 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/logging.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/mathutil.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/platform_macros.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/port.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/statusor.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stringpiece.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/strutil.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -0 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/testdata/bad_utf8_string View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/text_format.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +15 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/text_format_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/timestamp.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/timestamp.pb.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +21 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/type.pb.h View 1 2 3 4 5 6 7 8 9 10 14 chunks +58 lines, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/type.pb.cc View 1 2 3 4 5 6 7 8 9 10 37 chunks +65 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_lite.proto View 1 2 3 4 5 6 7 8 9 10 3 chunks +22 lines, -0 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/protobuf/src/google/protobuf/unittest_proto3_lite.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_comparator.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_comparator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +21 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_comparator_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_mask_util.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +38 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_mask_util.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +77 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_mask_util_test.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +105 lines, -9 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/constants.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/datapiece.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +14 lines, -27 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +41 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +45 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +48 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -9 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter_test.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +25 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +54 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser_test.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +111 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/object_writer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/proto_writer.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +18 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +71 lines, -53 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +50 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +69 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource_test.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +178 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +32 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +108 lines, -35 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter_test.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +398 lines, -16 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +16 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/testdata/maps.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +29 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/utility.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/json_util.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +38 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/json_util_test.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +44 lines, -24 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/message_differencer.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +7 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_lite.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wire_format_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wrappers.proto View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wrappers.pb.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wrappers.pb.cc View 1 2 3 4 5 6 7 8 9 10 41 chunks +92 lines, -15 lines 0 comments Download
A + third_party/protobuf/tests.sh View 1 2 3 4 5 6 7 8 9 10 11 chunks +81 lines, -42 lines 0 comments Download
D third_party/protobuf/travis.sh View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -308 lines 0 comments Download
M third_party/protobuf/util/python/BUILD View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 41 (20 generated)
Peter Kasting
LGTM https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium#newcode59 third_party/protobuf/README.chromium:59: Chrome workloads don't seem to be benefitting from ...
4 years, 7 months ago (2016-05-24 23:45:34 UTC) #4
xyzzyz
https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium#newcode59 third_party/protobuf/README.chromium:59: Chrome workloads don't seem to be benefitting from this. ...
4 years, 7 months ago (2016-05-25 00:15:28 UTC) #5
Peter Kasting
https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium#newcode59 third_party/protobuf/README.chromium:59: Chrome workloads don't seem to be benefitting from this. ...
4 years, 7 months ago (2016-05-25 00:19:50 UTC) #6
xyzzyz
https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium#newcode59 third_party/protobuf/README.chromium:59: Chrome workloads don't seem to be benefitting from this. ...
4 years, 7 months ago (2016-05-25 00:25:47 UTC) #7
Peter Kasting
https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium#newcode59 third_party/protobuf/README.chromium:59: Chrome workloads don't seem to be benefitting from this. ...
4 years, 7 months ago (2016-05-25 01:17:56 UTC) #8
xyzzyz
On 2016/05/25 01:17:56, Peter Kasting wrote: > https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium > File third_party/protobuf/README.chromium (right): > > https://codereview.chromium.org/1983203003/diff/70001/third_party/protobuf/README.chromium#newcode59 ...
4 years, 6 months ago (2016-05-31 22:11:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983203003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983203003/90001
4 years, 6 months ago (2016-05-31 23:25:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983203003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983203003/90001
4 years, 6 months ago (2016-05-31 23:28:46 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/192528)
4 years, 6 months ago (2016-05-31 23:53:00 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983203003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983203003/90001
4 years, 6 months ago (2016-06-01 20:50:34 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/193210)
4 years, 6 months ago (2016-06-01 21:17:09 UTC) #22
Peter Kasting
LGTM again. If it fails again, I would commit with no presubmit.
4 years, 6 months ago (2016-06-01 22:11:16 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983203003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983203003/90001
4 years, 6 months ago (2016-06-01 22:18:43 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/193338)
4 years, 6 months ago (2016-06-01 23:14:54 UTC) #27
xyzzyz
On 2016/06/01 22:11:16, Peter Kasting wrote: > LGTM again. > > If it fails again, ...
4 years, 6 months ago (2016-06-01 23:33:21 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983203003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983203003/100001
4 years, 6 months ago (2016-06-01 23:36:10 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/237402)
4 years, 6 months ago (2016-06-02 01:26:54 UTC) #34
Peter Kasting
On 2016/06/01 23:33:21, xyzzyz wrote: > On 2016/06/01 22:11:16, Peter Kasting wrote: > > LGTM ...
4 years, 6 months ago (2016-06-02 04:47:16 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983203003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983203003/100001
4 years, 6 months ago (2016-06-02 17:19:24 UTC) #37
commit-bot: I haz the power
Committed patchset #11 (id:100001)
4 years, 6 months ago (2016-06-02 19:58:25 UTC) #39
commit-bot: I haz the power
4 years, 6 months ago (2016-06-02 20:00:07 UTC) #41
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/a5b3d51ac5c84564b9671fbdb6afb54a527ebd90
Cr-Commit-Position: refs/heads/master@{#397491}

Powered by Google App Engine
This is Rietveld 408576698