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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)

Created:
4 years, 1 month ago by jbriance
Modified:
3 years, 12 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, mac-reviews_chromium.org, tfarina, extensions-reviews_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

third_party/protobuf: Update to HEAD (83d681ee2c) Rebase protobuf to current HEAD to pull the 3 following changes: * 4c5d3ed Fix integer overflow in FastUInt32ToBufferLeft * 4587a3f [arm/gcc] Don't rely on KUSER_HELPERS feature for atomics * a5a2c1d generic atomicops: Use strong compare_exchange This change has been made following steps described in third_party/protobuf/README.chromium file, please refer to it for further information. BUG=599051, 673488 Committed: https://crrev.com/4fa2d9262fd91a4e613269f230cca34b95ca4af7 Cr-Commit-Position: refs/heads/master@{#439821}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Update CL according to comments #

Total comments: 1

Patch Set 3 : Fix presubmit errors (checkdeps) #

Patch Set 4 : Fix "use of undeclared identifier 'INT_MAX'" error by adding patches/0011-add-missing-include-for-I… #

Patch Set 5 : Update to new HEAD (6e93fa41c4) + try to fix trybots #

Patch Set 6 : Update to new HEAD (01d321c2d6) #

Patch Set 7 : Remove GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER define from BUILD.gn #

Patch Set 8 : Update to new HEAD (b7632464b4) + restore GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER #

Total comments: 4

Patch Set 9 : Update to new HEAD (eb455ce1c9) #

Patch Set 10 : Try to fix android trybots (undefined reference to '__android_log_write' error) #

Patch Set 11 : Try to fix win trybots #

Patch Set 12 : Update to new HEAD (f983302ca7) #

Patch Set 13 : Update to new HEAD (83d681ee2c) + try to fix win trybots #

Patch Set 14 : Rebase change #

Patch Set 15 : Try (better) to fix win trybots #

Patch Set 16 : Another try to fix win trybots (use PROTOBUF_INLINE_NOT_IN_HEADERS) #

Patch Set 17 : Revert back to patch set 15 #

Patch Set 18 : Do not define POLICY_PROTO_COMPILATION for chrome_settings_proto (another try for win trybots) #

Patch Set 19 : Do not force component build and restore POLICY_PROTO_COMPILATION for chrome_settings_proto #

Patch Set 20 : Add cloud_policy_proto_generated_compile dep for //chrome/test:browser_tests #

Patch Set 21 : Force component build for chrome_settings_proto #

Patch Set 22 : Try to fix browser_tests link on win_clang and win_chromium_compile_dbg_ng trybots #

Patch Set 23 : Define PROTOBUF_INLINE_NOT_IN_HEADERS for both chrome_settings_proto and cloud_policy_proto #

Patch Set 24 : Revert back to patch set 22 #

