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

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed)

Created:
4 years, 8 months ago by xyzzyz
Modified:
4 years, 8 months ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, zea+watch_chromium.org, tfarina, maxbogue+watch_chromium.org, dcheng, plaree+watch_chromium.org, chromium-apps-reviews_chromium.org, jshin+watch_chromium.org, maniscalco
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update //third_party/protobuf to version 3. For context, see https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/zJZPkxEFVxY For the things to look out for while reviewing this, see the doc https://docs.google.com/document/d/1qjSBV2ioi0mykAT1eSXuMaNqO0BIS-j1PeYfxT-TbW4/edit?usp=sharing BUG=597321 Committed: https://crrev.com/7cf8148f570a1072928fa9ede6e0760edc137cbd Cr-Commit-Position: refs/heads/master@{#388596}

Patch Set 1 #

Patch Set 2 : update README.chromium #

Total comments: 4

Patch Set 3 : update sync unittest and README.chromium #

Total comments: 73

Patch Set 4 : review comments round #

Patch Set 5 : nacl asan #

Patch Set 6 : fix nacl defines #

Patch Set 7 : more fixes #

Patch Set 8 : fix build #

Patch Set 9 : update defines #

Total comments: 32

Patch Set 10 : pull whole protobuf #

Total comments: 8

Patch Set 11 : remove testing includes #

Patch Set 12 : add unused languages support back #

Patch Set 13 : OWNERS #

Patch Set 14 : update python scripts #

Patch Set 15 : fix checklicenses #

Patch Set 16 : licenses patch #

