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

Issue 1291903002: Pull new version of protobuf sources. (Closed)

Created:
5 years, 4 months ago by Peter Kasting
Modified:
4 years, 8 months ago
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

Pull new version of protobuf sources. This should fix some MSVC warnings (though, sadly, we now have to disable more warnings than before... different ones). More importantly, it's the first full source update (as opposed to cherry-picks) done in years, and includes a complete README and sequence of patches to help future maintainers do similar updates. (Several past changes just updated the README to mention a change without supplying a patch or even pointing to the relevant Chrome revision.) My hope is that this will make future source updates -- and maybe eventually pulling directly from upstream via DEPS -- more feasible, so we don't get into a similar state of having our local tree diverge so badly that only cherry-picks are really doable. BUG=81439 TEST=none TBR=scottmg Committed: https://crrev.com/abf57c3926331ce8f98f831c526581a038172445 Cr-Commit-Position: refs/heads/master@{#345578}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Updates #

Patch Set 3 : Fix Linux build issues #

Patch Set 4 : Resync #

Patch Set 5 : Build fixes #

Patch Set 6 : Build fixes #

Patch Set 7 : Build changes #

Patch Set 8 : Build fixes #

Patch Set 9 : Build fix #

Patch Set 10 : Build fix attempts #

Patch Set 11 : Build fix attempts #

Patch Set 12 : Build fix attempts #

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

Messages

Total messages: 28 (7 generated)
Peter Kasting
Notes on reviewers and what to look for: +scottmg as OWNER. Obviously you can't really ...
5 years, 4 months ago (2015-08-13 00:58:29 UTC) #2
Nico
Cool! If I remember correctly, the reason for moving this from DEPS to our repo ...
5 years, 4 months ago (2015-08-13 01:10:09 UTC) #3
scottmg
README and build files look ok. I shouldn't really be owner here, I've only ever ...
5 years, 4 months ago (2015-08-13 02:56:02 UTC) #5
Peter Kasting
On 2015/08/13 01:10:09, Nico (hiding) wrote: > Cool! > > If I remember correctly, the ...
5 years, 4 months ago (2015-08-13 05:21:47 UTC) #6
Nico
On Wed, Aug 12, 2015 at 10:21 PM, <pkasting@chromium.org> wrote: > On 2015/08/13 01:10:09, Nico ...
5 years, 4 months ago (2015-08-13 05:25:01 UTC) #7
dcheng
On 2015/08/13 at 05:21:47, pkasting wrote: > On 2015/08/13 01:10:09, Nico (hiding) wrote: > > ...
5 years, 4 months ago (2015-08-13 05:33:31 UTC) #8
Peter Kasting
On 2015/08/13 05:33:31, dcheng wrote: > It's actually possible the uninlining patch may no longer ...
5 years, 4 months ago (2015-08-13 05:43:41 UTC) #9
Peter Kasting
https://codereview.chromium.org/1291903002/diff/1/third_party/protobuf/descriptor_pb2.py File third_party/protobuf/descriptor_pb2.py (left): https://codereview.chromium.org/1291903002/diff/1/third_party/protobuf/descriptor_pb2.py#oldcode1 third_party/protobuf/descriptor_pb2.py:1: # Generated by the protocol buffer compiler. DO NOT ...
5 years, 4 months ago (2015-08-13 05:44:05 UTC) #10
dcheng
On 2015/08/13 at 05:43:41, pkasting wrote: > On 2015/08/13 05:33:31, dcheng wrote: > > It's ...
5 years, 4 months ago (2015-08-13 05:54:30 UTC) #11
Peter Kasting
On 2015/08/13 05:54:30, dcheng wrote: > On 2015/08/13 at 05:43:41, pkasting wrote: > > On ...
5 years, 4 months ago (2015-08-13 07:57:37 UTC) #12
Andrew T Wilson (Slow)
+zea to look at this from a sync perspective, since I'm not really familiar with ...
5 years, 4 months ago (2015-08-13 10:42:03 UTC) #14
scottmg
https://codereview.chromium.org/1291903002/diff/1/third_party/protobuf/descriptor_pb2.py File third_party/protobuf/descriptor_pb2.py (left): https://codereview.chromium.org/1291903002/diff/1/third_party/protobuf/descriptor_pb2.py#oldcode1 third_party/protobuf/descriptor_pb2.py:1: # Generated by the protocol buffer compiler. DO NOT ...
5 years, 4 months ago (2015-08-13 16:25:03 UTC) #15
Peter Kasting
New snap up: * Changed OWNERS from scottmg to myself * Added descriptor_pb2.py correctly, it ...
5 years, 4 months ago (2015-08-13 21:18:41 UTC) #16
Nicolas Zea
On 2015/08/13 21:18:41, Peter Kasting wrote: > New snap up: > * Changed OWNERS from ...
5 years, 4 months ago (2015-08-18 16:06:11 UTC) #17
Peter Kasting
This seems to be OK and AFAICT there are no objections, so TBRing to scottmg ...
5 years, 3 months ago (2015-08-26 05:50:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291903002/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291903002/110001
5 years, 3 months ago (2015-08-26 05:51:13 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291903002/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291903002/110001
5 years, 3 months ago (2015-08-26 09:03:25 UTC) #23
commit-bot: I haz the power
Committed patchset #12 (id:110001)
5 years, 3 months ago (2015-08-26 10:35:33 UTC) #24
commit-bot: I haz the power
Patchset 12 (id:??) landed as https://crrev.com/abf57c3926331ce8f98f831c526581a038172445 Cr-Commit-Position: refs/heads/master@{#345578}
5 years, 3 months ago (2015-08-26 10:36:21 UTC) #25
xyzzyz
4 years, 8 months ago (2016-04-14 00:04:55 UTC) #27
chromium-reviews
4 years, 8 months ago (2016-04-14 00:05:30 UTC) #28
Message was sent while issue was closed.
Oops, wrong issue, ignore this.

On Wed, Apr 13, 2016 at 5:04 PM <xyzzyz@chromium.org> wrote:

> https://codereview.chromium.org/1291903002/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698