Patch Set 25 : Make chrome settings proto generated file a component #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112723 lines, -60475 lines) Patch
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M components/policy/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +18 lines, -3 lines 0 comments Download
M third_party/protobuf/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +37 lines, -9 lines 0 comments Download
A third_party/protobuf/.gitmodules View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/protobuf/.travis.yml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +28 lines, -29 lines 0 comments Download
M third_party/protobuf/BUILD View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +59 lines, -9 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 17 18 19 20 21 22 23 24 7 chunks +16 lines, -1 line 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 17 18 19 20 21 22 23 24 1 chunk +232 lines, -0 lines 0 comments Download
M third_party/protobuf/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 29 chunks +212 lines, -54 lines 0 comments Download
M third_party/protobuf/Protobuf.podspec View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +9 lines, -8 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 17 18 19 20 21 22 23 24 4 chunks +5 lines, -19 lines 0 comments Download
M third_party/protobuf/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/WORKSPACE View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +12 lines, -12 lines 0 comments Download
M third_party/protobuf/appveyor.bat View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/protobuf/appveyor.yml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +16 lines, -3 lines 0 comments Download
M third_party/protobuf/autogen.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +9 lines, -4 lines 0 comments Download
M third_party/protobuf/benchmarks/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +10 lines, -1 line 0 comments Download
M third_party/protobuf/benchmarks/benchmark_messages_proto2.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/benchmarks/benchmark_messages_proto3.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/protobuf/benchmarks/cpp_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +242 lines, -0 lines 0 comments Download
M third_party/protobuf/benchmarks/readme.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +9 lines, -13 lines 0 comments Download
M third_party/protobuf/cmake/CMakeLists.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +36 lines, -6 lines 0 comments Download
A third_party/protobuf/cmake/examples.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +57 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +6 lines, -2 lines 0 comments Download
M third_party/protobuf/cmake/install.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +61 lines, -41 lines 0 comments Download
M third_party/protobuf/cmake/libprotobuf.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -1 line 0 comments Download
M third_party/protobuf/cmake/libprotoc.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +58 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +7 lines, -21 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +139 lines, -45 lines 0 comments Download
A third_party/protobuf/cmake/protobuf-options.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/protobuf/cmake/tests.cmake View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/protobuf/composer.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +23 lines, -0 lines 0 comments Download
M third_party/protobuf/configure.ac View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +11 lines, -4 lines 0 comments Download
M third_party/protobuf/conformance/ConformanceJava.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +179 lines, -6 lines 0 comments Download
M third_party/protobuf/conformance/ConformanceJavaLite.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/conformance/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +68 lines, -60 lines 0 comments Download
M third_party/protobuf/conformance/conformance.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +7 lines, -166 lines 0 comments Download
M third_party/protobuf/conformance/conformance_cpp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/conformance/conformance_objc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/conformance/conformance_python.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +10 lines, -5 lines 0 comments Download
M third_party/protobuf/conformance/conformance_ruby.rb View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/protobuf/conformance/conformance_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +75 lines, -11 lines 0 comments Download
M third_party/protobuf/conformance/conformance_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 56 chunks +714 lines, -337 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +15 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +37 lines, -97 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -16 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +39 lines, -43 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +13 lines, -85 lines 0 comments Download
M third_party/protobuf/conformance/failure_list_python_cpp.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +29 lines, -101 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +203 lines, -199 lines 0 comments Download
A + third_party/protobuf/conformance/update_failure_list.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +32 lines, -24 lines 0 comments Download
M third_party/protobuf/csharp/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -13 lines 0 comments Download
M third_party/protobuf/csharp/Google.Protobuf.Tools.nuspec View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/csharp/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -5 lines 0 comments Download
M third_party/protobuf/csharp/build_packages.bat View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -5 lines 0 comments Download
A third_party/protobuf/csharp/build_tools.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +52 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/buildall.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +7 lines, -8 lines 0 comments Download
M third_party/protobuf/csharp/generate_protos.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +131 lines, -131 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -75 lines 0 comments Download
A third_party/protobuf/csharp/src/AddressBook/AddressBook.xproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +19 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 26 chunks +53 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +98 lines, -98 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/Program.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +94 lines, -94 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -18 lines 0 comments Download
M third_party/protobuf/csharp/src/AddressBook/SampleUsage.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +72 lines, -72 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -3 lines 0 comments Download
A third_party/protobuf/csharp/src/AddressBook/project.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +20 lines, -0 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Conformance.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 27 chunks +76 lines, -3178 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -61 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.xproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Conformance/Program.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -4 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -48 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Conformance/project.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +21 lines, -0 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -68 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.xproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Program.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +72 lines, -71 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -19 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -3 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/project.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/ByteStringTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +170 lines, -170 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +597 lines, -597 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +418 lines, -418 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +88 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +2 lines, -18 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +55 lines, -55 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +722 lines, -722 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -143 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.xproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +21 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/IssuesTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +82 lines, -82 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +72 lines, -3 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonParserTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -0 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -6 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestCornerCases.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +62 lines, -62 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 74 chunks +142 lines, -14 lines 0 comments Download
A + third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/TestMessagesProto3.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 138 chunks +737 lines, -757 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +15 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +15 lines, -2 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 74 chunks +203 lines, -36 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 320 chunks +663 lines, -81 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 103 chunks +140 lines, -14 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -5 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf.Test/project.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +44 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/ByteArray.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +78 lines, -78 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/ByteString.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +344 lines, -344 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/CodedInputStream.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1274 lines, -1276 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/CodedOutputStream.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +761 lines, -761 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +303 lines, -303 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Collections/MapField.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +19 lines, -19 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +146 lines, -146 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Collections/RepeatedField.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +68 lines, -45 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +8 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +2 lines, -9 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +48 lines, -48 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -168 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -54 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.xproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/IMessage.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +87 lines, -87 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +128 lines, -128 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/JsonFormatter.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +34 lines, -91 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +49 lines, -67 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/Descriptor.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 273 chunks +1132 lines, -483 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +1 line, -12 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/Reflection/PartialClasses.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +58 lines, -58 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Any.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +95 lines, -71 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 41 chunks +161 lines, -106 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +63 lines, -43 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +25 lines, -13 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +221 lines, -154 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +9 lines, -4 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +23 lines, -9 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 chunks +79 lines, -31 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +64 lines, -52 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Type.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 67 chunks +163 lines, -72 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 65 chunks +165 lines, -40 lines 0 comments Download
M third_party/protobuf/csharp/src/Google.Protobuf/WireFormat.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +103 lines, -103 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -4 lines 0 comments Download
A third_party/protobuf/csharp/src/Google.Protobuf/project.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +65 lines, -0 lines 0 comments Download
D third_party/protobuf/docs/swift/DesignDoc.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -674 lines 0 comments Download
M third_party/protobuf/docs/third_party.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +7 lines, -3 lines 0 comments Download
M third_party/protobuf/editors/protobuf-mode.el View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
A third_party/protobuf/examples/CMakeLists.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/protobuf/generate_changelog.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +66 lines, -0 lines 0 comments Download
M third_party/protobuf/generate_descriptor_proto.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/gmock.BUILD View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/protobuf/java/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +55 lines, -30 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/deps/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +69 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/multiple_files_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +33 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/nested_builders_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +18 lines, -10 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/nested_extension.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +11 lines, -19 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/nested_extension_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +13 lines, -18 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/non_nested_extension.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +14 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/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 17 18 19 20 21 22 23 24 2 chunks +15 lines, -10 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/test_bad_identifiers.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +1 line, -62 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/descriptor.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 22 chunks +31 lines, -214 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +2 lines, -162 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_custom_options.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +2 lines, -36 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_embed_optimize_for.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +16 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_empty.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -12 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_enormous_descriptor.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1046 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_import.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +24 lines, -26 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_import_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +14 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_import_public.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_import_public_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +1 line, -48 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_lite_imports_nonlite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +9 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_mset.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +31 lines, -25 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_no_generic_services.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +16 lines, -9 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/unittest_optimize_for.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +24 lines, -17 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/protos/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +71 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/multiple_files_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +33 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/nested_builders_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +18 lines, -10 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/nested_extension.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +11 lines, -19 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/nested_extension_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +13 lines, -18 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/non_nested_extension.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +14 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/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 17 18 19 20 21 22 23 24 2 chunks +15 lines, -10 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/test_bad_identifiers.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +1 line, -62 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/descriptor.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 22 chunks +31 lines, -214 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +2 lines, -162 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_custom_options.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +2 lines, -36 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_embed_optimize_for.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +16 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_empty.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -12 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_enormous_descriptor.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1046 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_import.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +24 lines, -26 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_import_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +14 lines, -16 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_import_public.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_import_public_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +1 line, -48 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_lite_imports_nonlite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +9 lines, -8 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_mset.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +31 lines, -25 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_no_generic_services.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +16 lines, -9 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/unittest_optimize_for.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +24 lines, -17 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/test.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/tests/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +73 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/AbstractMessageTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +12 lines, -53 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/BoundedByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +23 lines, -29 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 18 chunks +17 lines, -201 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/CodedInputStreamTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +21 lines, -373 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/CodedOutputStreamTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +318 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/DeprecatedFieldTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +3 lines, -3 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/DescriptorsTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +22 lines, -173 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/DynamicMessageTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +3 lines, -64 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ForceFieldBuildersPreRun.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +16 lines, -21 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/GeneratedMessageTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +6 lines, -721 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/LazyStringArrayListTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +3 lines, -202 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/LazyStringEndToEndTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +3 lines, -27 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/LiteralByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +18 lines, -219 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/MessageTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -4 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/NestedBuildersTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -3 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ParserTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +19 lines, -118 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/RopeByteStringSubstringTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +28 lines, -28 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/RopeByteStringTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +84 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ServiceTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +17 lines, -22 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/TestBadIdentifiers.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +30 lines, -28 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/TestUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 19 chunks +95 lines, -884 lines 0 comments Download
A third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/TextFormatTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +536 lines, -0 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/UnknownFieldSetTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +3 lines, -219 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/UnmodifiableLazyStringListTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +3 lines, -77 lines 0 comments Download
A + third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/WireFormatTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +15 lines, -156 lines 0 comments Download
M third_party/protobuf/java/core/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +29 lines, -6 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +94 lines, -1 line 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 11 chunks +22 lines, -24 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 7 chunks +24 lines, -22 lines 0 comments Download
M third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +45 lines, -5 lines 0 comments Download
M third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteOutput.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 13 chunks +37 lines, -23 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 5 chunks +2594 lines, -1000 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 20 chunks +443 lines, -106 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 6 chunks +22 lines, -23 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 8 chunks +26 lines, -24 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +9 lines, -1 line 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 5 chunks +8 lines, -4 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/ExtensionRegistryFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +95 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 5 chunks +50 lines, -8 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 4 chunks +13 lines, -13 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 8 chunks +27 lines, -24 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 6 chunks +183 lines, -19 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 64 chunks +287 lines, -110 lines 0 comments Download
A + third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 56 chunks +427 lines, -472 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 8 chunks +27 lines, -24 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 6 chunks +20 lines, -10 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +14 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -23 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 7 chunks +28 lines, -25 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 13 chunks +122 lines, -106 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +104 lines, -215 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 14 chunks +374 lines, -39 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 6 chunks +60 lines, -385 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +0 lines, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +708 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/SingleFieldBuilderV3.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +241 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 11 chunks +74 lines, -37 lines 0 comments Download
M third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +37 lines, -1 line 0 comments Download
M third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +42 lines, -6 lines 0 comments Download
A third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +295 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 39 chunks +69 lines, -179 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 12 chunks +98 lines, -95 lines 0 comments Download
M third_party/protobuf/java/core/src/test/java/com/google/protobuf/ByteBufferWriterTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 27 chunks +509 lines, -359 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 8 chunks +37 lines, -18 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +21 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 15 chunks +77 lines, -75 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
A third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExtensionRegistryFactoryTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +276 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +70 lines, -0 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 14 chunks +77 lines, -75 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 4 chunks +3 lines, -5 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 13 chunks +74 lines, -72 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +1 line, -27 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +31 lines, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 8 chunks +55 lines, -11 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 11 chunks +94 lines, -92 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 11 chunks +530 lines, -192 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 24 chunks +609 lines, -114 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 22 chunks +798 lines, -85 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +41 lines, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -2 lines 0 comments Download
D third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -190 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/RepeatedFieldBuilderV3Test.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +14 lines, -16 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +4 lines, -4 lines 0 comments Download
D third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -155 lines 0 comments Download
A + third_party/protobuf/java/core/src/test/java/com/google/protobuf/SingleFieldBuilderV3Test.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 2 chunks +1 line, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 4 chunks +11 lines, -5 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 3 chunks +30 lines, -6 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/java/core/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 17 18 19 20 21 22 23 24 1 chunk +1 line, -3 lines 0 comments Download
M third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_for_proto2_lite_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +47 lines, -1 line 0 comments Download
M third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_for_proto2_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +47 lines, -1 line 0 comments Download
M third_party/protobuf/java/core/src/test/proto/com/google/protobuf/map_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +49 lines, -2 lines 0 comments Download
M third_party/protobuf/java/core/src/test/proto/com/google/protobuf/test_bad_identifiers.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -1 line 0 comments Download
M third_party/protobuf/java/lite/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +31 lines, -3 lines 0 comments Download
M third_party/protobuf/java/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +29 lines, -3 lines 0 comments Download
M third_party/protobuf/java/util/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +19 lines, -7 lines 0 comments Download
A third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Durations.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +302 lines, -0 lines 0 comments Download
M third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +33 lines, -22 lines 0 comments Download
M third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +53 lines, -25 lines 0 comments Download
M third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 50 chunks +502 lines, -429 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 10 chunks +116 lines, -265 lines 0 comments Download
A third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Timestamps.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +396 lines, -0 lines 0 comments Download
M third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +71 lines, -42 lines 0 comments Download
M third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 30 chunks +614 lines, -374 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 13 chunks +38 lines, -46 lines 0 comments Download
M third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/json_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/protobuf/javanano/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/jenkins/build_and_run_docker.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/jenkins/buildcmds/pull_request.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/protobuf/jenkins/buildcmds/pull_request_32.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/protobuf/jenkins/docker/Dockerfile View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +85 lines, -9 lines 0 comments Download
A third_party/protobuf/jenkins/docker32/Dockerfile View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +111 lines, -0 lines 0 comments Download
M third_party/protobuf/jenkins/pull_request_in_docker.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -9 lines 0 comments Download
M third_party/protobuf/js/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/js/binary/constants.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/js/binary/decoder.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +71 lines, -12 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +24 lines, -2 lines 0 comments Download
M third_party/protobuf/js/binary/encoder.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +68 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +40 lines, -3 lines 0 comments Download
M third_party/protobuf/js/binary/reader.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +94 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +61 lines, -12 lines 0 comments Download
M third_party/protobuf/js/binary/utils.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/protobuf/js/binary/writer.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 17 chunks +240 lines, -211 lines 0 comments Download
M third_party/protobuf/js/commonjs/export.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/protobuf/js/commonjs/export_testdeps.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/js/debug.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/protobuf/js/debug_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/js/gulpfile.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +37 lines, -4 lines 0 comments Download
M third_party/protobuf/js/jasmine.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -1 line 0 comments Download
A third_party/protobuf/js/map.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +519 lines, -0 lines 0 comments Download
A third_party/protobuf/js/maps_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +306 lines, -0 lines 0 comments Download
M third_party/protobuf/js/message.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 22 chunks +255 lines, -44 lines 0 comments Download
M third_party/protobuf/js/message_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 29 chunks +125 lines, -73 lines 0 comments Download
M third_party/protobuf/js/package.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +10 lines, -8 lines 0 comments Download
M third_party/protobuf/js/proto3_test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +66 lines, -13 lines 0 comments Download
M third_party/protobuf/js/test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +43 lines, -0 lines 0 comments Download
M third_party/protobuf/js/test2.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/protobuf/js/testbinary.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/protobuf/m4/ax_cxx_compile_stdcxx.m4 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +982 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +23 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +33 lines, -34 lines 0 comments Download
M third_party/protobuf/objectivec/DevTools/compile_testing_protos.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +59 lines, -34 lines 0 comments Download
M third_party/protobuf/objectivec/DevTools/full_mac_build.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +84 lines, -34 lines 0 comments Download
M third_party/protobuf/objectivec/GPBArray.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 17 chunks +1433 lines, -15 lines 0 comments Download
M third_party/protobuf/objectivec/GPBArray.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 21 chunks +54 lines, -37 lines 0 comments Download
M third_party/protobuf/objectivec/GPBBootstrap.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +53 lines, -15 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedInputStream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +175 lines, -52 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedInputStream.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 16 chunks +61 lines, -27 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedOutputStream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +497 lines, -102 lines 0 comments Download
M third_party/protobuf/objectivec/GPBCodedOutputStream.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +14 lines, -33 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDescriptor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +156 lines, -9 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDescriptor.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +143 lines, -2 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDescriptor_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +27 lines, -11 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDictionary.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 20 chunks +6944 lines, -617 lines 0 comments Download
M third_party/protobuf/objectivec/GPBDictionary.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 425 chunks +1145 lines, -1077 lines 0 comments Download
M third_party/protobuf/objectivec/GPBExtensionInternals.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +11 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/GPBExtensionRegistry.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +38 lines, -33 lines 0 comments Download
M third_party/protobuf/objectivec/GPBExtensionRegistry.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +39 lines, -16 lines 0 comments Download
M third_party/protobuf/objectivec/GPBMessage.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +357 lines, -209 lines 0 comments Download
M third_party/protobuf/objectivec/GPBMessage.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 19 chunks +80 lines, -34 lines 0 comments Download
M third_party/protobuf/objectivec/GPBMessage_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/GPBProtocolBuffers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +29 lines, -10 lines 0 comments Download
M third_party/protobuf/objectivec/GPBProtocolBuffers.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +10 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/GPBRootObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +9 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/GPBRuntimeTypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +57 lines, -15 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownField.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +35 lines, -28 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownField.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownFieldSet.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +32 lines, -15 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUnknownFieldSet.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +13 lines, -41 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUtilities.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +385 lines, -108 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUtilities.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 22 chunks +120 lines, -56 lines 0 comments Download
M third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +22 lines, -5 lines 0 comments Download
M third_party/protobuf/objectivec/GPBWellKnownTypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +186 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/GPBWellKnownTypes.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +135 lines, -2 lines 0 comments Download
M third_party/protobuf/objectivec/GPBWireFormat.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M third_party/protobuf/objectivec/GPBWireFormat.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +39 lines, -3 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -9 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +11 lines, -16 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/MainMenu.xib View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +680 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Info.plist View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +34 lines, -0 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -11 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +8 lines, -0 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -9 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/LaunchScreen.storyboard View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/Main.storyboard View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Info.plist View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +47 lines, -0 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -9 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +14 lines, -10 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/main.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -11 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/CocoaPods/run_tests.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +150 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBARCUnittestProtos.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBCodedOuputStreamTests.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +86 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDescriptorTests.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +37 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBDictionaryTests.pddm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 31 chunks +214 lines, -214 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 74 chunks +510 lines, -510 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 94 chunks +1022 lines, -1022 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 94 chunks +1022 lines, -1022 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 92 chunks +1018 lines, -1018 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 94 chunks +1022 lines, -1022 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 94 chunks +1022 lines, -1022 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBMessageTests.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +4 lines, -4 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 11 chunks +432 lines, -7 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 13 chunks +143 lines, -46 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBSwiftTests.swift View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +157 lines, -157 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBTestUtilities.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +15 lines, -15 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +11 lines, -0 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/GPBUnittestProtos2.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -13 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBUtilitiesTests.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBWellKnownTypesTest.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +56 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +7 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -4 lines 0 comments Download
A third_party/protobuf/objectivec/Tests/unittest_deprecated.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +95 lines, -0 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_deprecated_file.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +37 lines, -15 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_a.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +15 lines, -17 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_b.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +13 lines, -11 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_c.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +12 lines, -9 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_d.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +13 lines, -17 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_e.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -9 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_f.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +11 lines, -12 lines 0 comments Download
A + third_party/protobuf/objectivec/Tests/unittest_extension_chain_g.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -9 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +18 lines, -0 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +121 lines, -92 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +24 lines, -5 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +180 lines, -143 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +32 lines, -24 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Duration.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +86 lines, -59 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Duration.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +23 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +37 lines, -20 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +23 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/FieldMask.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +231 lines, -162 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/FieldMask.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +23 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +34 lines, -15 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +23 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +88 lines, -55 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +28 lines, -8 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +90 lines, -71 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +23 lines, -4 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +175 lines, -118 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +35 lines, -27 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +80 lines, -47 lines 0 comments Download
M third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.m View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +31 lines, -12 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -27 lines 0 comments Download
D third_party/protobuf/patches/0005-fix-include-js-generator.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -11 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +4 lines, -5 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/protobuf/patches/0011-libprotobuf_export.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -11 lines 0 comments Download
A third_party/protobuf/php/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/protobuf/php/composer.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/array.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +511 lines, -0 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/config.m4 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/def.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +357 lines, -266 lines 0 comments Download
A + third_party/protobuf/php/ext/google/protobuf/encode_decode.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 28 chunks +588 lines, -564 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/map.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +472 lines, -0 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/message.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +163 lines, -176 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/package.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +75 lines, -0 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/protobuf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +358 lines, -171 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/protobuf.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +123 lines, -36 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/storage.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +357 lines, -312 lines 0 comments Download
D third_party/protobuf/php/ext/google/protobuf/test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -15 lines 0 comments Download
A third_party/protobuf/php/ext/google/protobuf/type_check.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +430 lines, -0 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/upb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 90 chunks +1745 lines, -1381 lines 0 comments Download
M third_party/protobuf/php/ext/google/protobuf/upb.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 275 chunks +2467 lines, -1538 lines 0 comments Download
A + third_party/protobuf/php/ext/google/protobuf/utf8.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -10 lines 0 comments Download
A + third_party/protobuf/php/ext/google/protobuf/utf8.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +36 lines, -27 lines 0 comments Download
A third_party/protobuf/php/phpunit.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +260 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorPool.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +162 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +325 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +112 lines, -0 lines 0 comments Download
A + third_party/protobuf/php/src/Google/Protobuf/Internal/EnumBuilderContext.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +29 lines, -15 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/EnumOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/EnumValueOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +424 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +429 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FileDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +477 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FileDescriptorSet.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +741 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +41 lines, -0 lines 0 comments Download
A + third_party/protobuf/php/src/Google/Protobuf/Internal/GPBLabel.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -10 lines 0 comments Download
A + third_party/protobuf/php/src/Google/Protobuf/Internal/GPBType.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +23 lines, -13 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/GPBUtil.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/GPBWire.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +582 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/InputStream.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +373 lines, -0 lines 0 comments Download
A + third_party/protobuf/php/src/Google/Protobuf/Internal/MapEntry.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +20 lines, -16 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/MapField.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +321 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/Message.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +679 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/MessageBuilderContext.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/MessageOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +334 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/MethodDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +237 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/OneofDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +86 lines, -0 lines 0 comments Download
A + third_party/protobuf/php/src/Google/Protobuf/Internal/OneofField.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +43 lines, -15 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/OneofOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/OutputStream.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +164 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/RepeatedField.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +303 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/ServiceOptions.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +191 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +379 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +246 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/Google/Protobuf/descriptor.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +558 lines, -0 lines 0 comments Download
A third_party/protobuf/php/src/phpdoc.dist.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/array_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +939 lines, -0 lines 0 comments Download
M third_party/protobuf/php/tests/autoload.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +23 lines, -2 lines 0 comments Download
A third_party/protobuf/php/tests/encode_decode_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +135 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/gdb_test.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/generated_class_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +610 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/map_field_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +679 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/memory_leak_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/php_implementation_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +480 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/proto/test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/proto/test_include.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/proto/test_no_namespace.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/test.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/test_base.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/test_util.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +440 lines, -0 lines 0 comments Download
A third_party/protobuf/php/tests/well_known_test.php View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/protobuf/post_process_dist.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/protobuf.bzl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 15 chunks +111 lines, -33 lines 0 comments Download
M third_party/protobuf/protoc-artifacts/Dockerfile View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/protoc-artifacts/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +38 lines, -4 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +19 lines, -8 lines 0 comments Download
A third_party/protobuf/protoc-artifacts/build-zip.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +108 lines, -0 lines 0 comments Download
M third_party/protobuf/protoc-artifacts/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -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 17 18 19 20 21 22 23 24 19 chunks +73 lines, -24 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/descriptor_pb2.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 31 chunks +136 lines, -45 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 17 18 19 20 21 22 23 24 13 chunks +222 lines, -68 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +11 lines, -3 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 17 18 19 20 21 22 23 24 7 chunks +22 lines, -5 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 18 19 20 21 22 23 24 2 chunks +3 lines, -3 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 17 18 19 20 21 22 23 24 7 chunks +70 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/descriptor_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +40 lines, -20 lines 0 comments Download
A + third_party/protobuf/python/google/protobuf/internal/file_options_test.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +8 lines, -7 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/generator_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/json_format_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +111 lines, -13 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 17 18 19 20 21 22 23 24 1 chunk +10 lines, -10 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 18 19 20 21 22 23 24 12 chunks +34 lines, -15 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 17 18 19 20 21 22 23 24 9 chunks +34 lines, -40 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 17 18 19 20 21 22 23 24 21 chunks +91 lines, -20 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/symbol_database_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +14 lines, -12 lines 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 17 18 19 20 21 22 23 24 2 chunks +153 lines, -1 line 0 comments Download
A third_party/protobuf/python/google/protobuf/internal/testing_refleaks.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +126 lines, -0 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 17 18 19 20 21 22 23 24 32 chunks +447 lines, -228 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 17 18 19 20 21 22 23 24 4 chunks +8 lines, -7 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 17 18 19 20 21 22 23 24 6 chunks +62 lines, -45 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/well_known_types.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +68 lines, -7 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/internal/well_known_types_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +108 lines, -24 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/json_format.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +467 lines, -381 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 17 18 19 20 21 22 23 24 1 chunk +5 lines, -4 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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 15 chunks +284 lines, -13 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +8 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 7 chunks +146 lines, -12 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +6 lines, -29 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +116 lines, -48 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/extension_dict.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -43 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/extension_dict.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +56 lines, -89 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/map_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -9 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/map_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 15 chunks +81 lines, -20 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/message.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +30 lines, -37 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/message.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 42 chunks +312 lines, -402 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/message_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/message_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +280 lines, -0 lines 0 comments Download
A + third_party/protobuf/python/google/protobuf/pyext/message_module.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +50 lines, -29 lines 0 comments Download
M third_party/protobuf/python/google/protobuf/pyext/repeated_composite_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +3 lines, -3 lines 0 comments Download
A third_party/protobuf/python/google/protobuf/pyext/safe_numerics.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +164 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -7 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +34 lines, -49 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 17 18 19 20 21 22 23 24 42 chunks +444 lines, -175 lines 0 comments Download
A third_party/protobuf/python/setup.cfg View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 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 17 18 19 20 21 22 23 24 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/protobuf/python/tox.ini View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
D third_party/protobuf/ruby/Gemfile.lock View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -30 lines 0 comments Download
M third_party/protobuf/ruby/Rakefile View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +8 lines, -3 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/encode_decode.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 18 chunks +95 lines, -18 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +11 lines, -9 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/message.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +44 lines, -0 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/protobuf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +4 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +10 lines, -7 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +51 lines, -21 lines 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/upb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/ruby/ext/google/protobuf_c/upb.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/ruby/google-protobuf.gemspec View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -5 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/ruby/lib/google/protobuf/repeated_field.rb View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/protobuf/ruby/lib/google/protobuf/well_known_types.rb View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +212 lines, -0 lines 0 comments Download
M third_party/protobuf/ruby/pom.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +27 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +20 lines, -17 lines 0 comments Download
M third_party/protobuf/ruby/tests/basic.rb View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +63 lines, -40 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -1 line 0 comments Download
A third_party/protobuf/ruby/tests/test_import.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/protobuf/ruby/tests/well_known_types_test.rb View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +122 lines, -0 lines 0 comments Download
M third_party/protobuf/ruby/travis-test.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -2 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 17 18 19 20 21 22 23 24 14 chunks +161 lines, -119 lines 0 comments Download
M third_party/protobuf/src/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/any.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -4 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +13 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/any.pb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +48 lines, -35 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/any.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 16 chunks +119 lines, -117 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 30 chunks +161 lines, -109 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/api.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 70 chunks +434 lines, -475 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 7 chunks +16 lines, -10 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +22 lines, -17 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +31 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 12 chunks +44 lines, -12 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +7 lines, -9 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +10 lines, -12 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 17 18 19 20 21 22 23 24 5 chunks +23 lines, -27 lines 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 17 18 19 20 21 22 23 24 3 chunks +40 lines, -4 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 17 18 19 20 21 22 23 24 9 chunks +41 lines, -23 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 17 18 19 20 21 22 23 24 36 chunks +147 lines, -79 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 17 18 19 20 21 22 23 24 9 chunks +163 lines, -3 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 17 18 19 20 21 22 23 24 2 chunks +1 line, -2 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 17 18 19 20 21 22 23 24 3 chunks +6 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +23 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 17 18 19 20 21 22 23 24 4 chunks +4 lines, -2 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 17 18 19 20 21 22 23 24 12 chunks +32 lines, -24 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 17 18 19 20 21 22 23 24 4 chunks +19 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +17 lines, -4 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 17 18 19 20 21 22 23 24 3 chunks +3 lines, -3 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 17 18 19 20 21 22 23 24 3 chunks +20 lines, -17 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 17 18 19 20 21 22 23 24 31 chunks +374 lines, -323 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 3 chunks +7 lines, -20 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 17 18 19 20 21 22 23 24 8 chunks +15 lines, -44 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +6 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +159 lines, -126 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 17 18 19 20 21 22 23 24 5 chunks +36 lines, -23 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 17 18 19 20 21 22 23 24 89 chunks +1468 lines, -1316 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 17 18 19 20 21 22 23 24 5 chunks +13 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 17 18 19 20 21 22 23 24 19 chunks +118 lines, -38 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 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 17 18 19 20 21 22 23 24 4 chunks +4 lines, -2 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 17 18 19 20 21 22 23 24 9 chunks +39 lines, -25 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 17 18 19 20 21 22 23 24 1 chunk +4 lines, -1 line 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 17 18 19 20 21 22 23 24 7 chunks +35 lines, -30 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 17 18 19 20 21 22 23 24 5 chunks +9 lines, -2 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 17 18 19 20 21 22 23 24 14 chunks +412 lines, -311 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +33 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/cpp/metadata_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +1 line, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +48 lines, -24 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_options.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +1 line, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +11 lines, -11 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +8 lines, -8 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -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 17 18 19 20 21 22 23 24 2 chunks +4 lines, -5 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 17 18 19 20 21 22 23 24 6 chunks +16 lines, -60 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 13 chunks +21 lines, -13 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +9 lines, -6 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +13 lines, -10 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 2 chunks +4 lines, -4 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 17 18 19 20 21 22 23 24 3 chunks +4 lines, -4 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 17 18 19 20 21 22 23 24 4 chunks +6 lines, -5 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 17 18 19 20 21 22 23 24 7 chunks +65 lines, -44 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +59 lines, -34 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 17 18 19 20 21 22 23 24 6 chunks +50 lines, -6 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 17 18 19 20 21 22 23 24 6 chunks +26 lines, -6 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +38 lines, -22 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +349 lines, -92 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 15 chunks +430 lines, -76 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -2 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 17 18 19 20 21 22 23 24 22 chunks +81 lines, -61 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +96 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 12 chunks +22 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +69 lines, -42 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/java/java_options.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +26 lines, -20 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +29 lines, -14 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 17 18 19 20 21 22 23 24 2 chunks +5 lines, -2 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 17 18 19 20 21 22 23 24 9 chunks +20 lines, -19 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +5 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +34 lines, -20 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 4 chunks +14 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -2 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/js/embed.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +113 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/js/js_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +84 lines, -36 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 76 chunks +970 lines, -474 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/js/well_known_types/any.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +38 lines, -39 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/js/well_known_types/struct.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +168 lines, -0 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/js/well_known_types/timestamp.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +21 lines, -25 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +9 lines, -8 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +314 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 17 18 19 20 21 22 23 24 4 chunks +20 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +21 lines, -10 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +12 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +9 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -14 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +302 lines, -120 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +13 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +84 lines, -19 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +102 lines, -15 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 22 chunks +548 lines, -172 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +51 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +5 lines, -3 lines 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 17 18 19 20 21 22 23 24 4 chunks +6 lines, -6 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 17 18 19 20 21 22 23 24 3 chunks +11 lines, -1 line 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 17 18 19 20 21 22 23 24 3 chunks +5 lines, -5 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/php/php_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +7 lines, -8 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1086 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +25 lines, -35 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 17 18 19 20 21 22 23 24 2 chunks +13 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 18 chunks +531 lines, -93 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 17 18 19 20 21 22 23 24 48 chunks +1106 lines, -517 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 17 18 19 20 21 22 23 24 3 chunks +4 lines, -2 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 17 18 19 20 21 22 23 24 30 chunks +105 lines, -43 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 17 18 19 20 21 22 23 24 2 chunks +48 lines, -0 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -74 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code_pb.rb View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 0 chunks +-1 lines, --1 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +49 lines, -11 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +5 lines, -19 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 17 18 19 20 21 22 23 24 1 chunk +5 lines, -6 lines 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/descriptor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +16 lines, -3 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 17 18 19 20 21 22 23 24 70 chunks +386 lines, -113 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 17 18 19 20 21 22 23 24 11 chunks +36 lines, -17 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 17 18 19 20 21 22 23 24 139 chunks +1489 lines, -857 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 17 18 19 20 21 22 23 24 390 chunks +4847 lines, -4681 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 17 18 19 20 21 22 23 24 9 chunks +18 lines, -16 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 17 18 19 20 21 22 23 24 12 chunks +25 lines, -22 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 17 18 19 20 21 22 23 24 9 chunks +9 lines, -10 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 17 18 19 20 21 22 23 24 17 chunks +232 lines, -15 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +7 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 8 chunks +59 lines, -31 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/duration.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +141 lines, -130 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 17 18 19 20 21 22 23 24 1 chunk +2 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 17 18 19 20 21 22 23 24 18 chunks +58 lines, -77 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 17 18 19 20 21 22 23 24 2 chunks +1 line, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +44 lines, -29 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/empty.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +92 lines, -88 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 17 18 19 20 21 22 23 24 7 chunks +62 lines, -10 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 17 18 19 20 21 22 23 24 36 chunks +48 lines, -46 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 17 18 19 20 21 22 23 24 13 chunks +79 lines, -32 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 17 18 19 20 21 22 23 24 7 chunks +74 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/field_mask.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +54 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/field_mask.pb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +42 lines, -29 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/field_mask.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +96 lines, -99 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 17 18 19 20 21 22 23 24 9 chunks +214 lines, -132 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 17 18 19 20 21 22 23 24 28 chunks +376 lines, -299 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 17 18 19 20 21 22 23 24 6 chunks +72 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/generated_message_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +72 lines, -13 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 17 18 19 20 21 22 23 24 2 chunks +7 lines, -5 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/has_bits.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +27 lines, -15 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 17 18 19 20 21 22 23 24 19 chunks +170 lines, -39 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 18 19 20 21 22 23 24 9 chunks +118 lines, -188 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 17 18 19 20 21 22 23 24 12 chunks +66 lines, -17 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 17 18 19 20 21 22 23 24 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 17 18 19 20 21 22 23 24 5 chunks +29 lines, -7 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 17 18 19 20 21 22 23 24 12 chunks +19 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/printer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +15 lines, -15 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -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 17 18 19 20 21 22 23 24 6 chunks +6 lines, -6 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 12 chunks +47 lines, -18 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +27 lines, -15 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 8 chunks +177 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map_field.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/map_field_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +21 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/map_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +329 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 10 chunks +39 lines, -27 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 11 chunks +27 lines, -30 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 17 18 19 20 21 22 23 24 6 chunks +7 lines, -41 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 17 18 19 20 21 22 23 24 5 chunks +40 lines, -13 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 17 18 19 20 21 22 23 24 9 chunks +23 lines, -22 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 17 18 19 20 21 22 23 24 5 chunks +118 lines, -13 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +87 lines, -23 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +22 lines, -9 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 17 18 19 20 21 22 23 24 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 17 18 19 20 21 22 23 24 6 chunks +6 lines, -6 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 22 chunks +66 lines, -59 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 17 18 19 20 21 22 23 24 2 chunks +13 lines, -5 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -337 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 17 18 19 20 21 22 23 24 18 chunks +45 lines, -19 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/source_context.pb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +45 lines, -32 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/source_context.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +101 lines, -99 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/struct.pb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 36 chunks +320 lines, -106 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/struct.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 51 chunks +656 lines, -372 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 17 18 19 20 21 22 23 24 5 chunks +16 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 17 18 19 20 21 22 23 24 11 chunks +13 lines, -13 lines 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 17 18 19 20 21 22 23 24 2 chunks +5 lines, -5 lines 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 17 18 19 20 21 22 23 24 2 chunks +5 lines, -5 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +8 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 6 chunks +24 lines, -6 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 17 18 19 20 21 22 23 24 5 chunks +9 lines, -9 lines 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 17 18 19 20 21 22 23 24 7 chunks +17 lines, -17 lines 0 comments Download
D 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -231 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +9 lines, -9 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +9 lines, -9 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 17 18 19 20 21 22 23 24 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 17 18 19 20 21 22 23 24 4 chunks +6 lines, -6 lines 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 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 17 18 19 20 21 22 23 24 1 chunk +4 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 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 17 18 19 20 21 22 23 24 1 chunk +8 lines, -5 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 17 18 19 20 21 22 23 24 2 chunks +11 lines, -2 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -2 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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +4 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +29 lines, -10 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +1 line, -22 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -3 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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/port.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +74 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/stringpiece.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -8 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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -1 line 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 17 18 19 20 21 22 23 24 2 chunks +16 lines, -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 17 18 19 20 21 22 23 24 1 chunk +3 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
A + third_party/protobuf/src/google/protobuf/test_messages_proto3.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +31 lines, -77 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 17 18 19 20 21 22 23 24 6 chunks +10 lines, -6 lines 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
A third_party/protobuf/src/google/protobuf/testdata/golden_message_maps View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Binary file 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 17 18 19 20 21 22 23 24 3 chunks +9 lines, -8 lines 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 17 18 19 20 21 22 23 24 2 chunks +4 lines, -0 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 17 18 19 20 21 22 23 24 3 chunks +8 lines, -4 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 17 18 19 20 21 22 23 24 22 chunks +89 lines, -36 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 17 18 19 20 21 22 23 24 13 chunks +151 lines, -43 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -6 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 8 chunks +48 lines, -33 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/timestamp.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +118 lines, -133 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 56 chunks +650 lines, -256 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/type.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 91 chunks +1397 lines, -998 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 17 18 19 20 21 22 23 24 2 chunks +40 lines, -0 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 17 18 19 20 21 22 23 24 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/unittest_lite.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +34 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 17 18 19 20 21 22 23 24 6 chunks +19 lines, -5 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 17 18 19 20 21 22 23 24 10 chunks +23 lines, -30 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 17 18 19 20 21 22 23 24 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_comparator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_comparator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_comparator_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_mask_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +24 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_mask_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 15 chunks +69 lines, -17 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/field_mask_util_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +136 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/datapiece.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +31 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +74 lines, -28 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +14 lines, -3 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +46 lines, -36 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +33 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +19 lines, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +17 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 13 chunks +38 lines, -15 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +44 lines, -18 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/object_writer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/proto_writer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +27 lines, -4 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +56 lines, -19 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +30 lines, -20 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 15 chunks +36 lines, -13 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +50 lines, -23 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +72 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 19 chunks +110 lines, -44 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 chunks +544 lines, -50 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +62 lines, -7 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/testdata/maps.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +68 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +20 lines, -11 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/util/internal/testdata/proto3.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +8 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +79 lines, -7 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +40 lines, -7 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 4 chunks +11 lines, -9 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -3 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +15 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/internal/utility.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +65 lines, -11 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +5 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 5 chunks +66 lines, -12 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/json_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +72 lines, -6 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/json_util_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +99 lines, -26 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 21 chunks +72 lines, -63 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/util/message_differencer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 43 chunks +83 lines, -75 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 21 chunks +34 lines, -33 lines 0 comments Download
A + third_party/protobuf/src/google/protobuf/util/package_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +12 lines, -19 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +3 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 2 chunks +10 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 3 chunks +22 lines, -34 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 17 18 19 20 21 22 23 24 8 chunks +10 lines, -9 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 17 18 19 20 21 22 23 24 9 chunks +22 lines, -21 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 17 18 19 20 21 22 23 24 6 chunks +69 lines, -32 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 17 18 19 20 21 22 23 24 3 chunks +5 lines, -3 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 17 18 19 20 21 22 23 24 10 chunks +58 lines, -57 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 17 18 19 20 21 22 23 24 8 chunks +8 lines, -8 lines 0 comments Download
M 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 17 18 19 20 21 22 23 24 1 chunk +0 lines, -1 line 0 comments Download
M 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 17 18 19 20 21 22 23 24 39 chunks +331 lines, -220 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/wrappers.pb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 104 chunks +585 lines, -695 lines 0 comments Download
M third_party/protobuf/tests.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +265 lines, -79 lines 0 comments Download