Patch Set 17 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+424470 lines, -25491 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +16 lines, -2 lines 0 comments Download
M sync/internal_api/write_node.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/protobuf/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/protobuf/.travis.yml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/protobuf/BUILD View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +645 lines, -0 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 14 chunks +340 lines, -56 lines 0 comments Download
M third_party/protobuf/CHANGES.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +520 lines, -2 lines 0 comments Download
M third_party/protobuf/CONTRIBUTORS.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/protobuf/LICENSE View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 1 chunk +759 lines, -0 lines 0 comments Download
M third_party/protobuf/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/protobuf/Protobuf.podspec View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/protobuf/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +72 lines, -35 lines 0 comments Download
A + third_party/protobuf/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/protobuf/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/protobuf/appveyor.bat View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +46 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +151 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 12 13 14 15 16 1 chunk +335 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 12 13 14 15 16 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/protobuf/cmake/install.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +103 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 12 13 14 15 16 1 chunk +68 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 12 13 14 15 16 1 chunk +38 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 12 13 14 15 16 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/protobuf/cmake/protobuf-config-version.cmake.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
A third_party/protobuf/cmake/protobuf-config.cmake.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/protobuf/cmake/protobuf-module.cmake.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +139 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +209 lines, -0 lines 0 comments Download
D third_party/protobuf/config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 1 chunk +184 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 12 13 14 15 16 1 chunk +142 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 12 13 14 15 16 1 chunk +148 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +273 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 12 13 14 15 16 1 chunk +207 lines, -0 lines 0 comments Download
A third_party/protobuf/conformance/conformance_objc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/protobuf/conformance/conformance_python.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +130 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +178 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 12 13 14 15 16 1 chunk +1992 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 12 13 14 15 16 1 chunk +270 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 12 13 14 15 16 1 chunk +109 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 12 13 14 15 16 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/protobuf/conformance/failure_list_java.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/protobuf/conformance/failure_list_objc.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +107 lines, -0 lines 0 comments Download
A + third_party/protobuf/conformance/failure_list_python.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/protobuf/conformance/failure_list_python_cpp.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +25 lines, -0 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 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/protobuf/conformance/third_party/jsoncpp/json.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2075 lines, -0 lines 0 comments Download
A third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5192 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +54 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +72 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +473 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +73 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +2522 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +131 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 12 13 14 15 16 2 chunks +18 lines, -21 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +22 lines, -20 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +584 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 12 13 14 15 16 1 chunk +660 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +55 lines, -49 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +665 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 12 13 14 15 16 1 chunk +141 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +476 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonParserTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +795 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +409 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +259 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 12 13 14 15 16 1 chunk +218 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +94 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 12 13 14 15 16 2 chunks +14 lines, -12 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +1471 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 12 13 14 15 16 1 chunk +161 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 12 13 14 15 16 1 chunk +147 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 12 13 14 15 16 1 chunk +1406 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 12 13 14 15 16 1 chunk +6064 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 12 13 14 15 16 1 chunk +2376 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +89 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +359 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +772 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +568 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +484 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 12 13 14 15 16 1 chunk +49 lines, -49 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 12 13 14 15 16 1 chunk +165 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 12 13 14 15 16 1 chunk +56 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 12 13 14 15 16 2 chunks +25 lines, -22 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 12 13 14 15 16 1 chunk +87 lines, -0 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf/InvalidJsonException.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +24 lines, -20 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 12 13 14 15 16 1 chunk +118 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 12 13 14 15 16 1 chunk +906 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +947 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/JsonToken.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/JsonTokenizer.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +738 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +267 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +67 lines, -87 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/Reflection/Descriptor.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5144 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +368 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +359 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +344 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 12 13 14 15 16 1 chunk +103 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 12 13 14 15 16 2 chunks +24 lines, -20 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +27 lines, -17 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 12 13 14 15 16 1 chunk +305 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +122 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +27 lines, -16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +183 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 12 13 14 15 16 1 chunk +230 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +79 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 12 13 14 15 16 1 chunk +848 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 12 13 14 15 16 1 chunk +229 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 12 13 14 15 16 1 chunk +161 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 12 13 14 15 16 1 chunk +131 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 12 13 14 15 16 1 chunk +265 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 12 13 14 15 16 1 chunk +156 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 12 13 14 15 16 1 chunk +599 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +240 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 12 13 14 15 16 1 chunk +169 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 12 13 14 15 16 1 chunk +1315 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +99 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 12 13 14 15 16 1 chunk +1056 lines, -0 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +12 lines, -13 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 12 13 14 15 16 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +54 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 12 13 14 15 16 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/protobuf/examples/add_person.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +133 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 12 13 14 15 16 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/protobuf/examples/add_person_test.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 1 chunk +47 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 12 13 14 15 16 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/protobuf/examples/list_people.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +61 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 12 13 14 15 16 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/protobuf/examples/list_people_test.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +120 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 12 13 14 15 16 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/protobuf/gmock.BUILD View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +28 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +347 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 12 13 14 15 16 1 chunk +533 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +20 lines, -18 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +251 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 12 13 14 15 16 1 chunk +124 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 12 13 14 15 16 1 chunk +1152 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 12 13 14 15 16 1 chunk +1308 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 12 13 14 15 16 1 chunk +1332 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 12 13 14 15 16 1 chunk +2439 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 12 13 14 15 16 1 chunk +250 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +249 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 12 13 14 15 16 1 chunk +2778 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 12 13 14 15 16 1 chunk +1276 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 12 13 14 15 16 1 chunk +249 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 12 13 14 15 16 1 chunk +677 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +409 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 12 13 14 15 16 1 chunk +174 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 12 13 14 15 16 1 chunk +267 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 12 13 14 15 16 1 chunk +249 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +549 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 12 13 14 15 16 1 chunk +266 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +27 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteToString.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 chunks +-1 lines, --1 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +16 lines, -11 lines 0 comments Download
A third_party/protobuf/java/src/main/java/com/google/protobuf/NioByteString.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +309 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +60 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 12 13 14 15 16 2 chunks +23 lines, -17 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 12 13 14 15 16 2 chunks +14 lines, -17 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +888 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 12 13 14 15 16 2 chunks +16 lines, -18 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +2065 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormatEscaper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 chunks +-1 lines, --1 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +458 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 12 13 14 15 16 1 chunk +210 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/src/main/java/com/google/protobuf/UnsafeByteStrings.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +24 lines, -30 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 12 13 14 15 16 1 chunk +481 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +527 lines, -0 lines 0 comments Download
A third_party/protobuf/java/src/test/java/com/google/protobuf/AnyTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +92 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 12 13 14 15 16 1 chunk +469 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 12 13 14 15 16 1 chunk +101 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +140 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +546 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +765 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +373 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +1661 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +132 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +1462 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 12 13 14 15 16 1 chunk +497 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +458 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 12 13 14 15 16 1 chunk +684 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 12 13 14 15 16 1 chunk +783 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +185 lines, -0 lines 0 comments Download
A third_party/protobuf/java/src/test/java/com/google/protobuf/NioByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +546 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 12 13 14 15 16 1 chunk +377 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +189 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +4275 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 12 13 14 15 16 1 chunk +1021 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +368 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +606 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/src/test/java/com/google/protobuf/any_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -8 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +27 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +169 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +23 lines, -23 lines 0 comments Download
A third_party/protobuf/java/util/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +210 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +259 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +285 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1661 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/TimeUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +549 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1156 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/TimeUtilTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +506 lines, -0 lines 0 comments Download
A third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/json_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +170 lines, -0 lines 0 comments Download
A third_party/protobuf/javanano/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +8 lines, -7 lines 0 comments Download
A third_party/protobuf/js/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/arith.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +413 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/arith_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +355 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/constants.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +320 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/decoder.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1005 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/decoder_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/proto_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +588 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/reader.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1127 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/reader_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +889 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/utils.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +979 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/utils_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +632 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/writer.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2124 lines, -0 lines 0 comments Download
A third_party/protobuf/js/binary/writer_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +123 lines, -0 lines 0 comments Download
A + third_party/protobuf/js/data.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +14 lines, -15 lines 0 comments Download
A third_party/protobuf/js/debug.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/protobuf/js/debug_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/protobuf/js/gulpfile.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/protobuf/js/jasmine.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/protobuf/js/message.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1125 lines, -0 lines 0 comments Download
A third_party/protobuf/js/message_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +974 lines, -0 lines 0 comments Download
A + third_party/protobuf/js/node_loader.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +17 lines, -14 lines 0 comments Download
A third_party/protobuf/js/package.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/protobuf/js/proto3_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +279 lines, -0 lines 0 comments Download
A third_party/protobuf/js/proto3_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/protobuf/js/test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +212 lines, -0 lines 0 comments Download
A + third_party/protobuf/js/test2.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +17 lines, -15 lines 0 comments Download
A + third_party/protobuf/js/test3.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +16 lines, -15 lines 0 comments Download
A + third_party/protobuf/js/test4.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -8 lines 0 comments Download
A + third_party/protobuf/js/test5.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -9 lines 0 comments Download
A + third_party/protobuf/js/test_bootstrap.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +11 lines, -10 lines 0 comments Download
A third_party/protobuf/js/testbinary.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +185 lines, -0 lines 0 comments Download
A + third_party/protobuf/js/testempty.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -9 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +117 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 12 13 14 15 16 1 chunk +275 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +92 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +490 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 12 13 14 15 16 1 chunk +114 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +13555 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +16 lines, -15 lines 0 comments Download
A third_party/protobuf/objectivec/GPBExtensionInternals.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +3192 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 12 13 14 15 16 1 chunk +131 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 12 13 14 15 16 2 chunks +26 lines, -20 lines 0 comments Download
A + third_party/protobuf/objectivec/GPBProtocolBuffers.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 2 chunks +9 lines, -12 lines 0 comments Download
A + third_party/protobuf/objectivec/GPBRootObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 1 chunk +230 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 12 13 14 15 16 2 chunks +12 lines, -12 lines 0 comments Download
A third_party/protobuf/objectivec/GPBRuntimeTypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 2 chunks +23 lines, -27 lines 0 comments Download
A third_party/protobuf/objectivec/GPBUnknownField.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 2 chunks +15 lines, -13 lines 0 comments Download
A third_party/protobuf/objectivec/GPBUnknownFieldSet.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +19 lines, -18 lines 0 comments Download
A third_party/protobuf/objectivec/GPBWellKnownTypes.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +117 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +298 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +1940 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 12 13 14 15 16 1 chunk +702 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +1105 lines, -0 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/GPBObjectiveCPlusPlusTest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +33 lines, -37 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/GPBPerfTests.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +307 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +29 lines, -25 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +102 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 12 13 14 15 16 1 chunk +253 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +50 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 12 13 14 15 16 1 chunk +97 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +241 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 12 13 14 15 16 1 chunk +396 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 12 13 14 15 16 1 chunk +1160 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 12 13 14 15 16 1 chunk +2445 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +46 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +168 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +148 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +106 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +325 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 12 13 14 15 16 1 chunk +736 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 12 13 14 15 16 1 chunk +175 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 12 13 14 15 16 1 chunk +488 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0001-ignore-option-retain-unknown-fields.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0003-remove-static-initializers.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0004-fix-integer-types-and-shared-library-exports.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0005-fix-no-threadlocal-on-mac.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0006-fix-clang-type-errors.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0007-uninline_googleonce.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0008-uninline_get_empty_string.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0009-uninline-arenastring.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0010-uninline-generated-code.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +34 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 12 13 14 15 16 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/protobuf/protobuf.bzl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +291 lines, -0 lines 0 comments Download
M third_party/protobuf/protobuf.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +334 lines, -119 lines 0 comments Download
A third_party/protobuf/protobuf-lite.pc.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +70 lines, -28 lines 0 comments Download
M third_party/protobuf/protobuf_nacl.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/protobuf/python/ez_setup.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -283 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 12 13 14 15 16 1 chunk +33 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 12 13 14 15 16 21 chunks +292 lines, -39 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 12 13 14 15 16 5 chunks +26 lines, -5 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 12 13 14 15 16 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 12 13 14 15 16 14 chunks +368 lines, -146 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 12 13 14 15 16 1 chunk +443 lines, -0 lines 0 comments Download
A + third_party/protobuf/python/google/protobuf/internal/any_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -6 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 8 chunks +361 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 12 13 14 15 16 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 12 13 14 15 16 17 chunks +164 lines, -30 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 12 13 14 15 16 3 chunks +18 lines, -13 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 12 13 14 15 16 4 chunks +621 lines, -78 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 9 chunks +292 lines, -84 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 13 14 15 16 12 chunks +73 lines, -19 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 6 chunks +86 lines, -8 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 12 13 14 15 16 2 chunks +5 lines, -10 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +6 lines, -7 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/json_format_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +534 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 6 chunks +43 lines, -21 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 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/python/google/protobuf/internal/message_set_extensions.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +22 lines, -20 lines 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 12 13 14 15 16 17 chunks +1407 lines, -121 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 12 13 14 15 16 2 chunks +20 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +2 lines, -1 line 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/packed_field_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +73 lines, -0 lines 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 12 13 14 15 16 1 chunk +95 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 12 13 14 15 16 38 chunks +462 lines, -92 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 12 13 14 15 16 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 12 13 14 15 16 48 chunks +459 lines, -154 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 12 13 14 15 16 4 chunks +9 lines, -7 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 12 13 14 15 16 1 chunk +128 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 12 13 14 15 16 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 12 13 14 15 16 26 chunks +170 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 12 13 14 15 16 2 chunks +33 lines, -25 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 12 13 14 15 16 10 chunks +731 lines, -289 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 12 13 14 15 16 7 chunks +75 lines, -20 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 12 13 14 15 16 4 chunks +183 lines, -53 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/well_known_types.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +622 lines, -0 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/well_known_types_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +513 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +7 lines, -4 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/json_format.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +467 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 5 chunks +70 lines, -36 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 12 13 14 15 16 1 chunk +130 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +31 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 12 13 14 15 16 1 chunk +97 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 12 13 14 15 16 1 chunk +1583 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 12 13 14 15 16 1 chunk +101 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 12 13 14 15 16 1 chunk +1652 lines, -0 lines 0 comments Download
A + third_party/protobuf/python/google/protobuf/pyext/descriptor_database.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +28 lines, -40 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/descriptor_database.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +145 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 12 13 14 15 16 1 chunk +164 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 12 13 14 15 16 1 chunk +593 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 12 13 14 15 16 1 chunk +131 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 12 13 14 15 16 1 chunk +320 lines, -0 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/map_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/map_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +912 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 12 13 14 15 16 1 chunk +330 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 12 13 14 15 16 1 chunk +3082 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +178 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 12 13 14 15 16 1 chunk +614 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 12 13 14 15 16 1 chunk +122 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 12 13 14 15 16 1 chunk +812 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 12 13 14 15 16 1 chunk +96 lines, -0 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 12 13 14 15 16 3 chunks +48 lines, -97 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +107 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 12 13 14 15 16 26 chunks +500 lines, -122 lines 0 comments Download
M third_party/protobuf/python/mox.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 5 chunks +149 lines, -122 lines 0 comments Download
A third_party/protobuf/python/tox.ini View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/protobuf/ruby/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +28 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +1753 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 12 13 14 15 16 1 chunk +1200 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +808 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 12 13 14 15 16 1 chunk +580 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +115 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 12 13 14 15 16 1 chunk +651 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 12 13 14 15 16 1 chunk +863 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 12 13 14 15 16 1 chunk +8217 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 12 13 14 15 16 1 chunk +11990 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +35 lines, -29 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +28 lines, -22 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/protobuf/six.BUILD View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +13 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 12 13 14 15 16 15 chunks +511 lines, -84 lines 0 comments Download
D third_party/protobuf/src/google/protobuf/SEBS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 2 chunks +44 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 12 13 14 15 16 1 chunk +114 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 12 13 14 15 16 1 chunk +99 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +483 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +202 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 12 13 14 15 16 1 chunk +976 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 12 13 14 15 16 1 chunk +1983 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 12 13 14 15 16 1 chunk +915 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 12 13 14 15 16 1 chunk +306 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +12 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 12 13 14 15 16 1 chunk +1296 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 12 13 14 15 16 1 chunk +303 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 12 13 14 15 16 2 chunks +28 lines, -21 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 12 13 14 15 16 1 chunk +113 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +8 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 12 13 14 15 16 9 chunks +44 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 12 13 14 15 16 56 chunks +545 lines, -115 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 12 13 14 15 16 30 chunks +299 lines, -30 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 12 13 14 15 16 4 chunks +8 lines, -8 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 12 13 14 15 16 4 chunks +10 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 12 13 14 15 16 10 chunks +69 lines, -20 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 12 13 14 15 16 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 12 13 14 15 16 16 chunks +199 lines, -58 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 6 chunks +60 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 12 13 14 15 16 4 chunks +63 lines, -7 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 12 13 14 15 16 12 chunks +580 lines, -194 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +20 lines, -8 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 12 13 14 15 16 8 chunks +114 lines, -11 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 12 13 14 15 16 15 chunks +307 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 12 13 14 15 16 4 chunks +14 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 12 13 14 15 16 1 chunk +410 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 12 13 14 15 16 7 chunks +44 lines, -11 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 12 13 14 15 16 71 chunks +2135 lines, -407 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 12 13 14 15 16 5 chunks +50 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 13 14 15 16 13 chunks +814 lines, -67 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +28 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 12 13 14 15 16 16 chunks +531 lines, -158 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 22 chunks +799 lines, -13 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +13 lines, -20 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +114 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +34 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +107 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +122 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 12 13 14 15 16 1 chunk +405 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +139 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +499 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +196 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 12 13 14 15 16 2 chunks +55 lines, -38 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +217 lines, -0 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +29 lines, -18 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +291 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +127 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +142 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +125 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +26 lines, -8 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +210 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 12 13 14 15 16 7 chunks +24 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 13 14 15 16 12 chunks +49 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 12 13 14 15 16 16 chunks +59 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 9 chunks +104 lines, -28 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 12 13 14 15 16 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 12 13 14 15 16 22 chunks +523 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +966 lines, -0 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +21 lines, -8 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 8 chunks +41 lines, -102 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +102 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 12 13 14 15 16 2 chunks +258 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 12 13 14 15 16 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 12 13 14 15 16 18 chunks +260 lines, -143 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 9 chunks +160 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +503 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +483 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 12 13 14 15 16 4 chunks +48 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 12 13 14 15 16 28 chunks +702 lines, -761 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 26 chunks +606 lines, -288 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +946 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 27 chunks +290 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +911 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 22 chunks +48 lines, -29 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 5 chunks +52 lines, -15 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 12 13 14 15 16 23 chunks +476 lines, -179 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 12 13 14 15 16 6 chunks +57 lines, -22 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 12 13 14 15 16 1 chunk +900 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +968 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/js/js_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +265 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2622 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 12 13 14 15 16 3 chunks +31 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 12 13 14 15 16 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 12 13 14 15 16 10 chunks +28 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +368 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 12 13 14 15 16 2 chunks +20 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 12 13 14 15 16 2 chunks +46 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 12 13 14 15 16 1 chunk +175 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 12 13 14 15 16 1 chunk +1238 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +25 lines, -19 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 14 chunks +128 lines, -36 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 12 13 14 15 16 61 chunks +603 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 12 13 14 15 16 47 chunks +859 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 12 13 14 15 16 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 12 13 14 15 16 6 chunks +30 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 12 13 14 15 16 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 12 13 14 15 16 24 chunks +245 lines, -289 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 12 13 14 15 16 33 chunks +736 lines, -256 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 12 13 14 15 16 6 chunks +14 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 12 13 14 15 16 29 chunks +232 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +4 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 59 chunks +416 lines, -51 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 12 13 14 15 16 127 chunks +1599 lines, -267 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 12 13 14 15 16 22 chunks +190 lines, -37 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 12 13 14 15 16 183 chunks +2989 lines, -1731 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 12 13 14 15 16 270 chunks +7902 lines, -2023 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 7 chunks +11 lines, -5 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 12 13 14 15 16 43 chunks +2245 lines, -277 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +96 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +408 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 12 13 14 15 16 3 chunks +18 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 12 13 14 15 16 27 chunks +333 lines, -42 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 12 13 14 15 16 9 chunks +131 lines, -5 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/empty.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +19 lines, -18 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 12 13 14 15 16 1 chunk +143 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 12 13 14 15 16 1 chunk +310 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 12 13 14 15 16 34 chunks +291 lines, -34 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 12 13 14 15 16 27 chunks +521 lines, -168 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 12 13 14 15 16 15 chunks +83 lines, -41 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 12 13 14 15 16 10 chunks +488 lines, -7 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 12 13 14 15 16 1 chunk +168 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +396 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 15 chunks +263 lines, -9 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 12 13 14 15 16 38 chunks +1147 lines, -154 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 12 13 14 15 16 7 chunks +372 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +43 lines, -9 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 12 13 14 15 16 3 chunks +25 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 12 13 14 15 16 37 chunks +234 lines, -77 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 12 13 14 15 16 17 chunks +162 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 12 13 14 15 16 4 chunks +27 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 12 13 14 15 16 8 chunks +200 lines, -6 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 12 13 14 15 16 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 12 13 14 15 16 5 chunks +11 lines, -5 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +87 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 12 13 14 15 16 3 chunks +3 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 12 13 14 15 16 2 chunks +15 lines, -8 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 12 13 14 15 16 1 chunk +125 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 12 13 14 15 16 6 chunks +22 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 12 13 14 15 16 9 chunks +52 lines, -6 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 12 13 14 15 16 10 chunks +15 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +11 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +7 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 12 13 14 15 16 6 chunks +51 lines, -5 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 12 13 14 15 16 3 chunks +18 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 12 13 14 15 16 8 chunks +69 lines, -6 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/lite_arena_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +38 lines, -38 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 12 13 14 15 16 5 chunks +510 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 12 13 14 15 16 1 chunk +890 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 12 13 14 15 16 1 chunk +308 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 12 13 14 15 16 1 chunk +401 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 12 13 14 15 16 1 chunk +396 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 12 13 14 15 16 1 chunk +466 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 12 13 14 15 16 1 chunk +483 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +494 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +130 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 12 13 14 15 16 2 chunks +26 lines, -24 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 12 13 14 15 16 1 chunk +2469 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 12 13 14 15 16 1 chunk +159 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 12 13 14 15 16 1 chunk +1801 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 12 13 14 15 16 1 chunk +490 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 12 13 14 15 16 1 chunk +727 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 12 13 14 15 16 1 chunk +129 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 12 13 14 15 16 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 12 13 14 15 16 25 chunks +354 lines, -41 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 12 13 14 15 16 7 chunks +165 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 12 13 14 15 16 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 12 13 14 15 16 9 chunks +61 lines, -30 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 12 13 14 15 16 5 chunks +123 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 12 13 14 15 16 1 chunk +163 lines, -0 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 12 13 14 15 16 1 chunk +577 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +209 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 7 chunks +73 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 12 13 14 15 16 51 chunks +1074 lines, -173 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 12 13 14 15 16 3 chunks +47 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 22 chunks +196 lines, -25 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 12 13 14 15 16 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 12 13 14 15 16 2 chunks +14 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +388 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 12 13 14 15 16 1 chunk +95 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 12 13 14 15 16 1 chunk +766 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 12 13 14 15 16 1 chunk +1470 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 12 13 14 15 16 2 chunks +18 lines, -12 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 12 13 14 15 16 7 chunks +41 lines, -8 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +168 lines, -10 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +440 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 6 chunks +43 lines, -1058 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 12 13 14 15 16 7 chunks +71 lines, -7 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 12 13 14 15 16 6 chunks +11 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 12 13 14 15 16 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 12 13 14 15 16 11 chunks +148 lines, -16 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/stubs/int128.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 12 chunks +127 lines, -85 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/stubs/int128.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +201 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/stubs/int128_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +513 lines, -0 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 12 13 14 15 16 1 chunk +237 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +279 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +162 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +8 lines, -8 lines 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 12 13 14 15 16 3 chunks +5 lines, -3 lines 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +49 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 12 13 14 15 16 1 chunk +400 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +121 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 12 13 14 15 16 1 chunk +137 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +453 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +794 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +52 lines, -0 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 12 13 14 15 16 11 chunks +421 lines, -20 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 13 14 15 16 13 chunks +1172 lines, -87 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 7 chunks +24 lines, -2 lines 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 12 13 14 15 16 14 chunks +300 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 12 13 14 15 16 2 chunks +2 lines, -2 lines 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 12 13 14 15 16 8 chunks +39 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +23 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 9 chunks +156 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 12 13 14 15 16 42 chunks +663 lines, -212 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 12 13 14 15 16 21 chunks +273 lines, -39 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 12 13 14 15 16 1 chunk +110 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 12 13 14 15 16 1 chunk +185 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 12 13 14 15 16 1 chunk +434 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 12 13 14 15 16 1 chunk +180 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 12 13 14 15 16 1 chunk +1696 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 12 13 14 15 16 1 chunk +3231 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 7 chunks +36 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 4 chunks +11 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 3 chunks +22 lines, -12 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/unittest_mset_wire_format.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -26 lines 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 12 13 14 15 16 1 chunk +202 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 12 13 14 15 16 2 chunks +6 lines, -9 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/unittest_no_arena_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -8 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +112 lines, -0 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 12 13 14 15 16 9 chunks +58 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 12 13 14 15 16 9 chunks +111 lines, -46 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 12 13 14 15 16 4 chunks +17 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +489 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/field_mask_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/field_mask_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +418 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/field_mask_util_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +395 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +213 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 12 13 14 15 16 1 chunk +324 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 12 13 14 15 16 1 chunk +234 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 12 13 14 15 16 1 chunk +559 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 12 13 14 15 16 1 chunk +156 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 12 13 14 15 16 1 chunk +103 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +225 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +404 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +181 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 12 13 14 15 16 1 chunk +289 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 12 13 14 15 16 1 chunk +258 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 12 13 14 15 16 1 chunk +774 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 12 13 14 15 16 1 chunk +716 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +121 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 12 13 14 15 16 2 chunks +52 lines, -28 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/internal/proto_writer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +315 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +744 lines, -0 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 12 13 14 15 16 1 chunk +248 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 12 13 14 15 16 1 chunk +1045 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 12 13 14 15 16 1 chunk +830 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 12 13 14 15 16 1 chunk +312 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 12 13 14 15 16 1 chunk +1133 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 12 13 14 15 16 1 chunk +1895 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +170 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 12 13 14 15 16 2 chunks +20 lines, -7 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 12 13 14 15 16 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 12 13 14 15 16 2 chunks +18 lines, -13 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/util/internal/testdata/oneofs.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +28 lines, -12 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +92 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +134 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 12 13 14 15 16 1 chunk +193 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 12 13 14 15 16 1 chunk +356 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 12 13 14 15 16 1 chunk +176 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +140 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 12 13 14 15 16 1 chunk +289 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 12 13 14 15 16 1 chunk +843 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 12 13 14 15 16 1 chunk +1686 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 12 13 14 15 16 1 chunk +3151 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 12 13 14 15 16 2 chunks +28 lines, -26 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/time_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +293 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/time_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +525 lines, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/util/time_util_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +380 lines, -0 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +259 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 12 13 14 15 16 1 chunk +352 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 12 13 14 15 16 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 12 13 14 15 16 6 chunks +106 lines, -13 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 12 13 14 15 16 19 chunks +435 lines, -59 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 13 14 15 16 13 chunks +183 lines, -153 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 12 13 14 15 16 11 chunks +200 lines, -244 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 12 13 14 15 16 11 chunks +132 lines, -30 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 12 13 14 15 16 21 chunks +334 lines, -26 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 12 13 14 15 16 1 chunk +118 lines, -0 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 12 13 14 15 16 1 chunk +1176 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 12 13 14 15 16 1 chunk +2695 lines, -0 lines 0 comments Download
A third_party/protobuf/third_party/six/six.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +868 lines, -0 lines 0 comments Download
A third_party/protobuf/travis.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +308 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 12 13 14 15 16 1 chunk +191 lines, -0 lines 0 comments Download
A third_party/protobuf/util/python/BUILD View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +8 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 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 12 13 14 15 16 1 chunk +0 lines, -114 lines 0 comments Download

