libv8 7.3.492.27.1 → 8.4.255.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +11 -14
- data/CHANGELOG.md +10 -0
- data/README.md +10 -11
- data/Rakefile +30 -36
- data/ext/libv8/builder.rb +1 -1
- data/lib/libv8/version.rb +1 -1
- data/libv8.gemspec +1 -3
- data/vendor/depot_tools/{cipd.ps1 → .cipd_impl.ps1} +0 -0
- data/vendor/depot_tools/.gitattributes +1 -1
- data/vendor/depot_tools/.gitignore +7 -2
- data/vendor/depot_tools/.style.yapf +3 -1
- data/vendor/depot_tools/.vpython +55 -0
- data/vendor/depot_tools/.vpython3 +23 -0
- data/vendor/depot_tools/CROS_OWNERS +3 -1
- data/vendor/depot_tools/GOMA_OWNERS +9 -0
- data/vendor/depot_tools/LUCI_OWNERS +5 -0
- data/vendor/depot_tools/OWNERS +21 -6
- data/vendor/depot_tools/PRESUBMIT.py +35 -18
- data/vendor/depot_tools/README.git-cl.md +0 -14
- data/vendor/depot_tools/README.md +1 -1
- data/vendor/depot_tools/WATCHLISTS +2 -2
- data/vendor/depot_tools/auth.py +60 -772
- data/vendor/depot_tools/autoninja +12 -6
- data/vendor/depot_tools/autoninja.bat +14 -6
- data/vendor/depot_tools/autoninja.py +64 -27
- data/vendor/depot_tools/bb +1 -1
- data/vendor/depot_tools/bootstrap/{win/README.md → README.md} +28 -14
- data/vendor/depot_tools/bootstrap/{win/win_tools.py → bootstrap.py} +60 -43
- data/vendor/depot_tools/bootstrap/{win/git-bash.template.sh → git-bash.template.sh} +1 -1
- data/vendor/depot_tools/bootstrap/{win/git.template.bat → git.template.bat} +0 -0
- data/vendor/depot_tools/bootstrap/manifest.txt +27 -0
- data/vendor/depot_tools/bootstrap/manifest_bleeding_edge.txt +27 -0
- data/vendor/depot_tools/bootstrap/{win/profile.d.python.sh → profile.d.python.sh} +0 -0
- data/vendor/depot_tools/bootstrap/{win/python27.bleeding_edge.bat → python27.bat} +0 -0
- data/vendor/depot_tools/bootstrap/{win/python27.new.bat → python3.bat} +3 -3
- data/vendor/depot_tools/bootstrap/{win/win_tools.bat → win_tools.bat} +21 -16
- data/vendor/depot_tools/bootstrap_python3 +35 -0
- data/vendor/depot_tools/cbuildbot +1 -1
- data/vendor/depot_tools/chrome_set_ver +1 -1
- data/vendor/depot_tools/cipd +43 -39
- data/vendor/depot_tools/cipd.bat +2 -2
- data/vendor/depot_tools/cipd_client_version +1 -1
- data/vendor/depot_tools/cipd_client_version.digests +15 -14
- data/vendor/depot_tools/cipd_manifest.txt +31 -8
- data/vendor/depot_tools/cipd_manifest.versions +278 -158
- data/vendor/depot_tools/cit.py +9 -7
- data/vendor/depot_tools/clang_format.py +4 -1
- data/vendor/depot_tools/clang_format_merge_driver.py +10 -8
- data/vendor/depot_tools/compile_single_file.py +7 -2
- data/vendor/depot_tools/cpplint.py +51 -45
- data/vendor/depot_tools/cros +87 -0
- data/vendor/depot_tools/cros_sdk +1 -1
- data/vendor/depot_tools/crosjobs +13 -0
- data/vendor/depot_tools/detect_host_arch.py +0 -1
- data/vendor/depot_tools/dirmd +12 -0
- data/vendor/depot_tools/dirmd.bat +7 -0
- data/vendor/depot_tools/download_from_google_storage.py +47 -27
- data/vendor/depot_tools/ensure_bootstrap +14 -0
- data/vendor/depot_tools/fetch +14 -1
- data/vendor/depot_tools/fetch.bat +14 -1
- data/vendor/depot_tools/fetch.py +5 -7
- data/vendor/depot_tools/fetch_configs/chromium.py +6 -4
- data/vendor/depot_tools/fetch_configs/devtools-frontend.py +44 -0
- data/vendor/depot_tools/fetch_configs/ios_internal.py +10 -19
- data/vendor/depot_tools/fix_encoding.py +19 -5
- data/vendor/depot_tools/gclient +28 -12
- data/vendor/depot_tools/gclient-new-workdir.py +2 -0
- data/vendor/depot_tools/gclient.bat +18 -1
- data/vendor/depot_tools/gclient.py +160 -119
- data/vendor/depot_tools/gclient_eval.py +119 -107
- data/vendor/depot_tools/gclient_paths.py +67 -57
- data/vendor/depot_tools/gclient_scm.py +181 -159
- data/vendor/depot_tools/gclient_utils.py +177 -124
- data/vendor/depot_tools/gerrit_client.py +21 -13
- data/vendor/depot_tools/gerrit_util.py +188 -228
- data/vendor/depot_tools/git-cache +1 -1
- data/vendor/depot_tools/git-cl +1 -1
- data/vendor/depot_tools/git-drover +1 -1
- data/vendor/depot_tools/git-find-releases +1 -1
- data/vendor/depot_tools/git-footers +1 -1
- data/vendor/depot_tools/git-freeze +1 -1
- data/vendor/depot_tools/git-hyper-blame +1 -1
- data/vendor/depot_tools/git-map +1 -1
- data/vendor/depot_tools/git-map-branches +1 -1
- data/vendor/depot_tools/git-mark-merge-base +1 -1
- data/vendor/depot_tools/git-nav-downstream +1 -1
- data/vendor/depot_tools/git-new-branch +1 -1
- data/vendor/depot_tools/git-number +1 -1
- data/vendor/depot_tools/git-rebase-update +1 -1
- data/vendor/depot_tools/git-rename-branch +1 -1
- data/vendor/depot_tools/git-reparent-branch +1 -1
- data/vendor/depot_tools/git-retry +1 -1
- data/vendor/depot_tools/git-squash-branch +1 -1
- data/vendor/depot_tools/git-thaw +1 -1
- data/vendor/depot_tools/git-upstream-diff +1 -1
- data/vendor/depot_tools/git_cache.py +255 -360
- data/vendor/depot_tools/git_cl.py +1562 -2059
- data/vendor/depot_tools/git_cl_completion.sh +16 -2
- data/vendor/depot_tools/git_common.py +77 -32
- data/vendor/depot_tools/git_drover.py +17 -8
- data/vendor/depot_tools/git_find_releases.py +11 -9
- data/vendor/depot_tools/git_footers.py +13 -9
- data/vendor/depot_tools/git_freezer.py +3 -1
- data/vendor/depot_tools/git_hyper_blame.py +25 -32
- data/vendor/depot_tools/git_map.py +115 -93
- data/vendor/depot_tools/git_map_branches.py +11 -10
- data/vendor/depot_tools/git_mark_merge_base.py +8 -6
- data/vendor/depot_tools/git_nav_downstream.py +9 -6
- data/vendor/depot_tools/git_new_branch.py +39 -33
- data/vendor/depot_tools/git_number.py +28 -17
- data/vendor/depot_tools/git_rebase_update.py +50 -49
- data/vendor/depot_tools/git_rename_branch.py +2 -2
- data/vendor/depot_tools/git_reparent_branch.py +8 -6
- data/vendor/depot_tools/git_upstream_diff.py +4 -2
- data/vendor/depot_tools/gn.py +6 -4
- data/vendor/depot_tools/goma_auth +12 -0
- data/vendor/depot_tools/goma_auth.bat +8 -0
- data/vendor/depot_tools/goma_ctl +12 -0
- data/vendor/depot_tools/goma_ctl.bat +8 -0
- data/vendor/depot_tools/gsutil.py +5 -2
- data/vendor/depot_tools/gsutil.py.bat +8 -0
- data/vendor/depot_tools/gsutil.vpython +3 -1
- data/vendor/depot_tools/infra/config/OWNERS +2 -2
- data/vendor/depot_tools/infra/config/recipes.cfg +3 -2
- data/vendor/depot_tools/led +1 -1
- data/vendor/depot_tools/lockfile.py +116 -0
- data/vendor/depot_tools/luci-auth +1 -1
- data/vendor/depot_tools/lucicfg +1 -1
- data/vendor/depot_tools/mac_toolchain +1 -1
- data/vendor/depot_tools/man/html/depot_tools.html +1 -1
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +31 -25
- data/vendor/depot_tools/man/html/git-cl.html +1 -1
- data/vendor/depot_tools/man/html/git-drover.html +18 -18
- data/vendor/depot_tools/man/html/git-footers.html +1 -1
- data/vendor/depot_tools/man/html/git-freeze.html +3 -3
- data/vendor/depot_tools/man/html/git-hyper-blame.html +1 -1
- data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
- data/vendor/depot_tools/man/html/git-map.html +1 -1
- data/vendor/depot_tools/man/html/git-mark-merge-base.html +1 -1
- data/vendor/depot_tools/man/html/git-nav-downstream.html +3 -3
- data/vendor/depot_tools/man/html/git-nav-upstream.html +12 -6
- data/vendor/depot_tools/man/html/git-new-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-rebase-update.html +20 -1
- data/vendor/depot_tools/man/html/git-rename-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-reparent-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-retry.html +1 -1
- data/vendor/depot_tools/man/html/git-squash-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-thaw.html +1 -1
- data/vendor/depot_tools/man/html/git-upstream-diff.html +10 -6
- data/vendor/depot_tools/man/man1/git-cl.1 +4 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +21 -21
- data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
- data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map.1 +4 -4
- data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-downstream.1 +6 -6
- data/vendor/depot_tools/man/man1/git-nav-upstream.1 +15 -9
- data/vendor/depot_tools/man/man1/git-new-branch.1 +3 -3
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +14 -4
- data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-retry.1 +4 -4
- data/vendor/depot_tools/man/man1/git-squash-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
- data/vendor/depot_tools/man/man1/git-upstream-diff.1 +7 -13
- data/vendor/depot_tools/man/man7/depot_tools.7 +4 -4
- data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +31 -25
- data/vendor/depot_tools/man/src/common_demo_functions.sh +2 -2
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +3 -3
- data/vendor/depot_tools/man/src/filter_demo_output.py +4 -2
- data/vendor/depot_tools/man/src/git-new-branch.txt +2 -1
- data/vendor/depot_tools/man/src/git-rebase-update.txt +8 -1
- data/vendor/depot_tools/metrics.README.md +8 -5
- data/vendor/depot_tools/metrics.py +7 -6
- data/vendor/depot_tools/metrics_utils.py +4 -14
- data/vendor/depot_tools/my_activity.py +85 -251
- data/vendor/depot_tools/ninja +1 -0
- data/vendor/depot_tools/ninja-mac +0 -0
- data/vendor/depot_tools/ninjalog_uploader.py +146 -145
- data/vendor/depot_tools/ninjalog_uploader_wrapper.py +69 -60
- data/vendor/depot_tools/owners.py +156 -43
- data/vendor/depot_tools/owners_finder.py +28 -14
- data/vendor/depot_tools/post_build_ninja_summary.py +76 -48
- data/vendor/depot_tools/presubmit_canned_checks.py +293 -106
- data/vendor/depot_tools/presubmit_support.py +527 -333
- data/vendor/depot_tools/prpc +1 -1
- data/vendor/depot_tools/pylint +2 -12
- data/vendor/depot_tools/pylint-1.5 +78 -0
- data/vendor/depot_tools/pylint-1.6 +78 -0
- data/vendor/depot_tools/pylint-1.7 +78 -0
- data/vendor/depot_tools/pylint-1.8 +78 -0
- data/vendor/depot_tools/pylint-1.9 +78 -0
- data/vendor/depot_tools/{depot-tools-auth.bat → pylint.bat} +2 -2
- data/vendor/depot_tools/pylint_main.py +45 -0
- data/vendor/depot_tools/pylintrc +14 -1
- data/vendor/depot_tools/python-bin/python3 +7 -0
- data/vendor/depot_tools/python_runner.sh +13 -8
- data/vendor/depot_tools/rdb +12 -0
- data/vendor/depot_tools/rdb.bat +7 -0
- data/vendor/depot_tools/recipes/OWNERS +0 -1
- data/vendor/depot_tools/recipes/README.recipes.md +218 -151
- data/vendor/depot_tools/recipes/recipe_modules/OWNERS +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/__init__.py +17 -16
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/api.py +127 -78
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic.json +19 -4
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_luci.json +18 -3
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json +19 -4
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json +28 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/multiple_patch_refs.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/{with_manifest_name.json → no_cp_checkout_HEAD.json} +25 -15
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json +65 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json +65 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_master.json +65 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/refs.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json +117 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +17 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +41 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +24 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json +38 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json +36 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/unrecognized_commit_repo.json +0 -5
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.py +95 -22
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/resources/bot_update.py +187 -114
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/test_api.py +2 -2
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/tests/do_not_retry_patch_failures_in_cq.py +42 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/tests/ensure_checkout.py +1 -0
- data/vendor/depot_tools/recipes/recipe_modules/cipd/__init__.py +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/api.py +2 -2
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/basic.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/basic_pkg.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-failed.json +2 -4
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-many-instances.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/mac64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_file.json +26 -6
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_mode.json +23 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_verfile.json +23 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/win64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/junk arch.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/junk bits.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_arm_32.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_arm_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_intel_32.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_intel_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_mips_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/mac_intel_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/win_intel_32.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/win_intel_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/test_api.py +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/api.py +4 -1
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic.json +4 -2
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic_luci.json +3 -1
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/win.json +4 -2
- data/vendor/depot_tools/recipes/recipe_modules/gclient/__init__.py +2 -1
- data/vendor/depot_tools/recipes/recipe_modules/gclient/api.py +82 -13
- data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +23 -11
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/basic.json +3 -4
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/revision.json +3 -6
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json +3 -4
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.py +7 -7
- data/vendor/depot_tools/recipes/recipe_modules/gclient/resources/diff_deps.py +16 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/test_api.py +4 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/basic.json +55 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/dont have revision yet.json +84 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/no change, exception.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/windows.json +55 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.py +88 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/patch_project.py +9 -21
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/sync_failure.py +24 -0
- data/vendor/depot_tools/recipes/recipe_modules/gerrit/api.py +2 -1
- data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +7 -12
- data/vendor/depot_tools/recipes/recipe_modules/git/__init__.py +0 -2
- data/vendor/depot_tools/recipes/recipe_modules/git/api.py +9 -17
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_branch.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_file_name.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_hash.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_ref.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_submodule_update_force.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_tags.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/can_fail_build.json +3 -13
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/cannot_fail_build.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/cat-file_test.json +4 -12
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_delta.json +2 -10
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_failed.json +1 -7
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output.json +1 -7
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output_fails_build.json +0 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/curl_trace_file.json +3 -10
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/git-cache-checkout.json +3 -11
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/platform_win.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/rebase_failed.json +3 -13
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/remote_not_origin.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/set_got_revision.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.py +0 -5
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/__init__.py +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/api.py +7 -13
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/examples/full.expected/basic.json +21 -16
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/examples/full.py +1 -2
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/api.py +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/examples/full.expected/basic.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/resources/gerrit_client.py +2 -2
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/tests/parse_repo_url.expected/basic.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/gsutil/api.py +23 -8
- data/vendor/depot_tools/recipes/recipe_modules/gsutil/examples/full.expected/basic.json +52 -1
- data/vendor/depot_tools/recipes/recipe_modules/gsutil/examples/full.py +15 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/__init__.py +1 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/api.py +32 -8
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/ancient_version.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/automatic_version.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/explicit_version.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/linux.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/mac.json +5 -4
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/win.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.py +21 -2
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/__init__.py +20 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/api.py +235 -3
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/examples/full.expected/basic.json +13 -5
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/examples/full.py +5 -1
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/properties.proto +14 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/test_api.py +19 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/tests/execute.py +247 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/tests/prepare.py +49 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/api.py +33 -45
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/basic_tags.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json +64 -21
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json +64 -21
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +1 -22
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch_new.json +1 -22
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.py +5 -32
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py +29 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.expected/basic.json +5 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py +22 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py +32 -0
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.expected/linux.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.expected/mac.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.expected/win.json +2 -1
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.py +1 -6
- data/vendor/depot_tools/recipes/recipes.py +49 -28
- data/vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.expected/basic.json +11 -6
- data/vendor/depot_tools/repo +698 -540
- data/vendor/depot_tools/roll-dep +14 -1
- data/vendor/depot_tools/roll-dep.bat +10 -1
- data/vendor/depot_tools/roll_dep.py +15 -10
- data/vendor/depot_tools/scm.py +95 -75
- data/vendor/depot_tools/setup_color.py +36 -2
- data/vendor/depot_tools/split_cl.py +44 -32
- data/vendor/depot_tools/subcommand.py +6 -6
- data/vendor/depot_tools/subprocess2.py +38 -322
- data/vendor/depot_tools/third_party/colorama/LICENSE.txt +0 -1
- data/vendor/depot_tools/third_party/colorama/README.chromium +4 -5
- data/vendor/depot_tools/third_party/colorama/README.rst +346 -0
- data/vendor/depot_tools/third_party/colorama/__init__.py +3 -4
- data/vendor/depot_tools/third_party/colorama/ansi.py +82 -30
- data/vendor/depot_tools/third_party/colorama/ansitowin32.py +105 -37
- data/vendor/depot_tools/third_party/colorama/initialise.py +39 -15
- data/vendor/depot_tools/third_party/colorama/win32.py +46 -28
- data/vendor/depot_tools/third_party/colorama/winterm.py +80 -31
- data/vendor/depot_tools/update_depot_tools +18 -8
- data/vendor/depot_tools/update_depot_tools.bat +19 -15
- data/vendor/depot_tools/upload_metrics.py +7 -6
- data/vendor/depot_tools/upload_to_google_storage.py +23 -16
- data/vendor/depot_tools/vpython +4 -4
- data/vendor/depot_tools/vpython.bat +1 -1
- data/vendor/depot_tools/vpython3 +55 -0
- data/vendor/depot_tools/vpython3.bat +12 -0
- data/vendor/depot_tools/watchlists.py +14 -11
- data/vendor/depot_tools/weekly +4 -2
- data/vendor/depot_tools/win32imports.py +61 -0
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +49 -41
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +142 -149
- data/vendor/depot_tools/wtf +5 -3
- data/vendor/depot_tools/yapf +5 -1
- metadata +68 -343
- data/vendor/depot_tools/README.testing +0 -23
- data/vendor/depot_tools/annotated_gclient.py +0 -89
- data/vendor/depot_tools/appengine_mapper.py +0 -23
- data/vendor/depot_tools/bootstrap/win/manifest.txt +0 -20
- data/vendor/depot_tools/bootstrap/win/manifest_bleeding_edge.txt +0 -20
- data/vendor/depot_tools/bootstrap/win/pylint.new.bat +0 -7
- data/vendor/depot_tools/buildbucket.py +0 -186
- data/vendor/depot_tools/checkout.py +0 -431
- data/vendor/depot_tools/cros +0 -1
- data/vendor/depot_tools/dart_format.py +0 -58
- data/vendor/depot_tools/depot-tools-auth +0 -8
- data/vendor/depot_tools/depot-tools-auth.py +0 -102
- data/vendor/depot_tools/my_reviews.py +0 -396
- data/vendor/depot_tools/patch.py +0 -548
- data/vendor/depot_tools/pylint.py +0 -30
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/buildbot.json +0 -239
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_luci.json +0 -222
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/__init__.py +0 -4
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/api.py +0 -29
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/basic.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_buildbot_linux.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_buildbot_mac.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_buildbot_win.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_generic_linux.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_generic_mac.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_generic_win.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_kitchen_linux.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_kitchen_mac.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_kitchen_win.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.py +0 -33
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/path_config.py +0 -66
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/set_failure_hash_with_no_steps.json +0 -11
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch.json +0 -45
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch_luci.json +0 -45
- data/vendor/depot_tools/rietveld.py +0 -779
- data/vendor/depot_tools/roll-dep-svn +0 -8
- data/vendor/depot_tools/roll-dep-svn.bat +0 -12
- data/vendor/depot_tools/roll_dep_svn.py +0 -430
- data/vendor/depot_tools/support/chromite_wrapper +0 -96
- data/vendor/depot_tools/third_party/boto/LICENSE +0 -18
- data/vendor/depot_tools/third_party/boto/README.chromium +0 -43
- data/vendor/depot_tools/third_party/boto/README.rst +0 -163
- data/vendor/depot_tools/third_party/boto/__init__.py +0 -793
- data/vendor/depot_tools/third_party/boto/auth.py +0 -682
- data/vendor/depot_tools/third_party/boto/auth_handler.py +0 -58
- data/vendor/depot_tools/third_party/boto/cacerts/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/cacerts/cacerts.txt +0 -2183
- data/vendor/depot_tools/third_party/boto/compat.py +0 -28
- data/vendor/depot_tools/third_party/boto/connection.py +0 -1081
- data/vendor/depot_tools/third_party/boto/contrib/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/contrib/ymlmessage.py +0 -52
- data/vendor/depot_tools/third_party/boto/core/README +0 -58
- data/vendor/depot_tools/third_party/boto/core/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/core/auth.py +0 -78
- data/vendor/depot_tools/third_party/boto/core/credentials.py +0 -154
- data/vendor/depot_tools/third_party/boto/core/dictresponse.py +0 -178
- data/vendor/depot_tools/third_party/boto/core/service.py +0 -67
- data/vendor/depot_tools/third_party/boto/datapipeline/__init__.py +0 -0
- data/vendor/depot_tools/third_party/boto/datapipeline/exceptions.py +0 -42
- data/vendor/depot_tools/third_party/boto/datapipeline/layer1.py +0 -546
- data/vendor/depot_tools/third_party/boto/ecs/__init__.py +0 -90
- data/vendor/depot_tools/third_party/boto/ecs/item.py +0 -153
- data/vendor/depot_tools/third_party/boto/exception.py +0 -476
- data/vendor/depot_tools/third_party/boto/file/README +0 -49
- data/vendor/depot_tools/third_party/boto/file/__init__.py +0 -28
- data/vendor/depot_tools/third_party/boto/file/bucket.py +0 -112
- data/vendor/depot_tools/third_party/boto/file/connection.py +0 -33
- data/vendor/depot_tools/third_party/boto/file/key.py +0 -199
- data/vendor/depot_tools/third_party/boto/file/simpleresultset.py +0 -30
- data/vendor/depot_tools/third_party/boto/fps/__init__.py +0 -21
- data/vendor/depot_tools/third_party/boto/fps/connection.py +0 -369
- data/vendor/depot_tools/third_party/boto/fps/exception.py +0 -344
- data/vendor/depot_tools/third_party/boto/fps/response.py +0 -175
- data/vendor/depot_tools/third_party/boto/gs/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/gs/acl.py +0 -304
- data/vendor/depot_tools/third_party/boto/gs/bucket.py +0 -870
- data/vendor/depot_tools/third_party/boto/gs/bucketlistresultset.py +0 -64
- data/vendor/depot_tools/third_party/boto/gs/connection.py +0 -103
- data/vendor/depot_tools/third_party/boto/gs/cors.py +0 -169
- data/vendor/depot_tools/third_party/boto/gs/key.py +0 -704
- data/vendor/depot_tools/third_party/boto/gs/resumable_upload_handler.py +0 -659
- data/vendor/depot_tools/third_party/boto/gs/user.py +0 -54
- data/vendor/depot_tools/third_party/boto/handler.py +0 -44
- data/vendor/depot_tools/third_party/boto/https_connection.py +0 -124
- data/vendor/depot_tools/third_party/boto/jsonresponse.py +0 -163
- data/vendor/depot_tools/third_party/boto/manage/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/manage/cmdshell.py +0 -241
- data/vendor/depot_tools/third_party/boto/manage/propget.py +0 -64
- data/vendor/depot_tools/third_party/boto/manage/server.py +0 -556
- data/vendor/depot_tools/third_party/boto/manage/task.py +0 -175
- data/vendor/depot_tools/third_party/boto/manage/test_manage.py +0 -34
- data/vendor/depot_tools/third_party/boto/manage/volume.py +0 -420
- data/vendor/depot_tools/third_party/boto/mashups/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/mashups/interactive.py +0 -97
- data/vendor/depot_tools/third_party/boto/mashups/iobject.py +0 -115
- data/vendor/depot_tools/third_party/boto/mashups/order.py +0 -211
- data/vendor/depot_tools/third_party/boto/mashups/server.py +0 -395
- data/vendor/depot_tools/third_party/boto/plugin.py +0 -90
- data/vendor/depot_tools/third_party/boto/provider.py +0 -337
- data/vendor/depot_tools/third_party/boto/pyami/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/pyami/bootstrap.py +0 -134
- data/vendor/depot_tools/third_party/boto/pyami/config.py +0 -229
- data/vendor/depot_tools/third_party/boto/pyami/copybot.cfg +0 -60
- data/vendor/depot_tools/third_party/boto/pyami/copybot.py +0 -97
- data/vendor/depot_tools/third_party/boto/pyami/helloworld.py +0 -28
- data/vendor/depot_tools/third_party/boto/pyami/launch_ami.py +0 -178
- data/vendor/depot_tools/third_party/boto/pyami/scriptbase.py +0 -44
- data/vendor/depot_tools/third_party/boto/pyami/startup.py +0 -60
- data/vendor/depot_tools/third_party/boto/regioninfo.py +0 -63
- data/vendor/depot_tools/third_party/boto/resultset.py +0 -169
- data/vendor/depot_tools/third_party/boto/roboto/__init__.py +0 -1
- data/vendor/depot_tools/third_party/boto/roboto/awsqueryrequest.py +0 -504
- data/vendor/depot_tools/third_party/boto/roboto/awsqueryservice.py +0 -121
- data/vendor/depot_tools/third_party/boto/roboto/param.py +0 -147
- data/vendor/depot_tools/third_party/boto/s3/__init__.py +0 -84
- data/vendor/depot_tools/third_party/boto/s3/acl.py +0 -164
- data/vendor/depot_tools/third_party/boto/s3/bucket.py +0 -1634
- data/vendor/depot_tools/third_party/boto/s3/bucketlistresultset.py +0 -139
- data/vendor/depot_tools/third_party/boto/s3/bucketlogging.py +0 -83
- data/vendor/depot_tools/third_party/boto/s3/connection.py +0 -540
- data/vendor/depot_tools/third_party/boto/s3/cors.py +0 -210
- data/vendor/depot_tools/third_party/boto/s3/deletemarker.py +0 -55
- data/vendor/depot_tools/third_party/boto/s3/key.py +0 -1712
- data/vendor/depot_tools/third_party/boto/s3/keyfile.py +0 -134
- data/vendor/depot_tools/third_party/boto/s3/lifecycle.py +0 -231
- data/vendor/depot_tools/third_party/boto/s3/multidelete.py +0 -138
- data/vendor/depot_tools/third_party/boto/s3/multipart.py +0 -315
- data/vendor/depot_tools/third_party/boto/s3/prefix.py +0 -42
- data/vendor/depot_tools/third_party/boto/s3/resumable_download_handler.py +0 -339
- data/vendor/depot_tools/third_party/boto/s3/tagging.py +0 -71
- data/vendor/depot_tools/third_party/boto/s3/user.py +0 -49
- data/vendor/depot_tools/third_party/boto/s3/website.py +0 -237
- data/vendor/depot_tools/third_party/boto/services/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/services/bs.py +0 -179
- data/vendor/depot_tools/third_party/boto/services/message.py +0 -58
- data/vendor/depot_tools/third_party/boto/services/result.py +0 -136
- data/vendor/depot_tools/third_party/boto/services/service.py +0 -161
- data/vendor/depot_tools/third_party/boto/services/servicedef.py +0 -91
- data/vendor/depot_tools/third_party/boto/services/sonofmmm.cfg +0 -43
- data/vendor/depot_tools/third_party/boto/services/sonofmmm.py +0 -81
- data/vendor/depot_tools/third_party/boto/services/submit.py +0 -88
- data/vendor/depot_tools/third_party/boto/ses/__init__.py +0 -54
- data/vendor/depot_tools/third_party/boto/ses/connection.py +0 -521
- data/vendor/depot_tools/third_party/boto/ses/exceptions.py +0 -77
- data/vendor/depot_tools/third_party/boto/storage_uri.py +0 -835
- data/vendor/depot_tools/third_party/boto/sts/__init__.py +0 -55
- data/vendor/depot_tools/third_party/boto/sts/connection.py +0 -207
- data/vendor/depot_tools/third_party/boto/sts/credentials.py +0 -215
- data/vendor/depot_tools/third_party/boto/utils.py +0 -927
- data/vendor/depot_tools/third_party/colorama/README.txt +0 -304
- data/vendor/depot_tools/third_party/fancy_urllib/README +0 -22
- data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +0 -460
- data/vendor/depot_tools/third_party/logilab/README.chromium +0 -6
- data/vendor/depot_tools/third_party/logilab/__init__.py +0 -0
- data/vendor/depot_tools/third_party/logilab/astroid/LICENSE.txt +0 -340
- data/vendor/depot_tools/third_party/logilab/astroid/README.chromium +0 -11
- data/vendor/depot_tools/third_party/logilab/astroid/__init__.py +0 -136
- data/vendor/depot_tools/third_party/logilab/astroid/__pkginfo__.py +0 -42
- data/vendor/depot_tools/third_party/logilab/astroid/arguments.py +0 -233
- data/vendor/depot_tools/third_party/logilab/astroid/as_string.py +0 -548
- data/vendor/depot_tools/third_party/logilab/astroid/astpeephole.py +0 -86
- data/vendor/depot_tools/third_party/logilab/astroid/bases.py +0 -636
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_builtin_inference.py +0 -336
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_dateutil.py +0 -15
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_gi.py +0 -195
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_mechanize.py +0 -18
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_nose.py +0 -82
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_numpy.py +0 -62
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_pytest.py +0 -76
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_qt.py +0 -44
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_six.py +0 -288
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_ssl.py +0 -65
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_stdlib.py +0 -473
- data/vendor/depot_tools/third_party/logilab/astroid/builder.py +0 -263
- data/vendor/depot_tools/third_party/logilab/astroid/context.py +0 -81
- data/vendor/depot_tools/third_party/logilab/astroid/decorators.py +0 -75
- data/vendor/depot_tools/third_party/logilab/astroid/exceptions.py +0 -71
- data/vendor/depot_tools/third_party/logilab/astroid/inference.py +0 -359
- data/vendor/depot_tools/third_party/logilab/astroid/manager.py +0 -267
- data/vendor/depot_tools/third_party/logilab/astroid/mixins.py +0 -147
- data/vendor/depot_tools/third_party/logilab/astroid/modutils.py +0 -741
- data/vendor/depot_tools/third_party/logilab/astroid/node_classes.py +0 -1053
- data/vendor/depot_tools/third_party/logilab/astroid/nodes.py +0 -87
- data/vendor/depot_tools/third_party/logilab/astroid/objects.py +0 -186
- data/vendor/depot_tools/third_party/logilab/astroid/protocols.py +0 -470
- data/vendor/depot_tools/third_party/logilab/astroid/raw_building.py +0 -390
- data/vendor/depot_tools/third_party/logilab/astroid/rebuilder.py +0 -989
- data/vendor/depot_tools/third_party/logilab/astroid/scoped_nodes.py +0 -1716
- data/vendor/depot_tools/third_party/logilab/astroid/test_utils.py +0 -201
- data/vendor/depot_tools/third_party/logilab/astroid/transforms.py +0 -96
- data/vendor/depot_tools/third_party/logilab/astroid/util.py +0 -89
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/LICENSE +0 -19
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/README.chromium +0 -11
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/__init__.py +0 -20
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/cext.c +0 -1421
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/compat.py +0 -9
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/simple.py +0 -246
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/slots.py +0 -414
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/utils.py +0 -13
- data/vendor/depot_tools/third_party/logilab/wrapt/LICENSE +0 -24
- data/vendor/depot_tools/third_party/logilab/wrapt/README.chromium +0 -11
- data/vendor/depot_tools/third_party/logilab/wrapt/__init__.py +0 -19
- data/vendor/depot_tools/third_party/logilab/wrapt/_wrappers.c +0 -2729
- data/vendor/depot_tools/third_party/logilab/wrapt/arguments.py +0 -96
- data/vendor/depot_tools/third_party/logilab/wrapt/decorators.py +0 -512
- data/vendor/depot_tools/third_party/logilab/wrapt/importer.py +0 -228
- data/vendor/depot_tools/third_party/logilab/wrapt/wrappers.py +0 -901
- data/vendor/depot_tools/third_party/mock/LICENSE.txt +0 -26
- data/vendor/depot_tools/third_party/mock/README.chromium +0 -24
- data/vendor/depot_tools/third_party/mock/__init__.py +0 -2366
- data/vendor/depot_tools/third_party/oauth2client/LICENSE +0 -202
- data/vendor/depot_tools/third_party/oauth2client/MODIFICATIONS.diff +0 -66
- data/vendor/depot_tools/third_party/oauth2client/README.chromium +0 -15
- data/vendor/depot_tools/third_party/oauth2client/__init__.py +0 -5
- data/vendor/depot_tools/third_party/oauth2client/anyjson.py +0 -32
- data/vendor/depot_tools/third_party/oauth2client/appengine.py +0 -963
- data/vendor/depot_tools/third_party/oauth2client/client.py +0 -1363
- data/vendor/depot_tools/third_party/oauth2client/clientsecrets.py +0 -153
- data/vendor/depot_tools/third_party/oauth2client/crypt.py +0 -377
- data/vendor/depot_tools/third_party/oauth2client/django_orm.py +0 -134
- data/vendor/depot_tools/third_party/oauth2client/file.py +0 -124
- data/vendor/depot_tools/third_party/oauth2client/gce.py +0 -90
- data/vendor/depot_tools/third_party/oauth2client/keyring_storage.py +0 -109
- data/vendor/depot_tools/third_party/oauth2client/locked_file.py +0 -373
- data/vendor/depot_tools/third_party/oauth2client/multistore_file.py +0 -465
- data/vendor/depot_tools/third_party/oauth2client/old_run.py +0 -160
- data/vendor/depot_tools/third_party/oauth2client/tools.py +0 -243
- data/vendor/depot_tools/third_party/oauth2client/util.py +0 -196
- data/vendor/depot_tools/third_party/oauth2client/xsrfutil.py +0 -113
- data/vendor/depot_tools/third_party/protobuf26/README.chromium +0 -23
- data/vendor/depot_tools/third_party/protobuf26/__init__.py +0 -0
- data/vendor/depot_tools/third_party/protobuf26/compiler/__init__.py +0 -0
- data/vendor/depot_tools/third_party/protobuf26/compiler/plugin_pb2.py +0 -184
- data/vendor/depot_tools/third_party/protobuf26/descriptor.py +0 -849
- data/vendor/depot_tools/third_party/protobuf26/descriptor_database.py +0 -137
- data/vendor/depot_tools/third_party/protobuf26/descriptor_pb2.py +0 -1522
- data/vendor/depot_tools/third_party/protobuf26/descriptor_pool.py +0 -643
- data/vendor/depot_tools/third_party/protobuf26/internal/__init__.py +0 -0
- data/vendor/depot_tools/third_party/protobuf26/internal/api_implementation.py +0 -89
- data/vendor/depot_tools/third_party/protobuf26/internal/containers.py +0 -269
- data/vendor/depot_tools/third_party/protobuf26/internal/cpp_message.py +0 -663
- data/vendor/depot_tools/third_party/protobuf26/internal/decoder.py +0 -831
- data/vendor/depot_tools/third_party/protobuf26/internal/encoder.py +0 -788
- data/vendor/depot_tools/third_party/protobuf26/internal/enum_type_wrapper.py +0 -89
- data/vendor/depot_tools/third_party/protobuf26/internal/message_listener.py +0 -78
- data/vendor/depot_tools/third_party/protobuf26/internal/python_message.py +0 -1247
- data/vendor/depot_tools/third_party/protobuf26/internal/type_checkers.py +0 -328
- data/vendor/depot_tools/third_party/protobuf26/internal/wire_format.py +0 -268
- data/vendor/depot_tools/third_party/protobuf26/message.py +0 -284
- data/vendor/depot_tools/third_party/protobuf26/message_factory.py +0 -155
- data/vendor/depot_tools/third_party/protobuf26/reflection.py +0 -205
- data/vendor/depot_tools/third_party/protobuf26/service.py +0 -226
- data/vendor/depot_tools/third_party/protobuf26/service_reflection.py +0 -284
- data/vendor/depot_tools/third_party/protobuf26/symbol_database.py +0 -185
- data/vendor/depot_tools/third_party/protobuf26/text_encoding.py +0 -110
- data/vendor/depot_tools/third_party/protobuf26/text_format.py +0 -873
- data/vendor/depot_tools/third_party/pylint.py +0 -37
- data/vendor/depot_tools/third_party/pylint/LICENSE.txt +0 -340
- data/vendor/depot_tools/third_party/pylint/README.chromium +0 -30
- data/vendor/depot_tools/third_party/pylint/__init__.py +0 -46
- data/vendor/depot_tools/third_party/pylint/__main__.py +0 -3
- data/vendor/depot_tools/third_party/pylint/__pkginfo__.py +0 -80
- data/vendor/depot_tools/third_party/pylint/checkers/__init__.py +0 -123
- data/vendor/depot_tools/third_party/pylint/checkers/async.py +0 -82
- data/vendor/depot_tools/third_party/pylint/checkers/base.py +0 -2010
- data/vendor/depot_tools/third_party/pylint/checkers/classes.py +0 -1120
- data/vendor/depot_tools/third_party/pylint/checkers/design_analysis.py +0 -348
- data/vendor/depot_tools/third_party/pylint/checkers/exceptions.py +0 -369
- data/vendor/depot_tools/third_party/pylint/checkers/format.py +0 -993
- data/vendor/depot_tools/third_party/pylint/checkers/imports.py +0 -654
- data/vendor/depot_tools/third_party/pylint/checkers/logging.py +0 -258
- data/vendor/depot_tools/third_party/pylint/checkers/misc.py +0 -105
- data/vendor/depot_tools/third_party/pylint/checkers/newstyle.py +0 -169
- data/vendor/depot_tools/third_party/pylint/checkers/python3.py +0 -591
- data/vendor/depot_tools/third_party/pylint/checkers/raw_metrics.py +0 -129
- data/vendor/depot_tools/third_party/pylint/checkers/similar.py +0 -371
- data/vendor/depot_tools/third_party/pylint/checkers/spelling.py +0 -264
- data/vendor/depot_tools/third_party/pylint/checkers/stdlib.py +0 -280
- data/vendor/depot_tools/third_party/pylint/checkers/strings.py +0 -618
- data/vendor/depot_tools/third_party/pylint/checkers/typecheck.py +0 -974
- data/vendor/depot_tools/third_party/pylint/checkers/utils.py +0 -741
- data/vendor/depot_tools/third_party/pylint/checkers/variables.py +0 -1191
- data/vendor/depot_tools/third_party/pylint/config.py +0 -820
- data/vendor/depot_tools/third_party/pylint/epylint.py +0 -181
- data/vendor/depot_tools/third_party/pylint/extensions/__init__.py +0 -0
- data/vendor/depot_tools/third_party/pylint/extensions/check_docs.py +0 -311
- data/vendor/depot_tools/third_party/pylint/extensions/check_elif.py +0 -62
- data/vendor/depot_tools/third_party/pylint/graph.py +0 -179
- data/vendor/depot_tools/third_party/pylint/gui.py +0 -531
- data/vendor/depot_tools/third_party/pylint/interfaces.py +0 -102
- data/vendor/depot_tools/third_party/pylint/lint.py +0 -1381
- data/vendor/depot_tools/third_party/pylint/pyreverse/__init__.py +0 -5
- data/vendor/depot_tools/third_party/pylint/pyreverse/diadefslib.py +0 -230
- data/vendor/depot_tools/third_party/pylint/pyreverse/diagrams.py +0 -258
- data/vendor/depot_tools/third_party/pylint/pyreverse/inspector.py +0 -372
- data/vendor/depot_tools/third_party/pylint/pyreverse/main.py +0 -147
- data/vendor/depot_tools/third_party/pylint/pyreverse/utils.py +0 -210
- data/vendor/depot_tools/third_party/pylint/pyreverse/vcgutils.py +0 -198
- data/vendor/depot_tools/third_party/pylint/pyreverse/writer.py +0 -198
- data/vendor/depot_tools/third_party/pylint/reporters/__init__.py +0 -149
- data/vendor/depot_tools/third_party/pylint/reporters/guireporter.py +0 -27
- data/vendor/depot_tools/third_party/pylint/reporters/html.py +0 -108
- data/vendor/depot_tools/third_party/pylint/reporters/json.py +0 -64
- data/vendor/depot_tools/third_party/pylint/reporters/text.py +0 -237
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/__init__.py +0 -106
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/html_writer.py +0 -93
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/nodes.py +0 -181
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/text_writer.py +0 -99
- data/vendor/depot_tools/third_party/pylint/testutils.py +0 -414
- data/vendor/depot_tools/third_party/pylint/utils.py +0 -1148
- data/vendor/depot_tools/third_party/pymox/COPYING +0 -202
- data/vendor/depot_tools/third_party/pymox/MANIFEST.in +0 -5
- data/vendor/depot_tools/third_party/pymox/README +0 -56
- data/vendor/depot_tools/third_party/pymox/__init__.py +0 -0
- data/vendor/depot_tools/third_party/pymox/mox.py +0 -1643
- data/vendor/depot_tools/third_party/pymox/mox_test.py +0 -1708
- data/vendor/depot_tools/third_party/pymox/mox_test_helper.py +0 -76
- data/vendor/depot_tools/third_party/pymox/setup.py +0 -14
- data/vendor/depot_tools/third_party/pymox/stubout.py +0 -142
- data/vendor/depot_tools/third_party/pymox/stubout_test.py +0 -47
- data/vendor/depot_tools/third_party/pymox/stubout_testee.py +0 -2
- data/vendor/depot_tools/third_party/simplejson/LICENSE.txt +0 -19
- data/vendor/depot_tools/third_party/simplejson/PKG-INFO +0 -29
- data/vendor/depot_tools/third_party/simplejson/__init__.py +0 -437
- data/vendor/depot_tools/third_party/simplejson/decoder.py +0 -421
- data/vendor/depot_tools/third_party/simplejson/encoder.py +0 -501
- data/vendor/depot_tools/third_party/simplejson/ordered_dict.py +0 -119
- data/vendor/depot_tools/third_party/simplejson/scanner.py +0 -77
- data/vendor/depot_tools/third_party/simplejson/tool.py +0 -39
- data/vendor/depot_tools/third_party/upload.py +0 -2565
@@ -1,137 +0,0 @@
|
|
1
|
-
# Protocol Buffers - Google's data interchange format
|
2
|
-
# Copyright 2008 Google Inc. All rights reserved.
|
3
|
-
# http://code.google.com/p/protobuf/
|
4
|
-
#
|
5
|
-
# Redistribution and use in source and binary forms, with or without
|
6
|
-
# modification, are permitted provided that the following conditions are
|
7
|
-
# met:
|
8
|
-
#
|
9
|
-
# * Redistributions of source code must retain the above copyright
|
10
|
-
# notice, this list of conditions and the following disclaimer.
|
11
|
-
# * Redistributions in binary form must reproduce the above
|
12
|
-
# copyright notice, this list of conditions and the following disclaimer
|
13
|
-
# in the documentation and/or other materials provided with the
|
14
|
-
# distribution.
|
15
|
-
# * Neither the name of Google Inc. nor the names of its
|
16
|
-
# contributors may be used to endorse or promote products derived from
|
17
|
-
# this software without specific prior written permission.
|
18
|
-
#
|
19
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
20
|
-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
21
|
-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
22
|
-
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
23
|
-
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
24
|
-
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
25
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
26
|
-
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
27
|
-
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
28
|
-
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
29
|
-
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
30
|
-
|
31
|
-
"""Provides a container for DescriptorProtos."""
|
32
|
-
|
33
|
-
__author__ = 'matthewtoia@google.com (Matt Toia)'
|
34
|
-
|
35
|
-
|
36
|
-
class Error(Exception):
|
37
|
-
pass
|
38
|
-
|
39
|
-
|
40
|
-
class DescriptorDatabaseConflictingDefinitionError(Error):
|
41
|
-
"""Raised when a proto is added with the same name & different descriptor."""
|
42
|
-
|
43
|
-
|
44
|
-
class DescriptorDatabase(object):
|
45
|
-
"""A container accepting FileDescriptorProtos and maps DescriptorProtos."""
|
46
|
-
|
47
|
-
def __init__(self):
|
48
|
-
self._file_desc_protos_by_file = {}
|
49
|
-
self._file_desc_protos_by_symbol = {}
|
50
|
-
|
51
|
-
def Add(self, file_desc_proto):
|
52
|
-
"""Adds the FileDescriptorProto and its types to this database.
|
53
|
-
|
54
|
-
Args:
|
55
|
-
file_desc_proto: The FileDescriptorProto to add.
|
56
|
-
Raises:
|
57
|
-
DescriptorDatabaseException: if an attempt is made to add a proto
|
58
|
-
with the same name but different definition than an exisiting
|
59
|
-
proto in the database.
|
60
|
-
"""
|
61
|
-
proto_name = file_desc_proto.name
|
62
|
-
if proto_name not in self._file_desc_protos_by_file:
|
63
|
-
self._file_desc_protos_by_file[proto_name] = file_desc_proto
|
64
|
-
elif self._file_desc_protos_by_file[proto_name] != file_desc_proto:
|
65
|
-
raise DescriptorDatabaseConflictingDefinitionError(
|
66
|
-
'%s already added, but with different descriptor.' % proto_name)
|
67
|
-
|
68
|
-
package = file_desc_proto.package
|
69
|
-
for message in file_desc_proto.message_type:
|
70
|
-
self._file_desc_protos_by_symbol.update(
|
71
|
-
(name, file_desc_proto) for name in _ExtractSymbols(message, package))
|
72
|
-
for enum in file_desc_proto.enum_type:
|
73
|
-
self._file_desc_protos_by_symbol[
|
74
|
-
'.'.join((package, enum.name))] = file_desc_proto
|
75
|
-
|
76
|
-
def FindFileByName(self, name):
|
77
|
-
"""Finds the file descriptor proto by file name.
|
78
|
-
|
79
|
-
Typically the file name is a relative path ending to a .proto file. The
|
80
|
-
proto with the given name will have to have been added to this database
|
81
|
-
using the Add method or else an error will be raised.
|
82
|
-
|
83
|
-
Args:
|
84
|
-
name: The file name to find.
|
85
|
-
|
86
|
-
Returns:
|
87
|
-
The file descriptor proto matching the name.
|
88
|
-
|
89
|
-
Raises:
|
90
|
-
KeyError if no file by the given name was added.
|
91
|
-
"""
|
92
|
-
|
93
|
-
return self._file_desc_protos_by_file[name]
|
94
|
-
|
95
|
-
def FindFileContainingSymbol(self, symbol):
|
96
|
-
"""Finds the file descriptor proto containing the specified symbol.
|
97
|
-
|
98
|
-
The symbol should be a fully qualified name including the file descriptor's
|
99
|
-
package and any containing messages. Some examples:
|
100
|
-
|
101
|
-
'some.package.name.Message'
|
102
|
-
'some.package.name.Message.NestedEnum'
|
103
|
-
|
104
|
-
The file descriptor proto containing the specified symbol must be added to
|
105
|
-
this database using the Add method or else an error will be raised.
|
106
|
-
|
107
|
-
Args:
|
108
|
-
symbol: The fully qualified symbol name.
|
109
|
-
|
110
|
-
Returns:
|
111
|
-
The file descriptor proto containing the symbol.
|
112
|
-
|
113
|
-
Raises:
|
114
|
-
KeyError if no file contains the specified symbol.
|
115
|
-
"""
|
116
|
-
|
117
|
-
return self._file_desc_protos_by_symbol[symbol]
|
118
|
-
|
119
|
-
|
120
|
-
def _ExtractSymbols(desc_proto, package):
|
121
|
-
"""Pulls out all the symbols from a descriptor proto.
|
122
|
-
|
123
|
-
Args:
|
124
|
-
desc_proto: The proto to extract symbols from.
|
125
|
-
package: The package containing the descriptor type.
|
126
|
-
|
127
|
-
Yields:
|
128
|
-
The fully qualified name found in the descriptor.
|
129
|
-
"""
|
130
|
-
|
131
|
-
message_name = '.'.join((package, desc_proto.name))
|
132
|
-
yield message_name
|
133
|
-
for nested_type in desc_proto.nested_type:
|
134
|
-
for symbol in _ExtractSymbols(nested_type, message_name):
|
135
|
-
yield symbol
|
136
|
-
for enum_type in desc_proto.enum_type:
|
137
|
-
yield '.'.join((message_name, enum_type.name))
|
@@ -1,1522 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: google/protobuf/descriptor.proto
|
3
|
-
|
4
|
-
import sys
|
5
|
-
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
|
6
|
-
from protobuf26 import descriptor as _descriptor
|
7
|
-
from protobuf26 import message as _message
|
8
|
-
from protobuf26 import reflection as _reflection
|
9
|
-
from protobuf26 import symbol_database as _symbol_database
|
10
|
-
# @@protoc_insertion_point(imports)
|
11
|
-
|
12
|
-
_sym_db = _symbol_database.Default()
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
DESCRIPTOR = _descriptor.FileDescriptor(
|
18
|
-
name='google/protobuf/descriptor.proto',
|
19
|
-
package='google.protobuf',
|
20
|
-
serialized_pb=_b('\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xcb\x03\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x19\n\x11public_dependency\x18\n \x03(\x05\x12\x17\n\x0fweak_dependency\x18\x0b \x03(\x05\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12-\n\x07options\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.FileOptions\x12\x39\n\x10source_code_info\x18\t \x01(\x0b\x32\x1f.google.protobuf.SourceCodeInfo\"\xe4\x03\n\x0f\x44\x65scriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05\x66ield\x18\x02 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x38\n\textension\x18\x06 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x35\n\x0bnested_type\x18\x03 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x04 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12H\n\x0f\x65xtension_range\x18\x05 \x03(\x0b\x32/.google.protobuf.DescriptorProto.ExtensionRange\x12\x39\n\noneof_decl\x18\x08 \x03(\x0b\x32%.google.protobuf.OneofDescriptorProto\x12\x30\n\x07options\x18\x07 \x01(\x0b\x32\x1f.google.protobuf.MessageOptions\x1a,\n\x0e\x45xtensionRange\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\"\xa9\x05\n\x14\x46ieldDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x03 \x01(\x05\x12:\n\x05label\x18\x04 \x01(\x0e\x32+.google.protobuf.FieldDescriptorProto.Label\x12\x38\n\x04type\x18\x05 \x01(\x0e\x32*.google.protobuf.FieldDescriptorProto.Type\x12\x11\n\ttype_name\x18\x06 \x01(\t\x12\x10\n\x08\x65xtendee\x18\x02 \x01(\t\x12\x15\n\rdefault_value\x18\x07 \x01(\t\x12\x13\n\x0boneof_index\x18\t \x01(\x05\x12.\n\x07options\x18\x08 \x01(\x0b\x32\x1d.google.protobuf.FieldOptions\"\xb6\x02\n\x04Type\x12\x0f\n\x0bTYPE_DOUBLE\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x0e\n\nTYPE_INT64\x10\x03\x12\x0f\n\x0bTYPE_UINT64\x10\x04\x12\x0e\n\nTYPE_INT32\x10\x05\x12\x10\n\x0cTYPE_FIXED64\x10\x06\x12\x10\n\x0cTYPE_FIXED32\x10\x07\x12\r\n\tTYPE_BOOL\x10\x08\x12\x0f\n\x0bTYPE_STRING\x10\t\x12\x0e\n\nTYPE_GROUP\x10\n\x12\x10\n\x0cTYPE_MESSAGE\x10\x0b\x12\x0e\n\nTYPE_BYTES\x10\x0c\x12\x0f\n\x0bTYPE_UINT32\x10\r\x12\r\n\tTYPE_ENUM\x10\x0e\x12\x11\n\rTYPE_SFIXED32\x10\x0f\x12\x11\n\rTYPE_SFIXED64\x10\x10\x12\x0f\n\x0bTYPE_SINT32\x10\x11\x12\x0f\n\x0bTYPE_SINT64\x10\x12\"C\n\x05Label\x12\x12\n\x0eLABEL_OPTIONAL\x10\x01\x12\x12\n\x0eLABEL_REQUIRED\x10\x02\x12\x12\n\x0eLABEL_REPEATED\x10\x03\"$\n\x14OneofDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x8c\x01\n\x13\x45numDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x03(\x0b\x32).google.protobuf.EnumValueDescriptorProto\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.EnumOptions\"l\n\x18\x45numValueDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x02 \x01(\x05\x12\x32\n\x07options\x18\x03 \x01(\x0b\x32!.google.protobuf.EnumValueOptions\"\x90\x01\n\x16ServiceDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x06method\x18\x02 \x03(\x0b\x32&.google.protobuf.MethodDescriptorProto\x12\x30\n\x07options\x18\x03 \x01(\x0b\x32\x1f.google.protobuf.ServiceOptions\"\x7f\n\x15MethodDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_type\x18\x02 \x01(\t\x12\x13\n\x0boutput_type\x18\x03 \x01(\t\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.google.protobuf.MethodOptions\"\xab\x04\n\x0b\x46ileOptions\x12\x14\n\x0cjava_package\x18\x01 \x01(\t\x12\x1c\n\x14java_outer_classname\x18\x08 \x01(\t\x12\"\n\x13java_multiple_files\x18\n \x01(\x08:\x05\x66\x61lse\x12,\n\x1djava_generate_equals_and_hash\x18\x14 \x01(\x08:\x05\x66\x61lse\x12%\n\x16java_string_check_utf8\x18\x1b \x01(\x08:\x05\x66\x61lse\x12\x46\n\x0coptimize_for\x18\t \x01(\x0e\x32).google.protobuf.FileOptions.OptimizeMode:\x05SPEED\x12\x12\n\ngo_package\x18\x0b \x01(\t\x12\"\n\x13\x63\x63_generic_services\x18\x10 \x01(\x08:\x05\x66\x61lse\x12$\n\x15java_generic_services\x18\x11 \x01(\x08:\x05\x66\x61lse\x12\"\n\x13py_generic_services\x18\x12 \x01(\x08:\x05\x66\x61lse\x12\x19\n\ndeprecated\x18\x17 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\":\n\x0cOptimizeMode\x12\t\n\x05SPEED\x10\x01\x12\r\n\tCODE_SIZE\x10\x02\x12\x10\n\x0cLITE_RUNTIME\x10\x03*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xd3\x01\n\x0eMessageOptions\x12&\n\x17message_set_wire_format\x18\x01 \x01(\x08:\x05\x66\x61lse\x12.\n\x1fno_standard_descriptor_accessor\x18\x02 \x01(\x08:\x05\x66\x61lse\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xbe\x02\n\x0c\x46ieldOptions\x12:\n\x05\x63type\x18\x01 \x01(\x0e\x32#.google.protobuf.FieldOptions.CType:\x06STRING\x12\x0e\n\x06packed\x18\x02 \x01(\x08\x12\x13\n\x04lazy\x18\x05 \x01(\x08:\x05\x66\x61lse\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x1c\n\x14\x65xperimental_map_key\x18\t \x01(\t\x12\x13\n\x04weak\x18\n \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\"/\n\x05\x43Type\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x43ORD\x10\x01\x12\x10\n\x0cSTRING_PIECE\x10\x02*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x8d\x01\n\x0b\x45numOptions\x12\x13\n\x0b\x61llow_alias\x18\x02 \x01(\x08\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"}\n\x10\x45numValueOptions\x12\x19\n\ndeprecated\x18\x01 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"{\n\x0eServiceOptions\x12\x19\n\ndeprecated\x18! \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"z\n\rMethodOptions\x12\x19\n\ndeprecated\x18! \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x9e\x02\n\x13UninterpretedOption\x12;\n\x04name\x18\x02 \x03(\x0b\x32-.google.protobuf.UninterpretedOption.NamePart\x12\x18\n\x10identifier_value\x18\x03 \x01(\t\x12\x1a\n\x12positive_int_value\x18\x04 \x01(\x04\x12\x1a\n\x12negative_int_value\x18\x05 \x01(\x03\x12\x14\n\x0c\x64ouble_value\x18\x06 \x01(\x01\x12\x14\n\x0cstring_value\x18\x07 \x01(\x0c\x12\x17\n\x0f\x61ggregate_value\x18\x08 \x01(\t\x1a\x33\n\x08NamePart\x12\x11\n\tname_part\x18\x01 \x02(\t\x12\x14\n\x0cis_extension\x18\x02 \x02(\x08\"\xb1\x01\n\x0eSourceCodeInfo\x12:\n\x08location\x18\x01 \x03(\x0b\x32(.google.protobuf.SourceCodeInfo.Location\x1a\x63\n\x08Location\x12\x10\n\x04path\x18\x01 \x03(\x05\x42\x02\x10\x01\x12\x10\n\x04span\x18\x02 \x03(\x05\x42\x02\x10\x01\x12\x18\n\x10leading_comments\x18\x03 \x01(\t\x12\x19\n\x11trailing_comments\x18\x04 \x01(\tB)\n\x13\x63om.google.protobufB\x10\x44\x65scriptorProtosH\x01')
|
21
|
-
)
|
22
|
-
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
_FIELDDESCRIPTORPROTO_TYPE = _descriptor.EnumDescriptor(
|
27
|
-
name='Type',
|
28
|
-
full_name='google.protobuf.FieldDescriptorProto.Type',
|
29
|
-
filename=None,
|
30
|
-
file=DESCRIPTOR,
|
31
|
-
values=[
|
32
|
-
_descriptor.EnumValueDescriptor(
|
33
|
-
name='TYPE_DOUBLE', index=0, number=1,
|
34
|
-
options=None,
|
35
|
-
type=None),
|
36
|
-
_descriptor.EnumValueDescriptor(
|
37
|
-
name='TYPE_FLOAT', index=1, number=2,
|
38
|
-
options=None,
|
39
|
-
type=None),
|
40
|
-
_descriptor.EnumValueDescriptor(
|
41
|
-
name='TYPE_INT64', index=2, number=3,
|
42
|
-
options=None,
|
43
|
-
type=None),
|
44
|
-
_descriptor.EnumValueDescriptor(
|
45
|
-
name='TYPE_UINT64', index=3, number=4,
|
46
|
-
options=None,
|
47
|
-
type=None),
|
48
|
-
_descriptor.EnumValueDescriptor(
|
49
|
-
name='TYPE_INT32', index=4, number=5,
|
50
|
-
options=None,
|
51
|
-
type=None),
|
52
|
-
_descriptor.EnumValueDescriptor(
|
53
|
-
name='TYPE_FIXED64', index=5, number=6,
|
54
|
-
options=None,
|
55
|
-
type=None),
|
56
|
-
_descriptor.EnumValueDescriptor(
|
57
|
-
name='TYPE_FIXED32', index=6, number=7,
|
58
|
-
options=None,
|
59
|
-
type=None),
|
60
|
-
_descriptor.EnumValueDescriptor(
|
61
|
-
name='TYPE_BOOL', index=7, number=8,
|
62
|
-
options=None,
|
63
|
-
type=None),
|
64
|
-
_descriptor.EnumValueDescriptor(
|
65
|
-
name='TYPE_STRING', index=8, number=9,
|
66
|
-
options=None,
|
67
|
-
type=None),
|
68
|
-
_descriptor.EnumValueDescriptor(
|
69
|
-
name='TYPE_GROUP', index=9, number=10,
|
70
|
-
options=None,
|
71
|
-
type=None),
|
72
|
-
_descriptor.EnumValueDescriptor(
|
73
|
-
name='TYPE_MESSAGE', index=10, number=11,
|
74
|
-
options=None,
|
75
|
-
type=None),
|
76
|
-
_descriptor.EnumValueDescriptor(
|
77
|
-
name='TYPE_BYTES', index=11, number=12,
|
78
|
-
options=None,
|
79
|
-
type=None),
|
80
|
-
_descriptor.EnumValueDescriptor(
|
81
|
-
name='TYPE_UINT32', index=12, number=13,
|
82
|
-
options=None,
|
83
|
-
type=None),
|
84
|
-
_descriptor.EnumValueDescriptor(
|
85
|
-
name='TYPE_ENUM', index=13, number=14,
|
86
|
-
options=None,
|
87
|
-
type=None),
|
88
|
-
_descriptor.EnumValueDescriptor(
|
89
|
-
name='TYPE_SFIXED32', index=14, number=15,
|
90
|
-
options=None,
|
91
|
-
type=None),
|
92
|
-
_descriptor.EnumValueDescriptor(
|
93
|
-
name='TYPE_SFIXED64', index=15, number=16,
|
94
|
-
options=None,
|
95
|
-
type=None),
|
96
|
-
_descriptor.EnumValueDescriptor(
|
97
|
-
name='TYPE_SINT32', index=16, number=17,
|
98
|
-
options=None,
|
99
|
-
type=None),
|
100
|
-
_descriptor.EnumValueDescriptor(
|
101
|
-
name='TYPE_SINT64', index=17, number=18,
|
102
|
-
options=None,
|
103
|
-
type=None),
|
104
|
-
],
|
105
|
-
containing_type=None,
|
106
|
-
options=None,
|
107
|
-
serialized_start=1378,
|
108
|
-
serialized_end=1688,
|
109
|
-
)
|
110
|
-
_sym_db.RegisterEnumDescriptor(_FIELDDESCRIPTORPROTO_TYPE)
|
111
|
-
|
112
|
-
_FIELDDESCRIPTORPROTO_LABEL = _descriptor.EnumDescriptor(
|
113
|
-
name='Label',
|
114
|
-
full_name='google.protobuf.FieldDescriptorProto.Label',
|
115
|
-
filename=None,
|
116
|
-
file=DESCRIPTOR,
|
117
|
-
values=[
|
118
|
-
_descriptor.EnumValueDescriptor(
|
119
|
-
name='LABEL_OPTIONAL', index=0, number=1,
|
120
|
-
options=None,
|
121
|
-
type=None),
|
122
|
-
_descriptor.EnumValueDescriptor(
|
123
|
-
name='LABEL_REQUIRED', index=1, number=2,
|
124
|
-
options=None,
|
125
|
-
type=None),
|
126
|
-
_descriptor.EnumValueDescriptor(
|
127
|
-
name='LABEL_REPEATED', index=2, number=3,
|
128
|
-
options=None,
|
129
|
-
type=None),
|
130
|
-
],
|
131
|
-
containing_type=None,
|
132
|
-
options=None,
|
133
|
-
serialized_start=1690,
|
134
|
-
serialized_end=1757,
|
135
|
-
)
|
136
|
-
_sym_db.RegisterEnumDescriptor(_FIELDDESCRIPTORPROTO_LABEL)
|
137
|
-
|
138
|
-
_FILEOPTIONS_OPTIMIZEMODE = _descriptor.EnumDescriptor(
|
139
|
-
name='OptimizeMode',
|
140
|
-
full_name='google.protobuf.FileOptions.OptimizeMode',
|
141
|
-
filename=None,
|
142
|
-
file=DESCRIPTOR,
|
143
|
-
values=[
|
144
|
-
_descriptor.EnumValueDescriptor(
|
145
|
-
name='SPEED', index=0, number=1,
|
146
|
-
options=None,
|
147
|
-
type=None),
|
148
|
-
_descriptor.EnumValueDescriptor(
|
149
|
-
name='CODE_SIZE', index=1, number=2,
|
150
|
-
options=None,
|
151
|
-
type=None),
|
152
|
-
_descriptor.EnumValueDescriptor(
|
153
|
-
name='LITE_RUNTIME', index=2, number=3,
|
154
|
-
options=None,
|
155
|
-
type=None),
|
156
|
-
],
|
157
|
-
containing_type=None,
|
158
|
-
options=None,
|
159
|
-
serialized_start=2813,
|
160
|
-
serialized_end=2871,
|
161
|
-
)
|
162
|
-
_sym_db.RegisterEnumDescriptor(_FILEOPTIONS_OPTIMIZEMODE)
|
163
|
-
|
164
|
-
_FIELDOPTIONS_CTYPE = _descriptor.EnumDescriptor(
|
165
|
-
name='CType',
|
166
|
-
full_name='google.protobuf.FieldOptions.CType',
|
167
|
-
filename=None,
|
168
|
-
file=DESCRIPTOR,
|
169
|
-
values=[
|
170
|
-
_descriptor.EnumValueDescriptor(
|
171
|
-
name='STRING', index=0, number=0,
|
172
|
-
options=None,
|
173
|
-
type=None),
|
174
|
-
_descriptor.EnumValueDescriptor(
|
175
|
-
name='CORD', index=1, number=1,
|
176
|
-
options=None,
|
177
|
-
type=None),
|
178
|
-
_descriptor.EnumValueDescriptor(
|
179
|
-
name='STRING_PIECE', index=2, number=2,
|
180
|
-
options=None,
|
181
|
-
type=None),
|
182
|
-
],
|
183
|
-
containing_type=None,
|
184
|
-
options=None,
|
185
|
-
serialized_start=3359,
|
186
|
-
serialized_end=3406,
|
187
|
-
)
|
188
|
-
_sym_db.RegisterEnumDescriptor(_FIELDOPTIONS_CTYPE)
|
189
|
-
|
190
|
-
|
191
|
-
_FILEDESCRIPTORSET = _descriptor.Descriptor(
|
192
|
-
name='FileDescriptorSet',
|
193
|
-
full_name='google.protobuf.FileDescriptorSet',
|
194
|
-
filename=None,
|
195
|
-
file=DESCRIPTOR,
|
196
|
-
containing_type=None,
|
197
|
-
fields=[
|
198
|
-
_descriptor.FieldDescriptor(
|
199
|
-
name='file', full_name='google.protobuf.FileDescriptorSet.file', index=0,
|
200
|
-
number=1, type=11, cpp_type=10, label=3,
|
201
|
-
has_default_value=False, default_value=[],
|
202
|
-
message_type=None, enum_type=None, containing_type=None,
|
203
|
-
is_extension=False, extension_scope=None,
|
204
|
-
options=None),
|
205
|
-
],
|
206
|
-
extensions=[
|
207
|
-
],
|
208
|
-
nested_types=[],
|
209
|
-
enum_types=[
|
210
|
-
],
|
211
|
-
options=None,
|
212
|
-
is_extendable=False,
|
213
|
-
extension_ranges=[],
|
214
|
-
oneofs=[
|
215
|
-
],
|
216
|
-
serialized_start=53,
|
217
|
-
serialized_end=124,
|
218
|
-
)
|
219
|
-
|
220
|
-
|
221
|
-
_FILEDESCRIPTORPROTO = _descriptor.Descriptor(
|
222
|
-
name='FileDescriptorProto',
|
223
|
-
full_name='google.protobuf.FileDescriptorProto',
|
224
|
-
filename=None,
|
225
|
-
file=DESCRIPTOR,
|
226
|
-
containing_type=None,
|
227
|
-
fields=[
|
228
|
-
_descriptor.FieldDescriptor(
|
229
|
-
name='name', full_name='google.protobuf.FileDescriptorProto.name', index=0,
|
230
|
-
number=1, type=9, cpp_type=9, label=1,
|
231
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
232
|
-
message_type=None, enum_type=None, containing_type=None,
|
233
|
-
is_extension=False, extension_scope=None,
|
234
|
-
options=None),
|
235
|
-
_descriptor.FieldDescriptor(
|
236
|
-
name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1,
|
237
|
-
number=2, type=9, cpp_type=9, label=1,
|
238
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
239
|
-
message_type=None, enum_type=None, containing_type=None,
|
240
|
-
is_extension=False, extension_scope=None,
|
241
|
-
options=None),
|
242
|
-
_descriptor.FieldDescriptor(
|
243
|
-
name='dependency', full_name='google.protobuf.FileDescriptorProto.dependency', index=2,
|
244
|
-
number=3, type=9, cpp_type=9, label=3,
|
245
|
-
has_default_value=False, default_value=[],
|
246
|
-
message_type=None, enum_type=None, containing_type=None,
|
247
|
-
is_extension=False, extension_scope=None,
|
248
|
-
options=None),
|
249
|
-
_descriptor.FieldDescriptor(
|
250
|
-
name='public_dependency', full_name='google.protobuf.FileDescriptorProto.public_dependency', index=3,
|
251
|
-
number=10, type=5, cpp_type=1, label=3,
|
252
|
-
has_default_value=False, default_value=[],
|
253
|
-
message_type=None, enum_type=None, containing_type=None,
|
254
|
-
is_extension=False, extension_scope=None,
|
255
|
-
options=None),
|
256
|
-
_descriptor.FieldDescriptor(
|
257
|
-
name='weak_dependency', full_name='google.protobuf.FileDescriptorProto.weak_dependency', index=4,
|
258
|
-
number=11, type=5, cpp_type=1, label=3,
|
259
|
-
has_default_value=False, default_value=[],
|
260
|
-
message_type=None, enum_type=None, containing_type=None,
|
261
|
-
is_extension=False, extension_scope=None,
|
262
|
-
options=None),
|
263
|
-
_descriptor.FieldDescriptor(
|
264
|
-
name='message_type', full_name='google.protobuf.FileDescriptorProto.message_type', index=5,
|
265
|
-
number=4, type=11, cpp_type=10, label=3,
|
266
|
-
has_default_value=False, default_value=[],
|
267
|
-
message_type=None, enum_type=None, containing_type=None,
|
268
|
-
is_extension=False, extension_scope=None,
|
269
|
-
options=None),
|
270
|
-
_descriptor.FieldDescriptor(
|
271
|
-
name='enum_type', full_name='google.protobuf.FileDescriptorProto.enum_type', index=6,
|
272
|
-
number=5, type=11, cpp_type=10, label=3,
|
273
|
-
has_default_value=False, default_value=[],
|
274
|
-
message_type=None, enum_type=None, containing_type=None,
|
275
|
-
is_extension=False, extension_scope=None,
|
276
|
-
options=None),
|
277
|
-
_descriptor.FieldDescriptor(
|
278
|
-
name='service', full_name='google.protobuf.FileDescriptorProto.service', index=7,
|
279
|
-
number=6, type=11, cpp_type=10, label=3,
|
280
|
-
has_default_value=False, default_value=[],
|
281
|
-
message_type=None, enum_type=None, containing_type=None,
|
282
|
-
is_extension=False, extension_scope=None,
|
283
|
-
options=None),
|
284
|
-
_descriptor.FieldDescriptor(
|
285
|
-
name='extension', full_name='google.protobuf.FileDescriptorProto.extension', index=8,
|
286
|
-
number=7, type=11, cpp_type=10, label=3,
|
287
|
-
has_default_value=False, default_value=[],
|
288
|
-
message_type=None, enum_type=None, containing_type=None,
|
289
|
-
is_extension=False, extension_scope=None,
|
290
|
-
options=None),
|
291
|
-
_descriptor.FieldDescriptor(
|
292
|
-
name='options', full_name='google.protobuf.FileDescriptorProto.options', index=9,
|
293
|
-
number=8, type=11, cpp_type=10, label=1,
|
294
|
-
has_default_value=False, default_value=None,
|
295
|
-
message_type=None, enum_type=None, containing_type=None,
|
296
|
-
is_extension=False, extension_scope=None,
|
297
|
-
options=None),
|
298
|
-
_descriptor.FieldDescriptor(
|
299
|
-
name='source_code_info', full_name='google.protobuf.FileDescriptorProto.source_code_info', index=10,
|
300
|
-
number=9, type=11, cpp_type=10, label=1,
|
301
|
-
has_default_value=False, default_value=None,
|
302
|
-
message_type=None, enum_type=None, containing_type=None,
|
303
|
-
is_extension=False, extension_scope=None,
|
304
|
-
options=None),
|
305
|
-
],
|
306
|
-
extensions=[
|
307
|
-
],
|
308
|
-
nested_types=[],
|
309
|
-
enum_types=[
|
310
|
-
],
|
311
|
-
options=None,
|
312
|
-
is_extendable=False,
|
313
|
-
extension_ranges=[],
|
314
|
-
oneofs=[
|
315
|
-
],
|
316
|
-
serialized_start=127,
|
317
|
-
serialized_end=586,
|
318
|
-
)
|
319
|
-
|
320
|
-
|
321
|
-
_DESCRIPTORPROTO_EXTENSIONRANGE = _descriptor.Descriptor(
|
322
|
-
name='ExtensionRange',
|
323
|
-
full_name='google.protobuf.DescriptorProto.ExtensionRange',
|
324
|
-
filename=None,
|
325
|
-
file=DESCRIPTOR,
|
326
|
-
containing_type=None,
|
327
|
-
fields=[
|
328
|
-
_descriptor.FieldDescriptor(
|
329
|
-
name='start', full_name='google.protobuf.DescriptorProto.ExtensionRange.start', index=0,
|
330
|
-
number=1, type=5, cpp_type=1, label=1,
|
331
|
-
has_default_value=False, default_value=0,
|
332
|
-
message_type=None, enum_type=None, containing_type=None,
|
333
|
-
is_extension=False, extension_scope=None,
|
334
|
-
options=None),
|
335
|
-
_descriptor.FieldDescriptor(
|
336
|
-
name='end', full_name='google.protobuf.DescriptorProto.ExtensionRange.end', index=1,
|
337
|
-
number=2, type=5, cpp_type=1, label=1,
|
338
|
-
has_default_value=False, default_value=0,
|
339
|
-
message_type=None, enum_type=None, containing_type=None,
|
340
|
-
is_extension=False, extension_scope=None,
|
341
|
-
options=None),
|
342
|
-
],
|
343
|
-
extensions=[
|
344
|
-
],
|
345
|
-
nested_types=[],
|
346
|
-
enum_types=[
|
347
|
-
],
|
348
|
-
options=None,
|
349
|
-
is_extendable=False,
|
350
|
-
extension_ranges=[],
|
351
|
-
oneofs=[
|
352
|
-
],
|
353
|
-
serialized_start=1029,
|
354
|
-
serialized_end=1073,
|
355
|
-
)
|
356
|
-
|
357
|
-
_DESCRIPTORPROTO = _descriptor.Descriptor(
|
358
|
-
name='DescriptorProto',
|
359
|
-
full_name='google.protobuf.DescriptorProto',
|
360
|
-
filename=None,
|
361
|
-
file=DESCRIPTOR,
|
362
|
-
containing_type=None,
|
363
|
-
fields=[
|
364
|
-
_descriptor.FieldDescriptor(
|
365
|
-
name='name', full_name='google.protobuf.DescriptorProto.name', index=0,
|
366
|
-
number=1, type=9, cpp_type=9, label=1,
|
367
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
368
|
-
message_type=None, enum_type=None, containing_type=None,
|
369
|
-
is_extension=False, extension_scope=None,
|
370
|
-
options=None),
|
371
|
-
_descriptor.FieldDescriptor(
|
372
|
-
name='field', full_name='google.protobuf.DescriptorProto.field', index=1,
|
373
|
-
number=2, type=11, cpp_type=10, label=3,
|
374
|
-
has_default_value=False, default_value=[],
|
375
|
-
message_type=None, enum_type=None, containing_type=None,
|
376
|
-
is_extension=False, extension_scope=None,
|
377
|
-
options=None),
|
378
|
-
_descriptor.FieldDescriptor(
|
379
|
-
name='extension', full_name='google.protobuf.DescriptorProto.extension', index=2,
|
380
|
-
number=6, type=11, cpp_type=10, label=3,
|
381
|
-
has_default_value=False, default_value=[],
|
382
|
-
message_type=None, enum_type=None, containing_type=None,
|
383
|
-
is_extension=False, extension_scope=None,
|
384
|
-
options=None),
|
385
|
-
_descriptor.FieldDescriptor(
|
386
|
-
name='nested_type', full_name='google.protobuf.DescriptorProto.nested_type', index=3,
|
387
|
-
number=3, type=11, cpp_type=10, label=3,
|
388
|
-
has_default_value=False, default_value=[],
|
389
|
-
message_type=None, enum_type=None, containing_type=None,
|
390
|
-
is_extension=False, extension_scope=None,
|
391
|
-
options=None),
|
392
|
-
_descriptor.FieldDescriptor(
|
393
|
-
name='enum_type', full_name='google.protobuf.DescriptorProto.enum_type', index=4,
|
394
|
-
number=4, type=11, cpp_type=10, label=3,
|
395
|
-
has_default_value=False, default_value=[],
|
396
|
-
message_type=None, enum_type=None, containing_type=None,
|
397
|
-
is_extension=False, extension_scope=None,
|
398
|
-
options=None),
|
399
|
-
_descriptor.FieldDescriptor(
|
400
|
-
name='extension_range', full_name='google.protobuf.DescriptorProto.extension_range', index=5,
|
401
|
-
number=5, type=11, cpp_type=10, label=3,
|
402
|
-
has_default_value=False, default_value=[],
|
403
|
-
message_type=None, enum_type=None, containing_type=None,
|
404
|
-
is_extension=False, extension_scope=None,
|
405
|
-
options=None),
|
406
|
-
_descriptor.FieldDescriptor(
|
407
|
-
name='oneof_decl', full_name='google.protobuf.DescriptorProto.oneof_decl', index=6,
|
408
|
-
number=8, type=11, cpp_type=10, label=3,
|
409
|
-
has_default_value=False, default_value=[],
|
410
|
-
message_type=None, enum_type=None, containing_type=None,
|
411
|
-
is_extension=False, extension_scope=None,
|
412
|
-
options=None),
|
413
|
-
_descriptor.FieldDescriptor(
|
414
|
-
name='options', full_name='google.protobuf.DescriptorProto.options', index=7,
|
415
|
-
number=7, type=11, cpp_type=10, label=1,
|
416
|
-
has_default_value=False, default_value=None,
|
417
|
-
message_type=None, enum_type=None, containing_type=None,
|
418
|
-
is_extension=False, extension_scope=None,
|
419
|
-
options=None),
|
420
|
-
],
|
421
|
-
extensions=[
|
422
|
-
],
|
423
|
-
nested_types=[_DESCRIPTORPROTO_EXTENSIONRANGE, ],
|
424
|
-
enum_types=[
|
425
|
-
],
|
426
|
-
options=None,
|
427
|
-
is_extendable=False,
|
428
|
-
extension_ranges=[],
|
429
|
-
oneofs=[
|
430
|
-
],
|
431
|
-
serialized_start=589,
|
432
|
-
serialized_end=1073,
|
433
|
-
)
|
434
|
-
|
435
|
-
|
436
|
-
_FIELDDESCRIPTORPROTO = _descriptor.Descriptor(
|
437
|
-
name='FieldDescriptorProto',
|
438
|
-
full_name='google.protobuf.FieldDescriptorProto',
|
439
|
-
filename=None,
|
440
|
-
file=DESCRIPTOR,
|
441
|
-
containing_type=None,
|
442
|
-
fields=[
|
443
|
-
_descriptor.FieldDescriptor(
|
444
|
-
name='name', full_name='google.protobuf.FieldDescriptorProto.name', index=0,
|
445
|
-
number=1, type=9, cpp_type=9, label=1,
|
446
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
447
|
-
message_type=None, enum_type=None, containing_type=None,
|
448
|
-
is_extension=False, extension_scope=None,
|
449
|
-
options=None),
|
450
|
-
_descriptor.FieldDescriptor(
|
451
|
-
name='number', full_name='google.protobuf.FieldDescriptorProto.number', index=1,
|
452
|
-
number=3, type=5, cpp_type=1, label=1,
|
453
|
-
has_default_value=False, default_value=0,
|
454
|
-
message_type=None, enum_type=None, containing_type=None,
|
455
|
-
is_extension=False, extension_scope=None,
|
456
|
-
options=None),
|
457
|
-
_descriptor.FieldDescriptor(
|
458
|
-
name='label', full_name='google.protobuf.FieldDescriptorProto.label', index=2,
|
459
|
-
number=4, type=14, cpp_type=8, label=1,
|
460
|
-
has_default_value=False, default_value=1,
|
461
|
-
message_type=None, enum_type=None, containing_type=None,
|
462
|
-
is_extension=False, extension_scope=None,
|
463
|
-
options=None),
|
464
|
-
_descriptor.FieldDescriptor(
|
465
|
-
name='type', full_name='google.protobuf.FieldDescriptorProto.type', index=3,
|
466
|
-
number=5, type=14, cpp_type=8, label=1,
|
467
|
-
has_default_value=False, default_value=1,
|
468
|
-
message_type=None, enum_type=None, containing_type=None,
|
469
|
-
is_extension=False, extension_scope=None,
|
470
|
-
options=None),
|
471
|
-
_descriptor.FieldDescriptor(
|
472
|
-
name='type_name', full_name='google.protobuf.FieldDescriptorProto.type_name', index=4,
|
473
|
-
number=6, type=9, cpp_type=9, label=1,
|
474
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
475
|
-
message_type=None, enum_type=None, containing_type=None,
|
476
|
-
is_extension=False, extension_scope=None,
|
477
|
-
options=None),
|
478
|
-
_descriptor.FieldDescriptor(
|
479
|
-
name='extendee', full_name='google.protobuf.FieldDescriptorProto.extendee', index=5,
|
480
|
-
number=2, type=9, cpp_type=9, label=1,
|
481
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
482
|
-
message_type=None, enum_type=None, containing_type=None,
|
483
|
-
is_extension=False, extension_scope=None,
|
484
|
-
options=None),
|
485
|
-
_descriptor.FieldDescriptor(
|
486
|
-
name='default_value', full_name='google.protobuf.FieldDescriptorProto.default_value', index=6,
|
487
|
-
number=7, type=9, cpp_type=9, label=1,
|
488
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
489
|
-
message_type=None, enum_type=None, containing_type=None,
|
490
|
-
is_extension=False, extension_scope=None,
|
491
|
-
options=None),
|
492
|
-
_descriptor.FieldDescriptor(
|
493
|
-
name='oneof_index', full_name='google.protobuf.FieldDescriptorProto.oneof_index', index=7,
|
494
|
-
number=9, type=5, cpp_type=1, label=1,
|
495
|
-
has_default_value=False, default_value=0,
|
496
|
-
message_type=None, enum_type=None, containing_type=None,
|
497
|
-
is_extension=False, extension_scope=None,
|
498
|
-
options=None),
|
499
|
-
_descriptor.FieldDescriptor(
|
500
|
-
name='options', full_name='google.protobuf.FieldDescriptorProto.options', index=8,
|
501
|
-
number=8, type=11, cpp_type=10, label=1,
|
502
|
-
has_default_value=False, default_value=None,
|
503
|
-
message_type=None, enum_type=None, containing_type=None,
|
504
|
-
is_extension=False, extension_scope=None,
|
505
|
-
options=None),
|
506
|
-
],
|
507
|
-
extensions=[
|
508
|
-
],
|
509
|
-
nested_types=[],
|
510
|
-
enum_types=[
|
511
|
-
_FIELDDESCRIPTORPROTO_TYPE,
|
512
|
-
_FIELDDESCRIPTORPROTO_LABEL,
|
513
|
-
],
|
514
|
-
options=None,
|
515
|
-
is_extendable=False,
|
516
|
-
extension_ranges=[],
|
517
|
-
oneofs=[
|
518
|
-
],
|
519
|
-
serialized_start=1076,
|
520
|
-
serialized_end=1757,
|
521
|
-
)
|
522
|
-
|
523
|
-
|
524
|
-
_ONEOFDESCRIPTORPROTO = _descriptor.Descriptor(
|
525
|
-
name='OneofDescriptorProto',
|
526
|
-
full_name='google.protobuf.OneofDescriptorProto',
|
527
|
-
filename=None,
|
528
|
-
file=DESCRIPTOR,
|
529
|
-
containing_type=None,
|
530
|
-
fields=[
|
531
|
-
_descriptor.FieldDescriptor(
|
532
|
-
name='name', full_name='google.protobuf.OneofDescriptorProto.name', index=0,
|
533
|
-
number=1, type=9, cpp_type=9, label=1,
|
534
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
535
|
-
message_type=None, enum_type=None, containing_type=None,
|
536
|
-
is_extension=False, extension_scope=None,
|
537
|
-
options=None),
|
538
|
-
],
|
539
|
-
extensions=[
|
540
|
-
],
|
541
|
-
nested_types=[],
|
542
|
-
enum_types=[
|
543
|
-
],
|
544
|
-
options=None,
|
545
|
-
is_extendable=False,
|
546
|
-
extension_ranges=[],
|
547
|
-
oneofs=[
|
548
|
-
],
|
549
|
-
serialized_start=1759,
|
550
|
-
serialized_end=1795,
|
551
|
-
)
|
552
|
-
|
553
|
-
|
554
|
-
_ENUMDESCRIPTORPROTO = _descriptor.Descriptor(
|
555
|
-
name='EnumDescriptorProto',
|
556
|
-
full_name='google.protobuf.EnumDescriptorProto',
|
557
|
-
filename=None,
|
558
|
-
file=DESCRIPTOR,
|
559
|
-
containing_type=None,
|
560
|
-
fields=[
|
561
|
-
_descriptor.FieldDescriptor(
|
562
|
-
name='name', full_name='google.protobuf.EnumDescriptorProto.name', index=0,
|
563
|
-
number=1, type=9, cpp_type=9, label=1,
|
564
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
565
|
-
message_type=None, enum_type=None, containing_type=None,
|
566
|
-
is_extension=False, extension_scope=None,
|
567
|
-
options=None),
|
568
|
-
_descriptor.FieldDescriptor(
|
569
|
-
name='value', full_name='google.protobuf.EnumDescriptorProto.value', index=1,
|
570
|
-
number=2, type=11, cpp_type=10, label=3,
|
571
|
-
has_default_value=False, default_value=[],
|
572
|
-
message_type=None, enum_type=None, containing_type=None,
|
573
|
-
is_extension=False, extension_scope=None,
|
574
|
-
options=None),
|
575
|
-
_descriptor.FieldDescriptor(
|
576
|
-
name='options', full_name='google.protobuf.EnumDescriptorProto.options', index=2,
|
577
|
-
number=3, type=11, cpp_type=10, label=1,
|
578
|
-
has_default_value=False, default_value=None,
|
579
|
-
message_type=None, enum_type=None, containing_type=None,
|
580
|
-
is_extension=False, extension_scope=None,
|
581
|
-
options=None),
|
582
|
-
],
|
583
|
-
extensions=[
|
584
|
-
],
|
585
|
-
nested_types=[],
|
586
|
-
enum_types=[
|
587
|
-
],
|
588
|
-
options=None,
|
589
|
-
is_extendable=False,
|
590
|
-
extension_ranges=[],
|
591
|
-
oneofs=[
|
592
|
-
],
|
593
|
-
serialized_start=1798,
|
594
|
-
serialized_end=1938,
|
595
|
-
)
|
596
|
-
|
597
|
-
|
598
|
-
_ENUMVALUEDESCRIPTORPROTO = _descriptor.Descriptor(
|
599
|
-
name='EnumValueDescriptorProto',
|
600
|
-
full_name='google.protobuf.EnumValueDescriptorProto',
|
601
|
-
filename=None,
|
602
|
-
file=DESCRIPTOR,
|
603
|
-
containing_type=None,
|
604
|
-
fields=[
|
605
|
-
_descriptor.FieldDescriptor(
|
606
|
-
name='name', full_name='google.protobuf.EnumValueDescriptorProto.name', index=0,
|
607
|
-
number=1, type=9, cpp_type=9, label=1,
|
608
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
609
|
-
message_type=None, enum_type=None, containing_type=None,
|
610
|
-
is_extension=False, extension_scope=None,
|
611
|
-
options=None),
|
612
|
-
_descriptor.FieldDescriptor(
|
613
|
-
name='number', full_name='google.protobuf.EnumValueDescriptorProto.number', index=1,
|
614
|
-
number=2, type=5, cpp_type=1, label=1,
|
615
|
-
has_default_value=False, default_value=0,
|
616
|
-
message_type=None, enum_type=None, containing_type=None,
|
617
|
-
is_extension=False, extension_scope=None,
|
618
|
-
options=None),
|
619
|
-
_descriptor.FieldDescriptor(
|
620
|
-
name='options', full_name='google.protobuf.EnumValueDescriptorProto.options', index=2,
|
621
|
-
number=3, type=11, cpp_type=10, label=1,
|
622
|
-
has_default_value=False, default_value=None,
|
623
|
-
message_type=None, enum_type=None, containing_type=None,
|
624
|
-
is_extension=False, extension_scope=None,
|
625
|
-
options=None),
|
626
|
-
],
|
627
|
-
extensions=[
|
628
|
-
],
|
629
|
-
nested_types=[],
|
630
|
-
enum_types=[
|
631
|
-
],
|
632
|
-
options=None,
|
633
|
-
is_extendable=False,
|
634
|
-
extension_ranges=[],
|
635
|
-
oneofs=[
|
636
|
-
],
|
637
|
-
serialized_start=1940,
|
638
|
-
serialized_end=2048,
|
639
|
-
)
|
640
|
-
|
641
|
-
|
642
|
-
_SERVICEDESCRIPTORPROTO = _descriptor.Descriptor(
|
643
|
-
name='ServiceDescriptorProto',
|
644
|
-
full_name='google.protobuf.ServiceDescriptorProto',
|
645
|
-
filename=None,
|
646
|
-
file=DESCRIPTOR,
|
647
|
-
containing_type=None,
|
648
|
-
fields=[
|
649
|
-
_descriptor.FieldDescriptor(
|
650
|
-
name='name', full_name='google.protobuf.ServiceDescriptorProto.name', index=0,
|
651
|
-
number=1, type=9, cpp_type=9, label=1,
|
652
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
653
|
-
message_type=None, enum_type=None, containing_type=None,
|
654
|
-
is_extension=False, extension_scope=None,
|
655
|
-
options=None),
|
656
|
-
_descriptor.FieldDescriptor(
|
657
|
-
name='method', full_name='google.protobuf.ServiceDescriptorProto.method', index=1,
|
658
|
-
number=2, type=11, cpp_type=10, label=3,
|
659
|
-
has_default_value=False, default_value=[],
|
660
|
-
message_type=None, enum_type=None, containing_type=None,
|
661
|
-
is_extension=False, extension_scope=None,
|
662
|
-
options=None),
|
663
|
-
_descriptor.FieldDescriptor(
|
664
|
-
name='options', full_name='google.protobuf.ServiceDescriptorProto.options', index=2,
|
665
|
-
number=3, type=11, cpp_type=10, label=1,
|
666
|
-
has_default_value=False, default_value=None,
|
667
|
-
message_type=None, enum_type=None, containing_type=None,
|
668
|
-
is_extension=False, extension_scope=None,
|
669
|
-
options=None),
|
670
|
-
],
|
671
|
-
extensions=[
|
672
|
-
],
|
673
|
-
nested_types=[],
|
674
|
-
enum_types=[
|
675
|
-
],
|
676
|
-
options=None,
|
677
|
-
is_extendable=False,
|
678
|
-
extension_ranges=[],
|
679
|
-
oneofs=[
|
680
|
-
],
|
681
|
-
serialized_start=2051,
|
682
|
-
serialized_end=2195,
|
683
|
-
)
|
684
|
-
|
685
|
-
|
686
|
-
_METHODDESCRIPTORPROTO = _descriptor.Descriptor(
|
687
|
-
name='MethodDescriptorProto',
|
688
|
-
full_name='google.protobuf.MethodDescriptorProto',
|
689
|
-
filename=None,
|
690
|
-
file=DESCRIPTOR,
|
691
|
-
containing_type=None,
|
692
|
-
fields=[
|
693
|
-
_descriptor.FieldDescriptor(
|
694
|
-
name='name', full_name='google.protobuf.MethodDescriptorProto.name', index=0,
|
695
|
-
number=1, type=9, cpp_type=9, label=1,
|
696
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
697
|
-
message_type=None, enum_type=None, containing_type=None,
|
698
|
-
is_extension=False, extension_scope=None,
|
699
|
-
options=None),
|
700
|
-
_descriptor.FieldDescriptor(
|
701
|
-
name='input_type', full_name='google.protobuf.MethodDescriptorProto.input_type', index=1,
|
702
|
-
number=2, type=9, cpp_type=9, label=1,
|
703
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
704
|
-
message_type=None, enum_type=None, containing_type=None,
|
705
|
-
is_extension=False, extension_scope=None,
|
706
|
-
options=None),
|
707
|
-
_descriptor.FieldDescriptor(
|
708
|
-
name='output_type', full_name='google.protobuf.MethodDescriptorProto.output_type', index=2,
|
709
|
-
number=3, type=9, cpp_type=9, label=1,
|
710
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
711
|
-
message_type=None, enum_type=None, containing_type=None,
|
712
|
-
is_extension=False, extension_scope=None,
|
713
|
-
options=None),
|
714
|
-
_descriptor.FieldDescriptor(
|
715
|
-
name='options', full_name='google.protobuf.MethodDescriptorProto.options', index=3,
|
716
|
-
number=4, type=11, cpp_type=10, label=1,
|
717
|
-
has_default_value=False, default_value=None,
|
718
|
-
message_type=None, enum_type=None, containing_type=None,
|
719
|
-
is_extension=False, extension_scope=None,
|
720
|
-
options=None),
|
721
|
-
],
|
722
|
-
extensions=[
|
723
|
-
],
|
724
|
-
nested_types=[],
|
725
|
-
enum_types=[
|
726
|
-
],
|
727
|
-
options=None,
|
728
|
-
is_extendable=False,
|
729
|
-
extension_ranges=[],
|
730
|
-
oneofs=[
|
731
|
-
],
|
732
|
-
serialized_start=2197,
|
733
|
-
serialized_end=2324,
|
734
|
-
)
|
735
|
-
|
736
|
-
|
737
|
-
_FILEOPTIONS = _descriptor.Descriptor(
|
738
|
-
name='FileOptions',
|
739
|
-
full_name='google.protobuf.FileOptions',
|
740
|
-
filename=None,
|
741
|
-
file=DESCRIPTOR,
|
742
|
-
containing_type=None,
|
743
|
-
fields=[
|
744
|
-
_descriptor.FieldDescriptor(
|
745
|
-
name='java_package', full_name='google.protobuf.FileOptions.java_package', index=0,
|
746
|
-
number=1, type=9, cpp_type=9, label=1,
|
747
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
748
|
-
message_type=None, enum_type=None, containing_type=None,
|
749
|
-
is_extension=False, extension_scope=None,
|
750
|
-
options=None),
|
751
|
-
_descriptor.FieldDescriptor(
|
752
|
-
name='java_outer_classname', full_name='google.protobuf.FileOptions.java_outer_classname', index=1,
|
753
|
-
number=8, type=9, cpp_type=9, label=1,
|
754
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
755
|
-
message_type=None, enum_type=None, containing_type=None,
|
756
|
-
is_extension=False, extension_scope=None,
|
757
|
-
options=None),
|
758
|
-
_descriptor.FieldDescriptor(
|
759
|
-
name='java_multiple_files', full_name='google.protobuf.FileOptions.java_multiple_files', index=2,
|
760
|
-
number=10, type=8, cpp_type=7, label=1,
|
761
|
-
has_default_value=True, default_value=False,
|
762
|
-
message_type=None, enum_type=None, containing_type=None,
|
763
|
-
is_extension=False, extension_scope=None,
|
764
|
-
options=None),
|
765
|
-
_descriptor.FieldDescriptor(
|
766
|
-
name='java_generate_equals_and_hash', full_name='google.protobuf.FileOptions.java_generate_equals_and_hash', index=3,
|
767
|
-
number=20, type=8, cpp_type=7, label=1,
|
768
|
-
has_default_value=True, default_value=False,
|
769
|
-
message_type=None, enum_type=None, containing_type=None,
|
770
|
-
is_extension=False, extension_scope=None,
|
771
|
-
options=None),
|
772
|
-
_descriptor.FieldDescriptor(
|
773
|
-
name='java_string_check_utf8', full_name='google.protobuf.FileOptions.java_string_check_utf8', index=4,
|
774
|
-
number=27, type=8, cpp_type=7, label=1,
|
775
|
-
has_default_value=True, default_value=False,
|
776
|
-
message_type=None, enum_type=None, containing_type=None,
|
777
|
-
is_extension=False, extension_scope=None,
|
778
|
-
options=None),
|
779
|
-
_descriptor.FieldDescriptor(
|
780
|
-
name='optimize_for', full_name='google.protobuf.FileOptions.optimize_for', index=5,
|
781
|
-
number=9, type=14, cpp_type=8, label=1,
|
782
|
-
has_default_value=True, default_value=1,
|
783
|
-
message_type=None, enum_type=None, containing_type=None,
|
784
|
-
is_extension=False, extension_scope=None,
|
785
|
-
options=None),
|
786
|
-
_descriptor.FieldDescriptor(
|
787
|
-
name='go_package', full_name='google.protobuf.FileOptions.go_package', index=6,
|
788
|
-
number=11, type=9, cpp_type=9, label=1,
|
789
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
790
|
-
message_type=None, enum_type=None, containing_type=None,
|
791
|
-
is_extension=False, extension_scope=None,
|
792
|
-
options=None),
|
793
|
-
_descriptor.FieldDescriptor(
|
794
|
-
name='cc_generic_services', full_name='google.protobuf.FileOptions.cc_generic_services', index=7,
|
795
|
-
number=16, type=8, cpp_type=7, label=1,
|
796
|
-
has_default_value=True, default_value=False,
|
797
|
-
message_type=None, enum_type=None, containing_type=None,
|
798
|
-
is_extension=False, extension_scope=None,
|
799
|
-
options=None),
|
800
|
-
_descriptor.FieldDescriptor(
|
801
|
-
name='java_generic_services', full_name='google.protobuf.FileOptions.java_generic_services', index=8,
|
802
|
-
number=17, type=8, cpp_type=7, label=1,
|
803
|
-
has_default_value=True, default_value=False,
|
804
|
-
message_type=None, enum_type=None, containing_type=None,
|
805
|
-
is_extension=False, extension_scope=None,
|
806
|
-
options=None),
|
807
|
-
_descriptor.FieldDescriptor(
|
808
|
-
name='py_generic_services', full_name='google.protobuf.FileOptions.py_generic_services', index=9,
|
809
|
-
number=18, type=8, cpp_type=7, label=1,
|
810
|
-
has_default_value=True, default_value=False,
|
811
|
-
message_type=None, enum_type=None, containing_type=None,
|
812
|
-
is_extension=False, extension_scope=None,
|
813
|
-
options=None),
|
814
|
-
_descriptor.FieldDescriptor(
|
815
|
-
name='deprecated', full_name='google.protobuf.FileOptions.deprecated', index=10,
|
816
|
-
number=23, type=8, cpp_type=7, label=1,
|
817
|
-
has_default_value=True, default_value=False,
|
818
|
-
message_type=None, enum_type=None, containing_type=None,
|
819
|
-
is_extension=False, extension_scope=None,
|
820
|
-
options=None),
|
821
|
-
_descriptor.FieldDescriptor(
|
822
|
-
name='uninterpreted_option', full_name='google.protobuf.FileOptions.uninterpreted_option', index=11,
|
823
|
-
number=999, type=11, cpp_type=10, label=3,
|
824
|
-
has_default_value=False, default_value=[],
|
825
|
-
message_type=None, enum_type=None, containing_type=None,
|
826
|
-
is_extension=False, extension_scope=None,
|
827
|
-
options=None),
|
828
|
-
],
|
829
|
-
extensions=[
|
830
|
-
],
|
831
|
-
nested_types=[],
|
832
|
-
enum_types=[
|
833
|
-
_FILEOPTIONS_OPTIMIZEMODE,
|
834
|
-
],
|
835
|
-
options=None,
|
836
|
-
is_extendable=True,
|
837
|
-
extension_ranges=[(1000, 536870912), ],
|
838
|
-
oneofs=[
|
839
|
-
],
|
840
|
-
serialized_start=2327,
|
841
|
-
serialized_end=2882,
|
842
|
-
)
|
843
|
-
|
844
|
-
|
845
|
-
_MESSAGEOPTIONS = _descriptor.Descriptor(
|
846
|
-
name='MessageOptions',
|
847
|
-
full_name='google.protobuf.MessageOptions',
|
848
|
-
filename=None,
|
849
|
-
file=DESCRIPTOR,
|
850
|
-
containing_type=None,
|
851
|
-
fields=[
|
852
|
-
_descriptor.FieldDescriptor(
|
853
|
-
name='message_set_wire_format', full_name='google.protobuf.MessageOptions.message_set_wire_format', index=0,
|
854
|
-
number=1, type=8, cpp_type=7, label=1,
|
855
|
-
has_default_value=True, default_value=False,
|
856
|
-
message_type=None, enum_type=None, containing_type=None,
|
857
|
-
is_extension=False, extension_scope=None,
|
858
|
-
options=None),
|
859
|
-
_descriptor.FieldDescriptor(
|
860
|
-
name='no_standard_descriptor_accessor', full_name='google.protobuf.MessageOptions.no_standard_descriptor_accessor', index=1,
|
861
|
-
number=2, type=8, cpp_type=7, label=1,
|
862
|
-
has_default_value=True, default_value=False,
|
863
|
-
message_type=None, enum_type=None, containing_type=None,
|
864
|
-
is_extension=False, extension_scope=None,
|
865
|
-
options=None),
|
866
|
-
_descriptor.FieldDescriptor(
|
867
|
-
name='deprecated', full_name='google.protobuf.MessageOptions.deprecated', index=2,
|
868
|
-
number=3, type=8, cpp_type=7, label=1,
|
869
|
-
has_default_value=True, default_value=False,
|
870
|
-
message_type=None, enum_type=None, containing_type=None,
|
871
|
-
is_extension=False, extension_scope=None,
|
872
|
-
options=None),
|
873
|
-
_descriptor.FieldDescriptor(
|
874
|
-
name='uninterpreted_option', full_name='google.protobuf.MessageOptions.uninterpreted_option', index=3,
|
875
|
-
number=999, type=11, cpp_type=10, label=3,
|
876
|
-
has_default_value=False, default_value=[],
|
877
|
-
message_type=None, enum_type=None, containing_type=None,
|
878
|
-
is_extension=False, extension_scope=None,
|
879
|
-
options=None),
|
880
|
-
],
|
881
|
-
extensions=[
|
882
|
-
],
|
883
|
-
nested_types=[],
|
884
|
-
enum_types=[
|
885
|
-
],
|
886
|
-
options=None,
|
887
|
-
is_extendable=True,
|
888
|
-
extension_ranges=[(1000, 536870912), ],
|
889
|
-
oneofs=[
|
890
|
-
],
|
891
|
-
serialized_start=2885,
|
892
|
-
serialized_end=3096,
|
893
|
-
)
|
894
|
-
|
895
|
-
|
896
|
-
_FIELDOPTIONS = _descriptor.Descriptor(
|
897
|
-
name='FieldOptions',
|
898
|
-
full_name='google.protobuf.FieldOptions',
|
899
|
-
filename=None,
|
900
|
-
file=DESCRIPTOR,
|
901
|
-
containing_type=None,
|
902
|
-
fields=[
|
903
|
-
_descriptor.FieldDescriptor(
|
904
|
-
name='ctype', full_name='google.protobuf.FieldOptions.ctype', index=0,
|
905
|
-
number=1, type=14, cpp_type=8, label=1,
|
906
|
-
has_default_value=True, default_value=0,
|
907
|
-
message_type=None, enum_type=None, containing_type=None,
|
908
|
-
is_extension=False, extension_scope=None,
|
909
|
-
options=None),
|
910
|
-
_descriptor.FieldDescriptor(
|
911
|
-
name='packed', full_name='google.protobuf.FieldOptions.packed', index=1,
|
912
|
-
number=2, type=8, cpp_type=7, label=1,
|
913
|
-
has_default_value=False, default_value=False,
|
914
|
-
message_type=None, enum_type=None, containing_type=None,
|
915
|
-
is_extension=False, extension_scope=None,
|
916
|
-
options=None),
|
917
|
-
_descriptor.FieldDescriptor(
|
918
|
-
name='lazy', full_name='google.protobuf.FieldOptions.lazy', index=2,
|
919
|
-
number=5, type=8, cpp_type=7, label=1,
|
920
|
-
has_default_value=True, default_value=False,
|
921
|
-
message_type=None, enum_type=None, containing_type=None,
|
922
|
-
is_extension=False, extension_scope=None,
|
923
|
-
options=None),
|
924
|
-
_descriptor.FieldDescriptor(
|
925
|
-
name='deprecated', full_name='google.protobuf.FieldOptions.deprecated', index=3,
|
926
|
-
number=3, type=8, cpp_type=7, label=1,
|
927
|
-
has_default_value=True, default_value=False,
|
928
|
-
message_type=None, enum_type=None, containing_type=None,
|
929
|
-
is_extension=False, extension_scope=None,
|
930
|
-
options=None),
|
931
|
-
_descriptor.FieldDescriptor(
|
932
|
-
name='experimental_map_key', full_name='google.protobuf.FieldOptions.experimental_map_key', index=4,
|
933
|
-
number=9, type=9, cpp_type=9, label=1,
|
934
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
935
|
-
message_type=None, enum_type=None, containing_type=None,
|
936
|
-
is_extension=False, extension_scope=None,
|
937
|
-
options=None),
|
938
|
-
_descriptor.FieldDescriptor(
|
939
|
-
name='weak', full_name='google.protobuf.FieldOptions.weak', index=5,
|
940
|
-
number=10, type=8, cpp_type=7, label=1,
|
941
|
-
has_default_value=True, default_value=False,
|
942
|
-
message_type=None, enum_type=None, containing_type=None,
|
943
|
-
is_extension=False, extension_scope=None,
|
944
|
-
options=None),
|
945
|
-
_descriptor.FieldDescriptor(
|
946
|
-
name='uninterpreted_option', full_name='google.protobuf.FieldOptions.uninterpreted_option', index=6,
|
947
|
-
number=999, type=11, cpp_type=10, label=3,
|
948
|
-
has_default_value=False, default_value=[],
|
949
|
-
message_type=None, enum_type=None, containing_type=None,
|
950
|
-
is_extension=False, extension_scope=None,
|
951
|
-
options=None),
|
952
|
-
],
|
953
|
-
extensions=[
|
954
|
-
],
|
955
|
-
nested_types=[],
|
956
|
-
enum_types=[
|
957
|
-
_FIELDOPTIONS_CTYPE,
|
958
|
-
],
|
959
|
-
options=None,
|
960
|
-
is_extendable=True,
|
961
|
-
extension_ranges=[(1000, 536870912), ],
|
962
|
-
oneofs=[
|
963
|
-
],
|
964
|
-
serialized_start=3099,
|
965
|
-
serialized_end=3417,
|
966
|
-
)
|
967
|
-
|
968
|
-
|
969
|
-
_ENUMOPTIONS = _descriptor.Descriptor(
|
970
|
-
name='EnumOptions',
|
971
|
-
full_name='google.protobuf.EnumOptions',
|
972
|
-
filename=None,
|
973
|
-
file=DESCRIPTOR,
|
974
|
-
containing_type=None,
|
975
|
-
fields=[
|
976
|
-
_descriptor.FieldDescriptor(
|
977
|
-
name='allow_alias', full_name='google.protobuf.EnumOptions.allow_alias', index=0,
|
978
|
-
number=2, type=8, cpp_type=7, label=1,
|
979
|
-
has_default_value=False, default_value=False,
|
980
|
-
message_type=None, enum_type=None, containing_type=None,
|
981
|
-
is_extension=False, extension_scope=None,
|
982
|
-
options=None),
|
983
|
-
_descriptor.FieldDescriptor(
|
984
|
-
name='deprecated', full_name='google.protobuf.EnumOptions.deprecated', index=1,
|
985
|
-
number=3, type=8, cpp_type=7, label=1,
|
986
|
-
has_default_value=True, default_value=False,
|
987
|
-
message_type=None, enum_type=None, containing_type=None,
|
988
|
-
is_extension=False, extension_scope=None,
|
989
|
-
options=None),
|
990
|
-
_descriptor.FieldDescriptor(
|
991
|
-
name='uninterpreted_option', full_name='google.protobuf.EnumOptions.uninterpreted_option', index=2,
|
992
|
-
number=999, type=11, cpp_type=10, label=3,
|
993
|
-
has_default_value=False, default_value=[],
|
994
|
-
message_type=None, enum_type=None, containing_type=None,
|
995
|
-
is_extension=False, extension_scope=None,
|
996
|
-
options=None),
|
997
|
-
],
|
998
|
-
extensions=[
|
999
|
-
],
|
1000
|
-
nested_types=[],
|
1001
|
-
enum_types=[
|
1002
|
-
],
|
1003
|
-
options=None,
|
1004
|
-
is_extendable=True,
|
1005
|
-
extension_ranges=[(1000, 536870912), ],
|
1006
|
-
oneofs=[
|
1007
|
-
],
|
1008
|
-
serialized_start=3420,
|
1009
|
-
serialized_end=3561,
|
1010
|
-
)
|
1011
|
-
|
1012
|
-
|
1013
|
-
_ENUMVALUEOPTIONS = _descriptor.Descriptor(
|
1014
|
-
name='EnumValueOptions',
|
1015
|
-
full_name='google.protobuf.EnumValueOptions',
|
1016
|
-
filename=None,
|
1017
|
-
file=DESCRIPTOR,
|
1018
|
-
containing_type=None,
|
1019
|
-
fields=[
|
1020
|
-
_descriptor.FieldDescriptor(
|
1021
|
-
name='deprecated', full_name='google.protobuf.EnumValueOptions.deprecated', index=0,
|
1022
|
-
number=1, type=8, cpp_type=7, label=1,
|
1023
|
-
has_default_value=True, default_value=False,
|
1024
|
-
message_type=None, enum_type=None, containing_type=None,
|
1025
|
-
is_extension=False, extension_scope=None,
|
1026
|
-
options=None),
|
1027
|
-
_descriptor.FieldDescriptor(
|
1028
|
-
name='uninterpreted_option', full_name='google.protobuf.EnumValueOptions.uninterpreted_option', index=1,
|
1029
|
-
number=999, type=11, cpp_type=10, label=3,
|
1030
|
-
has_default_value=False, default_value=[],
|
1031
|
-
message_type=None, enum_type=None, containing_type=None,
|
1032
|
-
is_extension=False, extension_scope=None,
|
1033
|
-
options=None),
|
1034
|
-
],
|
1035
|
-
extensions=[
|
1036
|
-
],
|
1037
|
-
nested_types=[],
|
1038
|
-
enum_types=[
|
1039
|
-
],
|
1040
|
-
options=None,
|
1041
|
-
is_extendable=True,
|
1042
|
-
extension_ranges=[(1000, 536870912), ],
|
1043
|
-
oneofs=[
|
1044
|
-
],
|
1045
|
-
serialized_start=3563,
|
1046
|
-
serialized_end=3688,
|
1047
|
-
)
|
1048
|
-
|
1049
|
-
|
1050
|
-
_SERVICEOPTIONS = _descriptor.Descriptor(
|
1051
|
-
name='ServiceOptions',
|
1052
|
-
full_name='google.protobuf.ServiceOptions',
|
1053
|
-
filename=None,
|
1054
|
-
file=DESCRIPTOR,
|
1055
|
-
containing_type=None,
|
1056
|
-
fields=[
|
1057
|
-
_descriptor.FieldDescriptor(
|
1058
|
-
name='deprecated', full_name='google.protobuf.ServiceOptions.deprecated', index=0,
|
1059
|
-
number=33, type=8, cpp_type=7, label=1,
|
1060
|
-
has_default_value=True, default_value=False,
|
1061
|
-
message_type=None, enum_type=None, containing_type=None,
|
1062
|
-
is_extension=False, extension_scope=None,
|
1063
|
-
options=None),
|
1064
|
-
_descriptor.FieldDescriptor(
|
1065
|
-
name='uninterpreted_option', full_name='google.protobuf.ServiceOptions.uninterpreted_option', index=1,
|
1066
|
-
number=999, type=11, cpp_type=10, label=3,
|
1067
|
-
has_default_value=False, default_value=[],
|
1068
|
-
message_type=None, enum_type=None, containing_type=None,
|
1069
|
-
is_extension=False, extension_scope=None,
|
1070
|
-
options=None),
|
1071
|
-
],
|
1072
|
-
extensions=[
|
1073
|
-
],
|
1074
|
-
nested_types=[],
|
1075
|
-
enum_types=[
|
1076
|
-
],
|
1077
|
-
options=None,
|
1078
|
-
is_extendable=True,
|
1079
|
-
extension_ranges=[(1000, 536870912), ],
|
1080
|
-
oneofs=[
|
1081
|
-
],
|
1082
|
-
serialized_start=3690,
|
1083
|
-
serialized_end=3813,
|
1084
|
-
)
|
1085
|
-
|
1086
|
-
|
1087
|
-
_METHODOPTIONS = _descriptor.Descriptor(
|
1088
|
-
name='MethodOptions',
|
1089
|
-
full_name='google.protobuf.MethodOptions',
|
1090
|
-
filename=None,
|
1091
|
-
file=DESCRIPTOR,
|
1092
|
-
containing_type=None,
|
1093
|
-
fields=[
|
1094
|
-
_descriptor.FieldDescriptor(
|
1095
|
-
name='deprecated', full_name='google.protobuf.MethodOptions.deprecated', index=0,
|
1096
|
-
number=33, type=8, cpp_type=7, label=1,
|
1097
|
-
has_default_value=True, default_value=False,
|
1098
|
-
message_type=None, enum_type=None, containing_type=None,
|
1099
|
-
is_extension=False, extension_scope=None,
|
1100
|
-
options=None),
|
1101
|
-
_descriptor.FieldDescriptor(
|
1102
|
-
name='uninterpreted_option', full_name='google.protobuf.MethodOptions.uninterpreted_option', index=1,
|
1103
|
-
number=999, type=11, cpp_type=10, label=3,
|
1104
|
-
has_default_value=False, default_value=[],
|
1105
|
-
message_type=None, enum_type=None, containing_type=None,
|
1106
|
-
is_extension=False, extension_scope=None,
|
1107
|
-
options=None),
|
1108
|
-
],
|
1109
|
-
extensions=[
|
1110
|
-
],
|
1111
|
-
nested_types=[],
|
1112
|
-
enum_types=[
|
1113
|
-
],
|
1114
|
-
options=None,
|
1115
|
-
is_extendable=True,
|
1116
|
-
extension_ranges=[(1000, 536870912), ],
|
1117
|
-
oneofs=[
|
1118
|
-
],
|
1119
|
-
serialized_start=3815,
|
1120
|
-
serialized_end=3937,
|
1121
|
-
)
|
1122
|
-
|
1123
|
-
|
1124
|
-
_UNINTERPRETEDOPTION_NAMEPART = _descriptor.Descriptor(
|
1125
|
-
name='NamePart',
|
1126
|
-
full_name='google.protobuf.UninterpretedOption.NamePart',
|
1127
|
-
filename=None,
|
1128
|
-
file=DESCRIPTOR,
|
1129
|
-
containing_type=None,
|
1130
|
-
fields=[
|
1131
|
-
_descriptor.FieldDescriptor(
|
1132
|
-
name='name_part', full_name='google.protobuf.UninterpretedOption.NamePart.name_part', index=0,
|
1133
|
-
number=1, type=9, cpp_type=9, label=2,
|
1134
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
1135
|
-
message_type=None, enum_type=None, containing_type=None,
|
1136
|
-
is_extension=False, extension_scope=None,
|
1137
|
-
options=None),
|
1138
|
-
_descriptor.FieldDescriptor(
|
1139
|
-
name='is_extension', full_name='google.protobuf.UninterpretedOption.NamePart.is_extension', index=1,
|
1140
|
-
number=2, type=8, cpp_type=7, label=2,
|
1141
|
-
has_default_value=False, default_value=False,
|
1142
|
-
message_type=None, enum_type=None, containing_type=None,
|
1143
|
-
is_extension=False, extension_scope=None,
|
1144
|
-
options=None),
|
1145
|
-
],
|
1146
|
-
extensions=[
|
1147
|
-
],
|
1148
|
-
nested_types=[],
|
1149
|
-
enum_types=[
|
1150
|
-
],
|
1151
|
-
options=None,
|
1152
|
-
is_extendable=False,
|
1153
|
-
extension_ranges=[],
|
1154
|
-
oneofs=[
|
1155
|
-
],
|
1156
|
-
serialized_start=4175,
|
1157
|
-
serialized_end=4226,
|
1158
|
-
)
|
1159
|
-
|
1160
|
-
_UNINTERPRETEDOPTION = _descriptor.Descriptor(
|
1161
|
-
name='UninterpretedOption',
|
1162
|
-
full_name='google.protobuf.UninterpretedOption',
|
1163
|
-
filename=None,
|
1164
|
-
file=DESCRIPTOR,
|
1165
|
-
containing_type=None,
|
1166
|
-
fields=[
|
1167
|
-
_descriptor.FieldDescriptor(
|
1168
|
-
name='name', full_name='google.protobuf.UninterpretedOption.name', index=0,
|
1169
|
-
number=2, type=11, cpp_type=10, label=3,
|
1170
|
-
has_default_value=False, default_value=[],
|
1171
|
-
message_type=None, enum_type=None, containing_type=None,
|
1172
|
-
is_extension=False, extension_scope=None,
|
1173
|
-
options=None),
|
1174
|
-
_descriptor.FieldDescriptor(
|
1175
|
-
name='identifier_value', full_name='google.protobuf.UninterpretedOption.identifier_value', index=1,
|
1176
|
-
number=3, type=9, cpp_type=9, label=1,
|
1177
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
1178
|
-
message_type=None, enum_type=None, containing_type=None,
|
1179
|
-
is_extension=False, extension_scope=None,
|
1180
|
-
options=None),
|
1181
|
-
_descriptor.FieldDescriptor(
|
1182
|
-
name='positive_int_value', full_name='google.protobuf.UninterpretedOption.positive_int_value', index=2,
|
1183
|
-
number=4, type=4, cpp_type=4, label=1,
|
1184
|
-
has_default_value=False, default_value=0,
|
1185
|
-
message_type=None, enum_type=None, containing_type=None,
|
1186
|
-
is_extension=False, extension_scope=None,
|
1187
|
-
options=None),
|
1188
|
-
_descriptor.FieldDescriptor(
|
1189
|
-
name='negative_int_value', full_name='google.protobuf.UninterpretedOption.negative_int_value', index=3,
|
1190
|
-
number=5, type=3, cpp_type=2, label=1,
|
1191
|
-
has_default_value=False, default_value=0,
|
1192
|
-
message_type=None, enum_type=None, containing_type=None,
|
1193
|
-
is_extension=False, extension_scope=None,
|
1194
|
-
options=None),
|
1195
|
-
_descriptor.FieldDescriptor(
|
1196
|
-
name='double_value', full_name='google.protobuf.UninterpretedOption.double_value', index=4,
|
1197
|
-
number=6, type=1, cpp_type=5, label=1,
|
1198
|
-
has_default_value=False, default_value=0,
|
1199
|
-
message_type=None, enum_type=None, containing_type=None,
|
1200
|
-
is_extension=False, extension_scope=None,
|
1201
|
-
options=None),
|
1202
|
-
_descriptor.FieldDescriptor(
|
1203
|
-
name='string_value', full_name='google.protobuf.UninterpretedOption.string_value', index=5,
|
1204
|
-
number=7, type=12, cpp_type=9, label=1,
|
1205
|
-
has_default_value=False, default_value=_b(""),
|
1206
|
-
message_type=None, enum_type=None, containing_type=None,
|
1207
|
-
is_extension=False, extension_scope=None,
|
1208
|
-
options=None),
|
1209
|
-
_descriptor.FieldDescriptor(
|
1210
|
-
name='aggregate_value', full_name='google.protobuf.UninterpretedOption.aggregate_value', index=6,
|
1211
|
-
number=8, type=9, cpp_type=9, label=1,
|
1212
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
1213
|
-
message_type=None, enum_type=None, containing_type=None,
|
1214
|
-
is_extension=False, extension_scope=None,
|
1215
|
-
options=None),
|
1216
|
-
],
|
1217
|
-
extensions=[
|
1218
|
-
],
|
1219
|
-
nested_types=[_UNINTERPRETEDOPTION_NAMEPART, ],
|
1220
|
-
enum_types=[
|
1221
|
-
],
|
1222
|
-
options=None,
|
1223
|
-
is_extendable=False,
|
1224
|
-
extension_ranges=[],
|
1225
|
-
oneofs=[
|
1226
|
-
],
|
1227
|
-
serialized_start=3940,
|
1228
|
-
serialized_end=4226,
|
1229
|
-
)
|
1230
|
-
|
1231
|
-
|
1232
|
-
_SOURCECODEINFO_LOCATION = _descriptor.Descriptor(
|
1233
|
-
name='Location',
|
1234
|
-
full_name='google.protobuf.SourceCodeInfo.Location',
|
1235
|
-
filename=None,
|
1236
|
-
file=DESCRIPTOR,
|
1237
|
-
containing_type=None,
|
1238
|
-
fields=[
|
1239
|
-
_descriptor.FieldDescriptor(
|
1240
|
-
name='path', full_name='google.protobuf.SourceCodeInfo.Location.path', index=0,
|
1241
|
-
number=1, type=5, cpp_type=1, label=3,
|
1242
|
-
has_default_value=False, default_value=[],
|
1243
|
-
message_type=None, enum_type=None, containing_type=None,
|
1244
|
-
is_extension=False, extension_scope=None,
|
1245
|
-
options=None),
|
1246
|
-
_descriptor.FieldDescriptor(
|
1247
|
-
name='span', full_name='google.protobuf.SourceCodeInfo.Location.span', index=1,
|
1248
|
-
number=2, type=5, cpp_type=1, label=3,
|
1249
|
-
has_default_value=False, default_value=[],
|
1250
|
-
message_type=None, enum_type=None, containing_type=None,
|
1251
|
-
is_extension=False, extension_scope=None,
|
1252
|
-
options=None),
|
1253
|
-
_descriptor.FieldDescriptor(
|
1254
|
-
name='leading_comments', full_name='google.protobuf.SourceCodeInfo.Location.leading_comments', index=2,
|
1255
|
-
number=3, type=9, cpp_type=9, label=1,
|
1256
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
1257
|
-
message_type=None, enum_type=None, containing_type=None,
|
1258
|
-
is_extension=False, extension_scope=None,
|
1259
|
-
options=None),
|
1260
|
-
_descriptor.FieldDescriptor(
|
1261
|
-
name='trailing_comments', full_name='google.protobuf.SourceCodeInfo.Location.trailing_comments', index=3,
|
1262
|
-
number=4, type=9, cpp_type=9, label=1,
|
1263
|
-
has_default_value=False, default_value=_b("").decode('utf-8'),
|
1264
|
-
message_type=None, enum_type=None, containing_type=None,
|
1265
|
-
is_extension=False, extension_scope=None,
|
1266
|
-
options=None),
|
1267
|
-
],
|
1268
|
-
extensions=[
|
1269
|
-
],
|
1270
|
-
nested_types=[],
|
1271
|
-
enum_types=[
|
1272
|
-
],
|
1273
|
-
options=None,
|
1274
|
-
is_extendable=False,
|
1275
|
-
extension_ranges=[],
|
1276
|
-
oneofs=[
|
1277
|
-
],
|
1278
|
-
serialized_start=4307,
|
1279
|
-
serialized_end=4406,
|
1280
|
-
)
|
1281
|
-
|
1282
|
-
_SOURCECODEINFO = _descriptor.Descriptor(
|
1283
|
-
name='SourceCodeInfo',
|
1284
|
-
full_name='google.protobuf.SourceCodeInfo',
|
1285
|
-
filename=None,
|
1286
|
-
file=DESCRIPTOR,
|
1287
|
-
containing_type=None,
|
1288
|
-
fields=[
|
1289
|
-
_descriptor.FieldDescriptor(
|
1290
|
-
name='location', full_name='google.protobuf.SourceCodeInfo.location', index=0,
|
1291
|
-
number=1, type=11, cpp_type=10, label=3,
|
1292
|
-
has_default_value=False, default_value=[],
|
1293
|
-
message_type=None, enum_type=None, containing_type=None,
|
1294
|
-
is_extension=False, extension_scope=None,
|
1295
|
-
options=None),
|
1296
|
-
],
|
1297
|
-
extensions=[
|
1298
|
-
],
|
1299
|
-
nested_types=[_SOURCECODEINFO_LOCATION, ],
|
1300
|
-
enum_types=[
|
1301
|
-
],
|
1302
|
-
options=None,
|
1303
|
-
is_extendable=False,
|
1304
|
-
extension_ranges=[],
|
1305
|
-
oneofs=[
|
1306
|
-
],
|
1307
|
-
serialized_start=4229,
|
1308
|
-
serialized_end=4406,
|
1309
|
-
)
|
1310
|
-
|
1311
|
-
_FILEDESCRIPTORSET.fields_by_name['file'].message_type = _FILEDESCRIPTORPROTO
|
1312
|
-
_FILEDESCRIPTORPROTO.fields_by_name['message_type'].message_type = _DESCRIPTORPROTO
|
1313
|
-
_FILEDESCRIPTORPROTO.fields_by_name['enum_type'].message_type = _ENUMDESCRIPTORPROTO
|
1314
|
-
_FILEDESCRIPTORPROTO.fields_by_name['service'].message_type = _SERVICEDESCRIPTORPROTO
|
1315
|
-
_FILEDESCRIPTORPROTO.fields_by_name['extension'].message_type = _FIELDDESCRIPTORPROTO
|
1316
|
-
_FILEDESCRIPTORPROTO.fields_by_name['options'].message_type = _FILEOPTIONS
|
1317
|
-
_FILEDESCRIPTORPROTO.fields_by_name['source_code_info'].message_type = _SOURCECODEINFO
|
1318
|
-
_DESCRIPTORPROTO_EXTENSIONRANGE.containing_type = _DESCRIPTORPROTO
|
1319
|
-
_DESCRIPTORPROTO.fields_by_name['field'].message_type = _FIELDDESCRIPTORPROTO
|
1320
|
-
_DESCRIPTORPROTO.fields_by_name['extension'].message_type = _FIELDDESCRIPTORPROTO
|
1321
|
-
_DESCRIPTORPROTO.fields_by_name['nested_type'].message_type = _DESCRIPTORPROTO
|
1322
|
-
_DESCRIPTORPROTO.fields_by_name['enum_type'].message_type = _ENUMDESCRIPTORPROTO
|
1323
|
-
_DESCRIPTORPROTO.fields_by_name['extension_range'].message_type = _DESCRIPTORPROTO_EXTENSIONRANGE
|
1324
|
-
_DESCRIPTORPROTO.fields_by_name['oneof_decl'].message_type = _ONEOFDESCRIPTORPROTO
|
1325
|
-
_DESCRIPTORPROTO.fields_by_name['options'].message_type = _MESSAGEOPTIONS
|
1326
|
-
_FIELDDESCRIPTORPROTO.fields_by_name['label'].enum_type = _FIELDDESCRIPTORPROTO_LABEL
|
1327
|
-
_FIELDDESCRIPTORPROTO.fields_by_name['type'].enum_type = _FIELDDESCRIPTORPROTO_TYPE
|
1328
|
-
_FIELDDESCRIPTORPROTO.fields_by_name['options'].message_type = _FIELDOPTIONS
|
1329
|
-
_FIELDDESCRIPTORPROTO_TYPE.containing_type = _FIELDDESCRIPTORPROTO
|
1330
|
-
_FIELDDESCRIPTORPROTO_LABEL.containing_type = _FIELDDESCRIPTORPROTO
|
1331
|
-
_ENUMDESCRIPTORPROTO.fields_by_name['value'].message_type = _ENUMVALUEDESCRIPTORPROTO
|
1332
|
-
_ENUMDESCRIPTORPROTO.fields_by_name['options'].message_type = _ENUMOPTIONS
|
1333
|
-
_ENUMVALUEDESCRIPTORPROTO.fields_by_name['options'].message_type = _ENUMVALUEOPTIONS
|
1334
|
-
_SERVICEDESCRIPTORPROTO.fields_by_name['method'].message_type = _METHODDESCRIPTORPROTO
|
1335
|
-
_SERVICEDESCRIPTORPROTO.fields_by_name['options'].message_type = _SERVICEOPTIONS
|
1336
|
-
_METHODDESCRIPTORPROTO.fields_by_name['options'].message_type = _METHODOPTIONS
|
1337
|
-
_FILEOPTIONS.fields_by_name['optimize_for'].enum_type = _FILEOPTIONS_OPTIMIZEMODE
|
1338
|
-
_FILEOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1339
|
-
_FILEOPTIONS_OPTIMIZEMODE.containing_type = _FILEOPTIONS
|
1340
|
-
_MESSAGEOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1341
|
-
_FIELDOPTIONS.fields_by_name['ctype'].enum_type = _FIELDOPTIONS_CTYPE
|
1342
|
-
_FIELDOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1343
|
-
_FIELDOPTIONS_CTYPE.containing_type = _FIELDOPTIONS
|
1344
|
-
_ENUMOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1345
|
-
_ENUMVALUEOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1346
|
-
_SERVICEOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1347
|
-
_METHODOPTIONS.fields_by_name['uninterpreted_option'].message_type = _UNINTERPRETEDOPTION
|
1348
|
-
_UNINTERPRETEDOPTION_NAMEPART.containing_type = _UNINTERPRETEDOPTION
|
1349
|
-
_UNINTERPRETEDOPTION.fields_by_name['name'].message_type = _UNINTERPRETEDOPTION_NAMEPART
|
1350
|
-
_SOURCECODEINFO_LOCATION.containing_type = _SOURCECODEINFO
|
1351
|
-
_SOURCECODEINFO.fields_by_name['location'].message_type = _SOURCECODEINFO_LOCATION
|
1352
|
-
DESCRIPTOR.message_types_by_name['FileDescriptorSet'] = _FILEDESCRIPTORSET
|
1353
|
-
DESCRIPTOR.message_types_by_name['FileDescriptorProto'] = _FILEDESCRIPTORPROTO
|
1354
|
-
DESCRIPTOR.message_types_by_name['DescriptorProto'] = _DESCRIPTORPROTO
|
1355
|
-
DESCRIPTOR.message_types_by_name['FieldDescriptorProto'] = _FIELDDESCRIPTORPROTO
|
1356
|
-
DESCRIPTOR.message_types_by_name['OneofDescriptorProto'] = _ONEOFDESCRIPTORPROTO
|
1357
|
-
DESCRIPTOR.message_types_by_name['EnumDescriptorProto'] = _ENUMDESCRIPTORPROTO
|
1358
|
-
DESCRIPTOR.message_types_by_name['EnumValueDescriptorProto'] = _ENUMVALUEDESCRIPTORPROTO
|
1359
|
-
DESCRIPTOR.message_types_by_name['ServiceDescriptorProto'] = _SERVICEDESCRIPTORPROTO
|
1360
|
-
DESCRIPTOR.message_types_by_name['MethodDescriptorProto'] = _METHODDESCRIPTORPROTO
|
1361
|
-
DESCRIPTOR.message_types_by_name['FileOptions'] = _FILEOPTIONS
|
1362
|
-
DESCRIPTOR.message_types_by_name['MessageOptions'] = _MESSAGEOPTIONS
|
1363
|
-
DESCRIPTOR.message_types_by_name['FieldOptions'] = _FIELDOPTIONS
|
1364
|
-
DESCRIPTOR.message_types_by_name['EnumOptions'] = _ENUMOPTIONS
|
1365
|
-
DESCRIPTOR.message_types_by_name['EnumValueOptions'] = _ENUMVALUEOPTIONS
|
1366
|
-
DESCRIPTOR.message_types_by_name['ServiceOptions'] = _SERVICEOPTIONS
|
1367
|
-
DESCRIPTOR.message_types_by_name['MethodOptions'] = _METHODOPTIONS
|
1368
|
-
DESCRIPTOR.message_types_by_name['UninterpretedOption'] = _UNINTERPRETEDOPTION
|
1369
|
-
DESCRIPTOR.message_types_by_name['SourceCodeInfo'] = _SOURCECODEINFO
|
1370
|
-
|
1371
|
-
FileDescriptorSet = _reflection.GeneratedProtocolMessageType('FileDescriptorSet', (_message.Message,), dict(
|
1372
|
-
DESCRIPTOR = _FILEDESCRIPTORSET,
|
1373
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1374
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorSet)
|
1375
|
-
))
|
1376
|
-
_sym_db.RegisterMessage(FileDescriptorSet)
|
1377
|
-
|
1378
|
-
FileDescriptorProto = _reflection.GeneratedProtocolMessageType('FileDescriptorProto', (_message.Message,), dict(
|
1379
|
-
DESCRIPTOR = _FILEDESCRIPTORPROTO,
|
1380
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1381
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorProto)
|
1382
|
-
))
|
1383
|
-
_sym_db.RegisterMessage(FileDescriptorProto)
|
1384
|
-
|
1385
|
-
DescriptorProto = _reflection.GeneratedProtocolMessageType('DescriptorProto', (_message.Message,), dict(
|
1386
|
-
|
1387
|
-
ExtensionRange = _reflection.GeneratedProtocolMessageType('ExtensionRange', (_message.Message,), dict(
|
1388
|
-
DESCRIPTOR = _DESCRIPTORPROTO_EXTENSIONRANGE,
|
1389
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1390
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ExtensionRange)
|
1391
|
-
))
|
1392
|
-
,
|
1393
|
-
DESCRIPTOR = _DESCRIPTORPROTO,
|
1394
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1395
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto)
|
1396
|
-
))
|
1397
|
-
_sym_db.RegisterMessage(DescriptorProto)
|
1398
|
-
_sym_db.RegisterMessage(DescriptorProto.ExtensionRange)
|
1399
|
-
|
1400
|
-
FieldDescriptorProto = _reflection.GeneratedProtocolMessageType('FieldDescriptorProto', (_message.Message,), dict(
|
1401
|
-
DESCRIPTOR = _FIELDDESCRIPTORPROTO,
|
1402
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1403
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.FieldDescriptorProto)
|
1404
|
-
))
|
1405
|
-
_sym_db.RegisterMessage(FieldDescriptorProto)
|
1406
|
-
|
1407
|
-
OneofDescriptorProto = _reflection.GeneratedProtocolMessageType('OneofDescriptorProto', (_message.Message,), dict(
|
1408
|
-
DESCRIPTOR = _ONEOFDESCRIPTORPROTO,
|
1409
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1410
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.OneofDescriptorProto)
|
1411
|
-
))
|
1412
|
-
_sym_db.RegisterMessage(OneofDescriptorProto)
|
1413
|
-
|
1414
|
-
EnumDescriptorProto = _reflection.GeneratedProtocolMessageType('EnumDescriptorProto', (_message.Message,), dict(
|
1415
|
-
DESCRIPTOR = _ENUMDESCRIPTORPROTO,
|
1416
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1417
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.EnumDescriptorProto)
|
1418
|
-
))
|
1419
|
-
_sym_db.RegisterMessage(EnumDescriptorProto)
|
1420
|
-
|
1421
|
-
EnumValueDescriptorProto = _reflection.GeneratedProtocolMessageType('EnumValueDescriptorProto', (_message.Message,), dict(
|
1422
|
-
DESCRIPTOR = _ENUMVALUEDESCRIPTORPROTO,
|
1423
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1424
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.EnumValueDescriptorProto)
|
1425
|
-
))
|
1426
|
-
_sym_db.RegisterMessage(EnumValueDescriptorProto)
|
1427
|
-
|
1428
|
-
ServiceDescriptorProto = _reflection.GeneratedProtocolMessageType('ServiceDescriptorProto', (_message.Message,), dict(
|
1429
|
-
DESCRIPTOR = _SERVICEDESCRIPTORPROTO,
|
1430
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1431
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.ServiceDescriptorProto)
|
1432
|
-
))
|
1433
|
-
_sym_db.RegisterMessage(ServiceDescriptorProto)
|
1434
|
-
|
1435
|
-
MethodDescriptorProto = _reflection.GeneratedProtocolMessageType('MethodDescriptorProto', (_message.Message,), dict(
|
1436
|
-
DESCRIPTOR = _METHODDESCRIPTORPROTO,
|
1437
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1438
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.MethodDescriptorProto)
|
1439
|
-
))
|
1440
|
-
_sym_db.RegisterMessage(MethodDescriptorProto)
|
1441
|
-
|
1442
|
-
FileOptions = _reflection.GeneratedProtocolMessageType('FileOptions', (_message.Message,), dict(
|
1443
|
-
DESCRIPTOR = _FILEOPTIONS,
|
1444
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1445
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.FileOptions)
|
1446
|
-
))
|
1447
|
-
_sym_db.RegisterMessage(FileOptions)
|
1448
|
-
|
1449
|
-
MessageOptions = _reflection.GeneratedProtocolMessageType('MessageOptions', (_message.Message,), dict(
|
1450
|
-
DESCRIPTOR = _MESSAGEOPTIONS,
|
1451
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1452
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.MessageOptions)
|
1453
|
-
))
|
1454
|
-
_sym_db.RegisterMessage(MessageOptions)
|
1455
|
-
|
1456
|
-
FieldOptions = _reflection.GeneratedProtocolMessageType('FieldOptions', (_message.Message,), dict(
|
1457
|
-
DESCRIPTOR = _FIELDOPTIONS,
|
1458
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1459
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.FieldOptions)
|
1460
|
-
))
|
1461
|
-
_sym_db.RegisterMessage(FieldOptions)
|
1462
|
-
|
1463
|
-
EnumOptions = _reflection.GeneratedProtocolMessageType('EnumOptions', (_message.Message,), dict(
|
1464
|
-
DESCRIPTOR = _ENUMOPTIONS,
|
1465
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1466
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.EnumOptions)
|
1467
|
-
))
|
1468
|
-
_sym_db.RegisterMessage(EnumOptions)
|
1469
|
-
|
1470
|
-
EnumValueOptions = _reflection.GeneratedProtocolMessageType('EnumValueOptions', (_message.Message,), dict(
|
1471
|
-
DESCRIPTOR = _ENUMVALUEOPTIONS,
|
1472
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1473
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.EnumValueOptions)
|
1474
|
-
))
|
1475
|
-
_sym_db.RegisterMessage(EnumValueOptions)
|
1476
|
-
|
1477
|
-
ServiceOptions = _reflection.GeneratedProtocolMessageType('ServiceOptions', (_message.Message,), dict(
|
1478
|
-
DESCRIPTOR = _SERVICEOPTIONS,
|
1479
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1480
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.ServiceOptions)
|
1481
|
-
))
|
1482
|
-
_sym_db.RegisterMessage(ServiceOptions)
|
1483
|
-
|
1484
|
-
MethodOptions = _reflection.GeneratedProtocolMessageType('MethodOptions', (_message.Message,), dict(
|
1485
|
-
DESCRIPTOR = _METHODOPTIONS,
|
1486
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1487
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.MethodOptions)
|
1488
|
-
))
|
1489
|
-
_sym_db.RegisterMessage(MethodOptions)
|
1490
|
-
|
1491
|
-
UninterpretedOption = _reflection.GeneratedProtocolMessageType('UninterpretedOption', (_message.Message,), dict(
|
1492
|
-
|
1493
|
-
NamePart = _reflection.GeneratedProtocolMessageType('NamePart', (_message.Message,), dict(
|
1494
|
-
DESCRIPTOR = _UNINTERPRETEDOPTION_NAMEPART,
|
1495
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1496
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.UninterpretedOption.NamePart)
|
1497
|
-
))
|
1498
|
-
,
|
1499
|
-
DESCRIPTOR = _UNINTERPRETEDOPTION,
|
1500
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1501
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.UninterpretedOption)
|
1502
|
-
))
|
1503
|
-
_sym_db.RegisterMessage(UninterpretedOption)
|
1504
|
-
_sym_db.RegisterMessage(UninterpretedOption.NamePart)
|
1505
|
-
|
1506
|
-
SourceCodeInfo = _reflection.GeneratedProtocolMessageType('SourceCodeInfo', (_message.Message,), dict(
|
1507
|
-
|
1508
|
-
Location = _reflection.GeneratedProtocolMessageType('Location', (_message.Message,), dict(
|
1509
|
-
DESCRIPTOR = _SOURCECODEINFO_LOCATION,
|
1510
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1511
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo.Location)
|
1512
|
-
))
|
1513
|
-
,
|
1514
|
-
DESCRIPTOR = _SOURCECODEINFO,
|
1515
|
-
__module__ = 'google.protobuf.descriptor_pb2'
|
1516
|
-
# @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo)
|
1517
|
-
))
|
1518
|
-
_sym_db.RegisterMessage(SourceCodeInfo)
|
1519
|
-
_sym_db.RegisterMessage(SourceCodeInfo.Location)
|
1520
|
-
|
1521
|
-
|
1522
|
-
# @@protoc_insertion_point(module_scope)
|