Messages

Total messages: 150 (104 generated)
jbriance
4 years, 1 month ago (2016-11-10 14:51:46 UTC) #2
Peter Kasting
LGTM https://codereview.chromium.org/2495533002/diff/1/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/2495533002/diff/1/third_party/protobuf/BUILD.gn#newcode55 third_party/protobuf/BUILD.gn:55: "src/google/protobuf/has_bits.h", This needs to be here (and not ...
4 years, 1 month ago (2016-11-10 20:42:05 UTC) #3
jbriance
Thank you for the review. I'm out of office until monday, I'll update the change ...
4 years, 1 month ago (2016-11-10 21:36:54 UTC) #4
jbriance
Please take another look https://codereview.chromium.org/2495533002/diff/1/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/2495533002/diff/1/third_party/protobuf/BUILD.gn#newcode301 third_party/protobuf/BUILD.gn:301: "src/google/protobuf/util/package_info.h", This one doesn't need ...
4 years, 1 month ago (2016-11-14 10:57:51 UTC) #5
Peter Kasting
Rather than patches 5 and 11, can we send PRs for these upstream and get ...
4 years, 1 month ago (2016-11-14 18:36:05 UTC) #14
jbriance
On 2016/11/14 18:36:05, Peter Kasting wrote: > Rather than patches 5 and 11, can we ...
4 years, 1 month ago (2016-11-14 21:06:25 UTC) #15
jbriance
Here they are: - https://github.com/google/protobuf/pull/2366 - https://github.com/google/protobuf/pull/2367 - https://github.com/google/protobuf/pull/2368
4 years, 1 month ago (2016-11-14 21:35:54 UTC) #16
jbriance
PTAL. Please note that patch 0012-add-missing-include-for-INT-MAX.patch is not removed because https://github.com/google/protobuf/pull/2367 is still pending.
4 years, 1 month ago (2016-11-16 15:25:28 UTC) #20
jbriance
FYI, I can reproduce the "linux_chromium_asan_rel_ng" try bot failure locally, i.e. the following command runs ...
4 years, 1 month ago (2016-11-16 16:54:42 UTC) #23
Peter Kasting
On 2016/11/16 16:54:42, jbriance wrote: > FYI, I can reproduce the "linux_chromium_asan_rel_ng" try bot failure ...
4 years, 1 month ago (2016-11-17 00:58:22 UTC) #24
jbriance
On 2016/11/17 00:58:22, Peter Kasting wrote: > Uh oh. Does that mean we have a ...
4 years, 1 month ago (2016-11-17 17:18:27 UTC) #30
jbriance
The good news is that I found the protobuf commit making the try bot complaining: ...
4 years, 1 month ago (2016-11-17 17:43:53 UTC) #31
Peter Kasting
On 2016/11/17 17:43:53, jbriance wrote: > The good news is that I found the protobuf ...
4 years, 1 month ago (2016-11-17 19:30:09 UTC) #32
jbriance
Protobuf bug filed: https://github.com/google/protobuf/issues/2385
4 years, 1 month ago (2016-11-17 23:23:52 UTC) #33
jbriance
As I wrote in the filed bug, removing GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER define from BUILD.gn fixes the leak. ...
4 years, 1 month ago (2016-11-18 17:33:01 UTC) #36
Peter Kasting
On 2016/11/18 17:33:01, jbriance wrote: > As I wrote in the filed bug, removing GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER ...
4 years, 1 month ago (2016-11-18 18:24:56 UTC) #39
jbriance
I've updated https://github.com/google/protobuf/issues/2385 To sum up, I'm pretty sure that GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER define logic has been ...
4 years, 1 month ago (2016-11-19 14:50:42 UTC) #40
jbriance
Pull request created: https://github.com/google/protobuf/pull/2398
4 years, 1 month ago (2016-11-21 13:20:22 UTC) #41
jbriance
PTAL
4 years, 1 month ago (2016-11-21 22:47:30 UTC) #45
Peter Kasting
https://codereview.chromium.org/2495533002/diff/70001/third_party/protobuf/patches/0008-uninline_getemptystring_and_getemptystringalreadyinited.patch File third_party/protobuf/patches/0008-uninline_getemptystring_and_getemptystringalreadyinited.patch (right): https://codereview.chromium.org/2495533002/diff/70001/third_party/protobuf/patches/0008-uninline_getemptystring_and_getemptystringalreadyinited.patch#newcode9 third_party/protobuf/patches/0008-uninline_getemptystring_and_getemptystringalreadyinited.patch:9: +const ::std::string& GetEmptyStringAlreadyInited() { How come you switched to ...
4 years ago (2016-11-22 20:28:23 UTC) #48
jbriance
Do you think it would be better to export the symbols instead of deinline in ...
4 years ago (2016-11-22 22:11:31 UTC) #49
Peter Kasting
On Tue, Nov 22, 2016 at 2:11 PM, <jbriance@cisco.com> wrote: > Do you think it ...
4 years ago (2016-11-22 22:16:09 UTC) #50
jbriance
Protobuf pull request https://github.com/google/protobuf/pull/2407 has landed. Once the two following ones are landed, it should ...
4 years ago (2016-12-08 12:39:13 UTC) #51
jbriance
On 2016/12/08 12:39:13, jbriance wrote: > Protobuf pull request https://github.com/google/protobuf/pull/2407 has landed. > > Once ...
4 years ago (2016-12-09 08:36:35 UTC) #52
jbriance
Seems that another PR is needed here: https://github.com/google/protobuf/pull/2493
4 years ago (2016-12-13 09:16:13 UTC) #58
xyzzyz
FYI: we'd also like to get this merged and land in Chromium. https://github.com/google/protobuf/pull/2496 . See ...
4 years ago (2016-12-13 19:37:55 UTC) #67
xyzzyz
On 2016/12/13 19:37:55, xyzzyz wrote: > FYI: we'd also like to get this merged and ...
4 years ago (2016-12-13 23:23:37 UTC) #68
jbriance
On 2016/12/13 23:23:37, xyzzyz wrote: > https://github.com/google/protobuf/pull/2496 is now merged. Thanks, it is part of ...
4 years ago (2016-12-14 08:06:35 UTC) #72
jbriance
I'll need some help, to fix windows and android trybot issues seen with patch set ...
4 years ago (2016-12-14 15:32:38 UTC) #75
Peter Kasting
On Wed, Dec 14, 2016 at 7:32 AM, <jbriance@cisco.com> wrote: > 1) I do not ...
4 years ago (2016-12-14 20:21:53 UTC) #76
jbriance
Thanks for your detailed answer :-) Also, about the 2nd issue (android trybot), I feel ...
4 years ago (2016-12-14 21:27:07 UTC) #77
jbriance
+ pastarmovj for components/policy/BUILD.gn review
4 years ago (2016-12-14 22:39:04 UTC) #82
jbriance
Mmm, patch set 16 was not a good idea. The previous one was better :/
4 years ago (2016-12-15 15:21:02 UTC) #101
jbriance
I can't get rid of the following link error for "browser_tests.exe" (win_clang and win_chromium_compile_dbg_ng try ...
4 years ago (2016-12-16 17:32:36 UTC) #124
Peter Kasting
A bunch of class member definitions are being multiply defined, which is very strange. If ...
4 years ago (2016-12-17 04:03:28 UTC) #127
jbriance
Thanks for the help Peter. I finally managed to setup a win environment on my ...
4 years ago (2016-12-18 22:51:54 UTC) #128
jbriance
Patch set 25 is a good candidate for CQ (I should have setup a win ...
4 years ago (2016-12-19 08:49:47 UTC) #137
pastarmovj
lgtm
4 years ago (2016-12-19 12:59:57 UTC) #138
Peter Kasting
LGTM for the changes themselves. Do you know what the binary size impact of this ...
4 years ago (2016-12-20 02:51:34 UTC) #139
jbriance
On 2016/12/20 02:51:34, Peter Kasting wrote: > Do you know what the binary size impact ...
4 years ago (2016-12-20 13:56:37 UTC) #140
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2495533002/240001
4 years ago (2016-12-20 13:58:41 UTC) #142
commit-bot: I haz the power
Committed patchset #25 (id:240001)
4 years ago (2016-12-20 16:50:32 UTC) #145
commit-bot: I haz the power
Patchset 25 (id:??) landed as https://crrev.com/4fa2d9262fd91a4e613269f230cca34b95ca4af7 Cr-Commit-Position: refs/heads/master@{#439821}
4 years ago (2016-12-20 16:53:04 UTC) #147
Peter Kasting
FYI, this got reverted due to MSAN breakage (use of uninitialized value). See https://codereview.chromium.org/2590803003/ for ...
4 years ago (2016-12-20 20:14:57 UTC) #148
jbriance
On 2016/12/20 20:14:57, Peter Kasting wrote: > FYI, this got reverted due to MSAN breakage ...
4 years ago (2016-12-20 22:15:01 UTC) #149
jbriance
3 years, 12 months ago (2016-12-23 09:42:53 UTC) #150
Message was sent while issue was closed.
Follow-up: https://codereview.chromium.org/2599263002/

Powered by Google App Engine
This is Rietveld 408576698