Messages

Total messages: 34 (9 generated)
Nicolas Zea
https://codereview.chromium.org/1842653006/diff/10001/sync/internal_api/sync_manager_impl_unittest.cc File sync/internal_api/sync_manager_impl_unittest.cc (right): https://codereview.chromium.org/1842653006/diff/10001/sync/internal_api/sync_manager_impl_unittest.cc#newcode636 sync/internal_api/sync_manager_impl_unittest.cc:636: ::google::protobuf::io::StringOutputStream unknown_fields_stram( stram -> stream https://codereview.chromium.org/1842653006/diff/10001/sync/internal_api/sync_manager_impl_unittest.cc#newcode649 sync/internal_api/sync_manager_impl_unittest.cc:649: EXPECT_FALSE(node.GetEntitySpecifics().unknown_fields().empty()); What ...
4 years, 8 months ago (2016-04-05 22:47:40 UTC) #3
xyzzyz
https://codereview.chromium.org/1842653006/diff/10001/sync/internal_api/sync_manager_impl_unittest.cc File sync/internal_api/sync_manager_impl_unittest.cc (right): https://codereview.chromium.org/1842653006/diff/10001/sync/internal_api/sync_manager_impl_unittest.cc#newcode636 sync/internal_api/sync_manager_impl_unittest.cc:636: ::google::protobuf::io::StringOutputStream unknown_fields_stram( On 2016/04/05 22:47:40, Nicolas Zea wrote: > ...
4 years, 8 months ago (2016-04-06 17:22:53 UTC) #4
xyzzyz
4 years, 8 months ago (2016-04-06 20:33:56 UTC) #6
Nicolas Zea
sync LGTM, thanks!
4 years, 8 months ago (2016-04-06 21:41:38 UTC) #7
Peter Kasting
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/BUILD.gn#newcode1 third_party/protobuf/BUILD.gn:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 8 months ago (2016-04-06 22:35:40 UTC) #8
xyzzyz
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/BUILD.gn#newcode1 third_party/protobuf/BUILD.gn:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 8 months ago (2016-04-07 18:55:03 UTC) #9
Peter Kasting
Note that you should still fix the NaCl compile issue noted in the Google Doc. ...
4 years, 8 months ago (2016-04-07 23:25:38 UTC) #10
xyzzyz
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/OWNERS File third_party/protobuf/OWNERS (left): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/OWNERS#oldcode2 third_party/protobuf/OWNERS:2: scottmg@chromium.org On 2016/04/07 23:25:38, Peter Kasting wrote: > On ...
4 years, 8 months ago (2016-04-11 19:34:40 UTC) #11
Peter Kasting
Have not re-reviewed https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode32 third_party/protobuf/README.chromium:32: 6. Add empty __init__.py to protobuf/. ...
4 years, 8 months ago (2016-04-11 19:54:45 UTC) #12
xyzzyz
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode32 third_party/protobuf/README.chromium:32: 6. Add empty __init__.py to protobuf/. On 2016/04/11 19:54:45, ...
4 years, 8 months ago (2016-04-11 20:13:28 UTC) #13
Peter Kasting
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode51 third_party/protobuf/README.chromium:51: - 0003-remove-static-initializers.patch On 2016/04/11 20:13:28, xyzzyz wrote: > On ...
4 years, 8 months ago (2016-04-11 20:16:55 UTC) #14
xyzzyz
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode51 third_party/protobuf/README.chromium:51: - 0003-remove-static-initializers.patch On 2016/04/11 20:16:55, Peter Kasting wrote: > ...
4 years, 8 months ago (2016-04-11 20:30:11 UTC) #15
Peter Kasting
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode51 third_party/protobuf/README.chromium:51: - 0003-remove-static-initializers.patch On 2016/04/11 20:30:10, xyzzyz wrote: > On ...
4 years, 8 months ago (2016-04-11 20:54:51 UTC) #16
xyzzyz
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode51 third_party/protobuf/README.chromium:51: - 0003-remove-static-initializers.patch On 2016/04/11 20:54:51, Peter Kasting wrote: > ...
4 years, 8 months ago (2016-04-11 21:08:34 UTC) #17
Peter Kasting
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/README.chromium#newcode51 third_party/protobuf/README.chromium:51: - 0003-remove-static-initializers.patch On 2016/04/11 21:08:33, xyzzyz wrote: > On ...
4 years, 8 months ago (2016-04-11 21:20:49 UTC) #18
Peter Kasting
Assume comments in BUILD.gn also apply to the GYP files as applicable. https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/cleanup_release.sh File third_party/protobuf/cleanup_release.sh ...
4 years, 8 months ago (2016-04-13 02:11:45 UTC) #19
xyzzyz
https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/cleanup_release.sh File third_party/protobuf/cleanup_release.sh (right): https://codereview.chromium.org/1842653006/diff/20001/third_party/protobuf/cleanup_release.sh#newcode1 third_party/protobuf/cleanup_release.sh:1: #!/bin/bash On 2016/04/13 02:11:44, Peter Kasting wrote: > On ...
4 years, 8 months ago (2016-04-14 00:23:57 UTC) #20
xyzzyz
https://codereview.chromium.org/1842653006/diff/80001/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/1842653006/diff/80001/third_party/protobuf/BUILD.gn#newcode39 third_party/protobuf/BUILD.gn:39: protobuf_lite_sources = [ On 2016/04/14 00:23:57, xyzzyz wrote: > ...
4 years, 8 months ago (2016-04-14 23:57:54 UTC) #21
Peter Kasting
LGTM https://codereview.chromium.org/1842653006/diff/80001/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/1842653006/diff/80001/third_party/protobuf/BUILD.gn#newcode39 third_party/protobuf/BUILD.gn:39: protobuf_lite_sources = [ On 2016/04/14 00:23:57, xyzzyz wrote: ...
4 years, 8 months ago (2016-04-15 01:12:59 UTC) #22
xyzzyz
https://codereview.chromium.org/1842653006/diff/90001/third_party/protobuf/README.chromium File third_party/protobuf/README.chromium (right): https://codereview.chromium.org/1842653006/diff/90001/third_party/protobuf/README.chromium#newcode39 third_party/protobuf/README.chromium:39: 6. Add __init__.py to protobuf/ that adds third_party/six/ to ...
4 years, 8 months ago (2016-04-15 20:50:36 UTC) #25
xyzzyz
In the meantime, someone submitted a change that doesn't work with the updated protobuf. I'm ...
4 years, 8 months ago (2016-04-15 22:04:18 UTC) #26
scottmg
third_party/protobuf/OWNERS lgtm
4 years, 8 months ago (2016-04-18 19:40:22 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1842653006/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1842653006/160001
4 years, 8 months ago (2016-04-20 21:30:57 UTC) #30
commit-bot: I haz the power
Committed patchset #17 (id:160001)
4 years, 8 months ago (2016-04-20 23:50:50 UTC) #32
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:27:27 UTC) #34
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/7cf8148f570a1072928fa9ede6e0760edc137cbd
Cr-Commit-Position: refs/heads/master@{#388596}

Powered by Google App Engine
This is Rietveld 408576698