closure 1.2.701 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +9 -8
- data/closure-compiler/README +1 -1
- data/closure-compiler/compiler.jar +0 -0
- data/docs/SCRIPT.md +142 -0
- data/docs/closure/Closure/BeanShell.html +335 -0
- data/docs/closure/Closure/Compiler/Compilation.html +636 -0
- data/docs/closure/Closure/Compiler/Error.html +116 -0
- data/docs/closure/Closure/Compiler.html +387 -0
- data/docs/closure/Closure/FileResponse.html +622 -0
- data/docs/closure/Closure/Goog.html +1251 -0
- data/docs/closure/Closure/Middleware.html +304 -0
- data/docs/closure/Closure/Script/NotFound.html +116 -0
- data/docs/closure/Closure/Script/RenderStackOverflow.html +116 -0
- data/docs/closure/Closure/Script.html +1083 -0
- data/docs/closure/Closure/Server.html +439 -0
- data/docs/closure/Closure/ShowExceptions.html +266 -0
- data/docs/closure/Closure/Sources.html +1272 -0
- data/docs/closure/Closure/Templates/Error.html +116 -0
- data/docs/closure/Closure/Templates.html +361 -0
- data/docs/closure/Closure.html +715 -0
- data/docs/closure/_index.html +289 -0
- data/docs/closure/class_list.html +47 -0
- data/docs/closure/css/common.css +1 -0
- data/docs/closure/css/full_list.css +53 -0
- data/docs/closure/css/style.css +320 -0
- data/{closure-library/LICENSE → docs/closure/file.LICENSE.html} +106 -16
- data/docs/closure/file.README.html +79 -0
- data/docs/closure/file_list.html +52 -0
- data/docs/closure/frames.html +13 -0
- data/docs/closure/index.html +79 -0
- data/docs/closure/js/app.js +205 -0
- data/docs/closure/js/full_list.js +150 -0
- data/docs/closure/js/jquery.js +16 -0
- data/docs/closure/method_list.html +486 -0
- data/docs/closure/top-level-namespace.html +103 -0
- data/docs/index.erb +26 -0
- data/externs/chrome_extensions.externs +968 -0
- data/{scripts/externs/jquery_1_4_2.externs → externs/jquery-1.3.2.externs} +39 -170
- data/externs/jquery-1.4.3.externs +1289 -0
- data/externs/jquery-1.4.4.externs +1302 -0
- data/externs/jquery-1.5.externs +1697 -0
- data/externs/jquery.externs +4 -0
- data/lib/closure/beanshell.rb +9 -21
- data/lib/closure/compiler.rb +247 -102
- data/lib/closure/engines.rb +50 -0
- data/lib/closure/goog.rb +122 -68
- data/lib/closure/script.rb +68 -54
- data/lib/closure/server.rb +10 -1
- data/lib/closure/show_exceptions.rb +30 -3
- data/lib/closure/sources.rb +26 -25
- data/lib/closure/templates.rb +79 -124
- data/lib/closure/version.rb +1 -1
- data/lib/closure.rb +64 -43
- data/lib/shim.jar +0 -0
- data/scripts/config.ru +25 -0
- data/scripts/hello/compiler.js.erb +48 -0
- data/scripts/hello/compiler_build.js +5 -0
- data/scripts/hello/compiler_build.map +752 -0
- data/scripts/hello/compiler_debug.js +125 -0
- data/scripts/hello/hello.js +11 -0
- data/scripts/hello/index.erb +11 -0
- data/scripts/hello/legume.js +20 -0
- data/scripts/hello/legume.soy +9 -0
- data/scripts/index.erb +45 -5
- data/scripts/jquery/compiler.js.erb +7 -0
- data/scripts/jquery/compiler_out.js +1 -0
- data/scripts/jquery/index.erb +25 -0
- data/scripts/jquery/jquery_test.js +8 -0
- data/scripts/modules/api.js +11 -0
- data/scripts/modules/api_init.js +8 -0
- data/scripts/modules/app.js +102 -0
- data/scripts/modules/app_init.js +33 -0
- data/scripts/modules/compiler.js.erb +34 -0
- data/scripts/modules/compiler_build.js +6 -0
- data/scripts/modules/compiler_build.map +12077 -0
- data/scripts/modules/compiler_build_api.js +1 -0
- data/scripts/modules/compiler_build_app.js +74 -0
- data/scripts/modules/compiler_build_settings.js +2 -0
- data/scripts/modules/compiler_debug.js +6 -0
- data/scripts/modules/compiler_debug_api.js +11 -0
- data/scripts/modules/compiler_debug_app.js +2870 -0
- data/scripts/modules/compiler_debug_settings.js +42 -0
- data/scripts/modules/index.erb +18 -0
- data/scripts/modules/settings.js +19 -0
- data/scripts/modules/settings_init.js +14 -0
- data/scripts/{demos/rails_ujs.erb → rails/index.erb} +14 -6
- data/scripts/{demos → rails}/rails_ujs.js +0 -40
- data/scripts/svn.erb +228 -0
- data/scripts/welcome.erb +78 -0
- metadata +101 -1507
- data/.gitignore +0 -6
- data/.yardopts +0 -3
- data/closure-library/AUTHORS +0 -12
- data/closure-library/README +0 -6
- data/closure-library/all_tests.html +0 -113
- data/closure-library/alltests.js +0 -16
- data/closure-library/closure/bin/build/closurebuilder.py +0 -257
- data/closure-library/closure/bin/build/depstree.py +0 -186
- data/closure-library/closure/bin/build/depstree_test.py +0 -127
- data/closure-library/closure/bin/build/depswriter.py +0 -197
- data/closure-library/closure/bin/build/jscompiler.py +0 -69
- data/closure-library/closure/bin/build/source.py +0 -86
- data/closure-library/closure/bin/build/source_test.py +0 -57
- data/closure-library/closure/bin/build/treescan.py +0 -78
- data/closure-library/closure/bin/calcdeps.py +0 -570
- data/closure-library/closure/bin/scopify.py +0 -211
- data/closure-library/closure/css/inlay/g-base.css +0 -82
- data/closure-library/closure/css/inlay/g-fixed.css +0 -158
- data/closure-library/closure/css/inlay/g-ratio.css +0 -253
- data/closure-library/closure/goog/array/array.js +0 -1300
- data/closure-library/closure/goog/array/array_test.html +0 -1524
- data/closure-library/closure/goog/asserts/asserts.js +0 -277
- data/closure-library/closure/goog/asserts/asserts_test.html +0 -163
- data/closure-library/closure/goog/async/conditionaldelay.js +0 -238
- data/closure-library/closure/goog/async/conditionaldelay_test.html +0 -227
- data/closure-library/closure/goog/async/delay.js +0 -174
- data/closure-library/closure/goog/async/delay_test.html +0 -148
- data/closure-library/closure/goog/async/throttle.js +0 -189
- data/closure-library/closure/goog/async/throttle_test.html +0 -102
- data/closure-library/closure/goog/base.js +0 -1471
- data/closure-library/closure/goog/base_test.html +0 -1166
- data/closure-library/closure/goog/bootstrap/webworkers.js +0 -37
- data/closure-library/closure/goog/color/alpha.js +0 -436
- data/closure-library/closure/goog/color/alpha_test.html +0 -234
- data/closure-library/closure/goog/color/color.js +0 -757
- data/closure-library/closure/goog/color/color_test.html +0 -645
- data/closure-library/closure/goog/color/names.js +0 -176
- data/closure-library/closure/goog/crypt/arc4.js +0 -141
- data/closure-library/closure/goog/crypt/arc4_test.html +0 -42
- data/closure-library/closure/goog/crypt/base64.js +0 -267
- data/closure-library/closure/goog/crypt/base64_test.html +0 -106
- data/closure-library/closure/goog/crypt/basen.js +0 -242
- data/closure-library/closure/goog/crypt/basen_test.html +0 -167
- data/closure-library/closure/goog/crypt/crypt.js +0 -103
- data/closure-library/closure/goog/crypt/crypt_test.html +0 -68
- data/closure-library/closure/goog/crypt/hash32.js +0 -184
- data/closure-library/closure/goog/crypt/hash32_test.html +0 -287
- data/closure-library/closure/goog/crypt/sha1.js +0 -238
- data/closure-library/closure/goog/crypt/sha1_test.html +0 -47
- data/closure-library/closure/goog/css/autocomplete.css +0 -43
- data/closure-library/closure/goog/css/bubble.css +0 -84
- data/closure-library/closure/goog/css/button.css +0 -38
- data/closure-library/closure/goog/css/charpicker.css +0 -201
- data/closure-library/closure/goog/css/checkbox.css +0 -38
- data/closure-library/closure/goog/css/colormenubutton.css +0 -25
- data/closure-library/closure/goog/css/colorpalette.css +0 -54
- data/closure-library/closure/goog/css/colorpicker-simplegrid.css +0 -50
- data/closure-library/closure/goog/css/combobox.css +0 -57
- data/closure-library/closure/goog/css/common.css +0 -41
- data/closure-library/closure/goog/css/css3button.css +0 -77
- data/closure-library/closure/goog/css/css3menubutton.css +0 -23
- data/closure-library/closure/goog/css/custombutton.css +0 -164
- data/closure-library/closure/goog/css/datepicker.css +0 -148
- data/closure-library/closure/goog/css/dialog.css +0 -72
- data/closure-library/closure/goog/css/dimensionpicker.css +0 -47
- data/closure-library/closure/goog/css/dragdropdetector.css +0 -48
- data/closure-library/closure/goog/css/editor/bubble.css +0 -73
- data/closure-library/closure/goog/css/editor/dialog.css +0 -66
- data/closure-library/closure/goog/css/editor/linkdialog.css +0 -36
- data/closure-library/closure/goog/css/editortoolbar.css +0 -225
- data/closure-library/closure/goog/css/filteredmenu.css +0 -30
- data/closure-library/closure/goog/css/filterobservingmenuitem.css +0 -25
- data/closure-library/closure/goog/css/flatbutton.css +0 -65
- data/closure-library/closure/goog/css/flatmenubutton.css +0 -63
- data/closure-library/closure/goog/css/hovercard.css +0 -51
- data/closure-library/closure/goog/css/hsvapalette.css +0 -231
- data/closure-library/closure/goog/css/hsvpalette.css +0 -179
- data/closure-library/closure/goog/css/imagelessbutton.css +0 -160
- data/closure-library/closure/goog/css/imagelessmenubutton.css +0 -23
- data/closure-library/closure/goog/css/inputdatepicker.css +0 -12
- data/closure-library/closure/goog/css/linkbutton.css +0 -26
- data/closure-library/closure/goog/css/menu.css +0 -27
- data/closure-library/closure/goog/css/menubutton.css +0 -169
- data/closure-library/closure/goog/css/menuitem.css +0 -96
- data/closure-library/closure/goog/css/menuseparator.css +0 -19
- data/closure-library/closure/goog/css/multitestrunner.css +0 -121
- data/closure-library/closure/goog/css/offline.css +0 -147
- data/closure-library/closure/goog/css/palette.css +0 -36
- data/closure-library/closure/goog/css/popupdatepicker.css +0 -17
- data/closure-library/closure/goog/css/roundedpanel.css +0 -29
- data/closure-library/closure/goog/css/roundedtab.css +0 -158
- data/closure-library/closure/goog/css/submenu.css +0 -28
- data/closure-library/closure/goog/css/tab.css +0 -91
- data/closure-library/closure/goog/css/tabbar.css +0 -52
- data/closure-library/closure/goog/css/tablesorter.css +0 -14
- data/closure-library/closure/goog/css/toolbar.css +0 -400
- data/closure-library/closure/goog/css/tooltip.css +0 -14
- data/closure-library/closure/goog/css/tree.css +0 -147
- data/closure-library/closure/goog/css/tristatemenuitem.css +0 -43
- data/closure-library/closure/goog/cssom/cssom.js +0 -447
- data/closure-library/closure/goog/cssom/cssom_test.html +0 -343
- data/closure-library/closure/goog/cssom/cssom_test_import_1.css +0 -11
- data/closure-library/closure/goog/cssom/cssom_test_import_2.css +0 -10
- data/closure-library/closure/goog/cssom/cssom_test_link_1.css +0 -10
- data/closure-library/closure/goog/cssom/iframe/style.js +0 -1020
- data/closure-library/closure/goog/cssom/iframe/style_test.html +0 -391
- data/closure-library/closure/goog/cssom/iframe/style_test_import.css +0 -10
- data/closure-library/closure/goog/datasource/datamanager.js +0 -566
- data/closure-library/closure/goog/datasource/datasource.js +0 -646
- data/closure-library/closure/goog/datasource/datasource_test.html +0 -265
- data/closure-library/closure/goog/datasource/expr.js +0 -544
- data/closure-library/closure/goog/datasource/expr_test.html +0 -97
- data/closure-library/closure/goog/datasource/fastdatanode.js +0 -792
- data/closure-library/closure/goog/datasource/fastdatanode_test.html +0 -254
- data/closure-library/closure/goog/datasource/jsdatasource.js +0 -460
- data/closure-library/closure/goog/datasource/jsondatasource.js +0 -146
- data/closure-library/closure/goog/datasource/jsxmlhttpdatasource.js +0 -191
- data/closure-library/closure/goog/datasource/jsxmlhttpdatasource_test.html +0 -94
- data/closure-library/closure/goog/datasource/xmldatasource.js +0 -407
- data/closure-library/closure/goog/date/date.js +0 -1642
- data/closure-library/closure/goog/date/date_test.html +0 -1293
- data/closure-library/closure/goog/date/datelike.js +0 -27
- data/closure-library/closure/goog/date/daterange.js +0 -398
- data/closure-library/closure/goog/date/daterange_test.html +0 -213
- data/closure-library/closure/goog/date/relative.js +0 -425
- data/closure-library/closure/goog/date/relative_test.html +0 -124
- data/closure-library/closure/goog/date/utcdatetime.js +0 -178
- data/closure-library/closure/goog/date/utcdatetime_test.html +0 -119
- data/closure-library/closure/goog/debug/console.js +0 -138
- data/closure-library/closure/goog/debug/debug.js +0 -452
- data/closure-library/closure/goog/debug/debug_test.html +0 -32
- data/closure-library/closure/goog/debug/debugwindow.js +0 -582
- data/closure-library/closure/goog/debug/devcss/devcss.js +0 -435
- data/closure-library/closure/goog/debug/devcss/devcss_test.html +0 -365
- data/closure-library/closure/goog/debug/devcss/devcssrunner.js +0 -26
- data/closure-library/closure/goog/debug/divconsole.js +0 -141
- data/closure-library/closure/goog/debug/enhanceerror_test.html +0 -138
- data/closure-library/closure/goog/debug/entrypointregistry.js +0 -111
- data/closure-library/closure/goog/debug/entrypointregistry_test.html +0 -63
- data/closure-library/closure/goog/debug/error.js +0 -47
- data/closure-library/closure/goog/debug/error_test.html +0 -85
- data/closure-library/closure/goog/debug/errorhandler.js +0 -234
- data/closure-library/closure/goog/debug/errorhandler_async_test.html +0 -112
- data/closure-library/closure/goog/debug/errorhandler_test.html +0 -186
- data/closure-library/closure/goog/debug/errorhandlerweakdep.js +0 -38
- data/closure-library/closure/goog/debug/errorreporter.js +0 -324
- data/closure-library/closure/goog/debug/errorreporter_test.html +0 -289
- data/closure-library/closure/goog/debug/fancywindow.js +0 -265
- data/closure-library/closure/goog/debug/formatter.js +0 -314
- data/closure-library/closure/goog/debug/gcdiagnostics.js +0 -143
- data/closure-library/closure/goog/debug/logbuffer.js +0 -147
- data/closure-library/closure/goog/debug/logbuffer_test.html +0 -105
- data/closure-library/closure/goog/debug/logger.js +0 -809
- data/closure-library/closure/goog/debug/logger_test.html +0 -208
- data/closure-library/closure/goog/debug/logrecord.js +0 -271
- data/closure-library/closure/goog/debug/reflect.js +0 -163
- data/closure-library/closure/goog/debug/reflect_test.html +0 -81
- data/closure-library/closure/goog/debug/relativetimeprovider.js +0 -83
- data/closure-library/closure/goog/debug/tracer.js +0 -750
- data/closure-library/closure/goog/debug/tracer_test.html +0 -57
- data/closure-library/closure/goog/demos/advancedtooltip.html +0 -78
- data/closure-library/closure/goog/demos/animationqueue.html +0 -149
- data/closure-library/closure/goog/demos/autocomplete-basic.html +0 -56
- data/closure-library/closure/goog/demos/autocompleteremote.html +0 -40
- data/closure-library/closure/goog/demos/autocompleteremotedata.js +0 -18
- data/closure-library/closure/goog/demos/autocompleterichremote.html +0 -137
- data/closure-library/closure/goog/demos/autocompleterichremotedata.js +0 -33
- data/closure-library/closure/goog/demos/bidiinput.html +0 -72
- data/closure-library/closure/goog/demos/bubble.html +0 -250
- data/closure-library/closure/goog/demos/button.html +0 -395
- data/closure-library/closure/goog/demos/charcounter.html +0 -57
- data/closure-library/closure/goog/demos/charpicker.html +0 -64
- data/closure-library/closure/goog/demos/checkbox.html +0 -122
- data/closure-library/closure/goog/demos/color-contrast.html +0 -60
- data/closure-library/closure/goog/demos/colormenubutton.html +0 -213
- data/closure-library/closure/goog/demos/colorpicker.html +0 -43
- data/closure-library/closure/goog/demos/combobox.html +0 -125
- data/closure-library/closure/goog/demos/container.html +0 -670
- data/closure-library/closure/goog/demos/control.html +0 -477
- data/closure-library/closure/goog/demos/css/demo.css +0 -75
- data/closure-library/closure/goog/demos/css/emojipicker.css +0 -36
- data/closure-library/closure/goog/demos/css/emojisprite.css +0 -92
- data/closure-library/closure/goog/demos/css3button.html +0 -166
- data/closure-library/closure/goog/demos/css3menubutton.html +0 -285
- data/closure-library/closure/goog/demos/cssspriteanimation.html +0 -80
- data/closure-library/closure/goog/demos/datepicker.html +0 -183
- data/closure-library/closure/goog/demos/debug.html +0 -119
- data/closure-library/closure/goog/demos/depsgraph.html +0 -221
- data/closure-library/closure/goog/demos/dialog.html +0 -156
- data/closure-library/closure/goog/demos/dimensionpicker.html +0 -108
- data/closure-library/closure/goog/demos/dimensionpicker_rtl.html +0 -123
- data/closure-library/closure/goog/demos/dom_selection.html +0 -88
- data/closure-library/closure/goog/demos/drag.html +0 -191
- data/closure-library/closure/goog/demos/dragdrop.html +0 -263
- data/closure-library/closure/goog/demos/dragdropdetector.html +0 -46
- data/closure-library/closure/goog/demos/dragdropdetector_target.html +0 -17
- data/closure-library/closure/goog/demos/dragger.html +0 -83
- data/closure-library/closure/goog/demos/draglistgroup.html +0 -261
- data/closure-library/closure/goog/demos/drilldownrow.html +0 -78
- data/closure-library/closure/goog/demos/editor/deps.js +0 -20
- data/closure-library/closure/goog/demos/editor/editor.html +0 -139
- data/closure-library/closure/goog/demos/editor/field_basic.html +0 -74
- data/closure-library/closure/goog/demos/editor/helloworld.html +0 -91
- data/closure-library/closure/goog/demos/editor/helloworld.js +0 -81
- data/closure-library/closure/goog/demos/editor/helloworld_test.html +0 -75
- data/closure-library/closure/goog/demos/editor/helloworlddialog.js +0 -163
- data/closure-library/closure/goog/demos/editor/helloworlddialog_test.html +0 -100
- data/closure-library/closure/goog/demos/editor/helloworlddialogplugin.js +0 -110
- data/closure-library/closure/goog/demos/editor/helloworlddialogplugin_test.html +0 -198
- data/closure-library/closure/goog/demos/editor/seamlessfield.html +0 -106
- data/closure-library/closure/goog/demos/effects.html +0 -142
- data/closure-library/closure/goog/demos/emoji/200.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/201.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/202.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/203.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/204.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/205.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/206.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2ED.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/none.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/sprite.png +0 -0
- data/closure-library/closure/goog/demos/emoji/sprite2.png +0 -0
- data/closure-library/closure/goog/demos/emoji/unknown.gif +0 -0
- data/closure-library/closure/goog/demos/event-propagation.html +0 -192
- data/closure-library/closure/goog/demos/events.html +0 -99
- data/closure-library/closure/goog/demos/eventtarget.html +0 -70
- data/closure-library/closure/goog/demos/filedrophandler.html +0 -63
- data/closure-library/closure/goog/demos/filteredmenu.html +0 -118
- data/closure-library/closure/goog/demos/focushandler.html +0 -58
- data/closure-library/closure/goog/demos/gauge.html +0 -158
- data/closure-library/closure/goog/demos/graphics/advancedcoordinates.html +0 -141
- data/closure-library/closure/goog/demos/graphics/advancedcoordinates2.html +0 -130
- data/closure-library/closure/goog/demos/graphics/basicelements.html +0 -264
- data/closure-library/closure/goog/demos/graphics/events.html +0 -113
- data/closure-library/closure/goog/demos/graphics/modifyelements.html +0 -195
- data/closure-library/closure/goog/demos/graphics/subpixel.html +0 -80
- data/closure-library/closure/goog/demos/graphics/tiger.html +0 -105
- data/closure-library/closure/goog/demos/graphics/tigerdata.js +0 -2840
- data/closure-library/closure/goog/demos/history1.html +0 -132
- data/closure-library/closure/goog/demos/history2.html +0 -100
- data/closure-library/closure/goog/demos/history3.html +0 -106
- data/closure-library/closure/goog/demos/history3js.html +0 -36
- data/closure-library/closure/goog/demos/history_blank.html +0 -25
- data/closure-library/closure/goog/demos/hovercard.html +0 -177
- data/closure-library/closure/goog/demos/hsvapalette.html +0 -55
- data/closure-library/closure/goog/demos/hsvpalette.html +0 -56
- data/closure-library/closure/goog/demos/html5history.html +0 -87
- data/closure-library/closure/goog/demos/imagelessbutton.html +0 -221
- data/closure-library/closure/goog/demos/imagelessmenubutton.html +0 -285
- data/closure-library/closure/goog/demos/imagelessroundedcorner.html +0 -231
- data/closure-library/closure/goog/demos/index.html +0 -19
- data/closure-library/closure/goog/demos/index_nav.html +0 -253
- data/closure-library/closure/goog/demos/index_splash.html +0 -22
- data/closure-library/closure/goog/demos/inline_block_quirks.html +0 -125
- data/closure-library/closure/goog/demos/inline_block_standards.html +0 -126
- data/closure-library/closure/goog/demos/inputdatepicker.html +0 -60
- data/closure-library/closure/goog/demos/inputhandler.html +0 -72
- data/closure-library/closure/goog/demos/jsonprettyprinter.html +0 -80
- data/closure-library/closure/goog/demos/keyboardshortcuts.html +0 -112
- data/closure-library/closure/goog/demos/keyhandler.html +0 -127
- data/closure-library/closure/goog/demos/labelinput.html +0 -42
- data/closure-library/closure/goog/demos/menu.html +0 -220
- data/closure-library/closure/goog/demos/menubutton.html +0 -318
- data/closure-library/closure/goog/demos/mousewheelhandler.html +0 -109
- data/closure-library/closure/goog/demos/offline.html +0 -268
- data/closure-library/closure/goog/demos/onlinehandler.html +0 -77
- data/closure-library/closure/goog/demos/palette.html +0 -302
- data/closure-library/closure/goog/demos/pastehandler.html +0 -54
- data/closure-library/closure/goog/demos/plaintextspellchecker.html +0 -106
- data/closure-library/closure/goog/demos/popup.html +0 -200
- data/closure-library/closure/goog/demos/popupcolorpicker.html +0 -49
- data/closure-library/closure/goog/demos/popupdatepicker.html +0 -53
- data/closure-library/closure/goog/demos/popupemojipicker.html +0 -407
- data/closure-library/closure/goog/demos/popupmenu.html +0 -89
- data/closure-library/closure/goog/demos/progressbar.html +0 -97
- data/closure-library/closure/goog/demos/prompt.html +0 -92
- data/closure-library/closure/goog/demos/quadtree.html +0 -107
- data/closure-library/closure/goog/demos/ratings.html +0 -120
- data/closure-library/closure/goog/demos/richtextspellchecker.html +0 -92
- data/closure-library/closure/goog/demos/roundedpanel.html +0 -139
- data/closure-library/closure/goog/demos/samplecomponent.html +0 -75
- data/closure-library/closure/goog/demos/samplecomponent.js +0 -206
- data/closure-library/closure/goog/demos/scrollfloater.html +0 -117
- data/closure-library/closure/goog/demos/select.html +0 -324
- data/closure-library/closure/goog/demos/selectionmenubutton.html +0 -186
- data/closure-library/closure/goog/demos/serverchart.html +0 -122
- data/closure-library/closure/goog/demos/silverlightclipboardbutton.html +0 -71
- data/closure-library/closure/goog/demos/slider.html +0 -110
- data/closure-library/closure/goog/demos/splitbehavior.html +0 -164
- data/closure-library/closure/goog/demos/splitpane.html +0 -243
- data/closure-library/closure/goog/demos/stopevent.html +0 -171
- data/closure-library/closure/goog/demos/submenus.html +0 -130
- data/closure-library/closure/goog/demos/submenus2.html +0 -150
- data/closure-library/closure/goog/demos/tabbar.html +0 -289
- data/closure-library/closure/goog/demos/tablesorter.html +0 -116
- data/closure-library/closure/goog/demos/tabpane.html +0 -302
- data/closure-library/closure/goog/demos/textarea.html +0 -128
- data/closure-library/closure/goog/demos/timers.html +0 -291
- data/closure-library/closure/goog/demos/toolbar.html +0 -703
- data/closure-library/closure/goog/demos/tooltip.html +0 -91
- data/closure-library/closure/goog/demos/tracer.html +0 -92
- data/closure-library/closure/goog/demos/tree/demo.html +0 -126
- data/closure-library/closure/goog/demos/tree/testdata.js +0 -260
- data/closure-library/closure/goog/demos/tweakui.html +0 -121
- data/closure-library/closure/goog/demos/twothumbslider.html +0 -121
- data/closure-library/closure/goog/demos/useragent.html +0 -173
- data/closure-library/closure/goog/demos/viewportsizemonitor.html +0 -71
- data/closure-library/closure/goog/demos/xpc/blank.html +0 -7
- data/closure-library/closure/goog/demos/xpc/index.html +0 -89
- data/closure-library/closure/goog/demos/xpc/inner.html +0 -58
- data/closure-library/closure/goog/demos/xpc/minimal/blank.html +0 -7
- data/closure-library/closure/goog/demos/xpc/minimal/index.html +0 -105
- data/closure-library/closure/goog/demos/xpc/minimal/inner.html +0 -75
- data/closure-library/closure/goog/demos/xpc/minimal/relay.html +0 -7
- data/closure-library/closure/goog/demos/xpc/relay.html +0 -7
- data/closure-library/closure/goog/demos/xpc/xpcdemo.js +0 -304
- data/closure-library/closure/goog/demos/zippy.html +0 -127
- data/closure-library/closure/goog/deps.js +0 -679
- data/closure-library/closure/goog/disposable/disposable.js +0 -167
- data/closure-library/closure/goog/disposable/disposable_test.html +0 -202
- data/closure-library/closure/goog/dom/a11y.js +0 -438
- data/closure-library/closure/goog/dom/a11y_test.html +0 -86
- data/closure-library/closure/goog/dom/abstractmultirange.js +0 -77
- data/closure-library/closure/goog/dom/abstractrange.js +0 -514
- data/closure-library/closure/goog/dom/abstractrange_test.html +0 -73
- data/closure-library/closure/goog/dom/annotate.js +0 -352
- data/closure-library/closure/goog/dom/annotate_test.html +0 -187
- data/closure-library/closure/goog/dom/browserfeature.js +0 -50
- data/closure-library/closure/goog/dom/browserrange/abstractrange.js +0 -316
- data/closure-library/closure/goog/dom/browserrange/browserrange.js +0 -149
- data/closure-library/closure/goog/dom/browserrange/browserrange_test.html +0 -562
- data/closure-library/closure/goog/dom/browserrange/geckorange.js +0 -82
- data/closure-library/closure/goog/dom/browserrange/ierange.js +0 -970
- data/closure-library/closure/goog/dom/browserrange/operarange.js +0 -83
- data/closure-library/closure/goog/dom/browserrange/w3crange.js +0 -364
- data/closure-library/closure/goog/dom/browserrange/webkitrange.js +0 -112
- data/closure-library/closure/goog/dom/classes.js +0 -233
- data/closure-library/closure/goog/dom/classes_test.html +0 -228
- data/closure-library/closure/goog/dom/controlrange.js +0 -511
- data/closure-library/closure/goog/dom/controlrange_test.html +0 -246
- data/closure-library/closure/goog/dom/dataset.js +0 -90
- data/closure-library/closure/goog/dom/dataset_test.html +0 -104
- data/closure-library/closure/goog/dom/dom.js +0 -2424
- data/closure-library/closure/goog/dom/dom_quirks_test.html +0 -104
- data/closure-library/closure/goog/dom/dom_test.html +0 -103
- data/closure-library/closure/goog/dom/dom_test.js +0 -1129
- data/closure-library/closure/goog/dom/fontsizemonitor.js +0 -159
- data/closure-library/closure/goog/dom/fontsizemonitor_test.html +0 -283
- data/closure-library/closure/goog/dom/forms.js +0 -403
- data/closure-library/closure/goog/dom/forms_test.html +0 -483
- data/closure-library/closure/goog/dom/iframe.js +0 -128
- data/closure-library/closure/goog/dom/iframe_test.html +0 -87
- data/closure-library/closure/goog/dom/iter.js +0 -127
- data/closure-library/closure/goog/dom/iter_test.html +0 -97
- data/closure-library/closure/goog/dom/multirange.js +0 -519
- data/closure-library/closure/goog/dom/multirange_test.html +0 -67
- data/closure-library/closure/goog/dom/nodeiterator.js +0 -85
- data/closure-library/closure/goog/dom/nodeiterator_test.html +0 -49
- data/closure-library/closure/goog/dom/nodeoffset.js +0 -111
- data/closure-library/closure/goog/dom/nodeoffset_test.html +0 -88
- data/closure-library/closure/goog/dom/pattern/abstractpattern.js +0 -60
- data/closure-library/closure/goog/dom/pattern/allchildren.js +0 -73
- data/closure-library/closure/goog/dom/pattern/callback/callback.js +0 -82
- data/closure-library/closure/goog/dom/pattern/callback/counter.js +0 -72
- data/closure-library/closure/goog/dom/pattern/callback/test.js +0 -77
- data/closure-library/closure/goog/dom/pattern/childmatches.js +0 -152
- data/closure-library/closure/goog/dom/pattern/endtag.js +0 -53
- data/closure-library/closure/goog/dom/pattern/fulltag.js +0 -92
- data/closure-library/closure/goog/dom/pattern/matcher.js +0 -150
- data/closure-library/closure/goog/dom/pattern/matcher_test.html +0 -204
- data/closure-library/closure/goog/dom/pattern/nodetype.js +0 -57
- data/closure-library/closure/goog/dom/pattern/pattern.js +0 -93
- data/closure-library/closure/goog/dom/pattern/pattern_test.html +0 -614
- data/closure-library/closure/goog/dom/pattern/repeat.js +0 -188
- data/closure-library/closure/goog/dom/pattern/sequence.js +0 -139
- data/closure-library/closure/goog/dom/pattern/starttag.js +0 -53
- data/closure-library/closure/goog/dom/pattern/tag.js +0 -149
- data/closure-library/closure/goog/dom/pattern/text.js +0 -69
- data/closure-library/closure/goog/dom/range.js +0 -220
- data/closure-library/closure/goog/dom/range_test.html +0 -702
- data/closure-library/closure/goog/dom/rangeendpoint.js +0 -32
- data/closure-library/closure/goog/dom/savedcaretrange.js +0 -203
- data/closure-library/closure/goog/dom/savedcaretrange_test.html +0 -235
- data/closure-library/closure/goog/dom/savedrange.js +0 -74
- data/closure-library/closure/goog/dom/savedrange_test.html +0 -61
- data/closure-library/closure/goog/dom/selection.js +0 -470
- data/closure-library/closure/goog/dom/selection_test.html +0 -329
- data/closure-library/closure/goog/dom/tagiterator.js +0 -365
- data/closure-library/closure/goog/dom/tagiterator_test.html +0 -589
- data/closure-library/closure/goog/dom/tagname.js +0 -121
- data/closure-library/closure/goog/dom/tagname_test.html +0 -37
- data/closure-library/closure/goog/dom/textrange.js +0 -611
- data/closure-library/closure/goog/dom/textrange_test.html +0 -127
- data/closure-library/closure/goog/dom/textrangeiterator.js +0 -246
- data/closure-library/closure/goog/dom/textrangeiterator_test.html +0 -142
- data/closure-library/closure/goog/dom/viewportsizemonitor.js +0 -220
- data/closure-library/closure/goog/dom/viewportsizemonitor_test.html +0 -166
- data/closure-library/closure/goog/dom/xml.js +0 -187
- data/closure-library/closure/goog/dom/xml_test.html +0 -77
- data/closure-library/closure/goog/editor/browserfeature.js +0 -251
- data/closure-library/closure/goog/editor/browserfeature_test.html +0 -124
- data/closure-library/closure/goog/editor/clicktoeditwrapper.js +0 -438
- data/closure-library/closure/goog/editor/clicktoeditwrapper_test.html +0 -137
- data/closure-library/closure/goog/editor/command.js +0 -74
- data/closure-library/closure/goog/editor/defines.js +0 -34
- data/closure-library/closure/goog/editor/field.js +0 -2594
- data/closure-library/closure/goog/editor/field_test.html +0 -1000
- data/closure-library/closure/goog/editor/focus.js +0 -32
- data/closure-library/closure/goog/editor/focus_test.html +0 -66
- data/closure-library/closure/goog/editor/icontent.js +0 -296
- data/closure-library/closure/goog/editor/icontent_test.html +0 -209
- data/closure-library/closure/goog/editor/link.js +0 -279
- data/closure-library/closure/goog/editor/link_test.html +0 -234
- data/closure-library/closure/goog/editor/node.js +0 -435
- data/closure-library/closure/goog/editor/node_test.html +0 -590
- data/closure-library/closure/goog/editor/plugin.js +0 -444
- data/closure-library/closure/goog/editor/plugin_test.html +0 -187
- data/closure-library/closure/goog/editor/plugins/abstractbubbleplugin.js +0 -535
- data/closure-library/closure/goog/editor/plugins/abstractbubbleplugin_test.html +0 -227
- data/closure-library/closure/goog/editor/plugins/abstractdialogplugin.js +0 -336
- data/closure-library/closure/goog/editor/plugins/abstractdialogplugin_test.html +0 -399
- data/closure-library/closure/goog/editor/plugins/abstracttabhandler.js +0 -78
- data/closure-library/closure/goog/editor/plugins/abstracttabhandler_test.html +0 -91
- data/closure-library/closure/goog/editor/plugins/basictextformatter.js +0 -1740
- data/closure-library/closure/goog/editor/plugins/basictextformatter_test.html +0 -1171
- data/closure-library/closure/goog/editor/plugins/blockquote.js +0 -422
- data/closure-library/closure/goog/editor/plugins/blockquote_test.html +0 -149
- data/closure-library/closure/goog/editor/plugins/emoticons.js +0 -83
- data/closure-library/closure/goog/editor/plugins/emoticons_test.html +0 -67
- data/closure-library/closure/goog/editor/plugins/enterhandler.js +0 -730
- data/closure-library/closure/goog/editor/plugins/enterhandler_test.html +0 -739
- data/closure-library/closure/goog/editor/plugins/headerformatter.js +0 -95
- data/closure-library/closure/goog/editor/plugins/headerformatter_test.html +0 -100
- data/closure-library/closure/goog/editor/plugins/linkbubble.js +0 -458
- data/closure-library/closure/goog/editor/plugins/linkbubble_test.html +0 -309
- data/closure-library/closure/goog/editor/plugins/linkdialogplugin.js +0 -222
- data/closure-library/closure/goog/editor/plugins/linkdialogplugin_test.html +0 -370
- data/closure-library/closure/goog/editor/plugins/listtabhandler.js +0 -66
- data/closure-library/closure/goog/editor/plugins/listtabhandler_test.html +0 -177
- data/closure-library/closure/goog/editor/plugins/loremipsum.js +0 -186
- data/closure-library/closure/goog/editor/plugins/loremipsum_test.html +0 -169
- data/closure-library/closure/goog/editor/plugins/removeformatting.js +0 -772
- data/closure-library/closure/goog/editor/plugins/removeformatting_test.html +0 -920
- data/closure-library/closure/goog/editor/plugins/spacestabhandler.js +0 -93
- data/closure-library/closure/goog/editor/plugins/spacestabhandler_test.html +0 -186
- data/closure-library/closure/goog/editor/plugins/tableeditor.js +0 -496
- data/closure-library/closure/goog/editor/plugins/tableeditor_test.html +0 -299
- data/closure-library/closure/goog/editor/plugins/tagonenterhandler.js +0 -741
- data/closure-library/closure/goog/editor/plugins/tagonenterhandler_test.html +0 -481
- data/closure-library/closure/goog/editor/plugins/undoredo.js +0 -1014
- data/closure-library/closure/goog/editor/plugins/undoredo_test.html +0 -525
- data/closure-library/closure/goog/editor/plugins/undoredomanager.js +0 -337
- data/closure-library/closure/goog/editor/plugins/undoredomanager_test.html +0 -394
- data/closure-library/closure/goog/editor/plugins/undoredostate.js +0 -84
- data/closure-library/closure/goog/editor/plugins/undoredostate_test.html +0 -44
- data/closure-library/closure/goog/editor/range.js +0 -602
- data/closure-library/closure/goog/editor/range_test.html +0 -880
- data/closure-library/closure/goog/editor/seamlessfield.js +0 -720
- data/closure-library/closure/goog/editor/seamlessfield_quirks_test.html +0 -30
- data/closure-library/closure/goog/editor/seamlessfield_test.html +0 -33
- data/closure-library/closure/goog/editor/seamlessfield_test.js +0 -392
- data/closure-library/closure/goog/editor/style.js +0 -222
- data/closure-library/closure/goog/editor/style_test.html +0 -177
- data/closure-library/closure/goog/editor/table.js +0 -566
- data/closure-library/closure/goog/editor/table_test.html +0 -522
- data/closure-library/closure/goog/events/actioneventwrapper.js +0 -131
- data/closure-library/closure/goog/events/actioneventwrapper_test.html +0 -176
- data/closure-library/closure/goog/events/actionhandler.js +0 -189
- data/closure-library/closure/goog/events/actionhandler_test.html +0 -82
- data/closure-library/closure/goog/events/browserevent.js +0 -412
- data/closure-library/closure/goog/events/browserevent_test.html +0 -145
- data/closure-library/closure/goog/events/browserfeature.js +0 -43
- data/closure-library/closure/goog/events/event.js +0 -123
- data/closure-library/closure/goog/events/event_test.html +0 -70
- data/closure-library/closure/goog/events/eventhandler.js +0 -348
- data/closure-library/closure/goog/events/eventhandler_test.html +0 -230
- data/closure-library/closure/goog/events/events.js +0 -1101
- data/closure-library/closure/goog/events/events_test.html +0 -362
- data/closure-library/closure/goog/events/eventtarget.js +0 -197
- data/closure-library/closure/goog/events/eventtarget_test.html +0 -423
- data/closure-library/closure/goog/events/eventtype.js +0 -107
- data/closure-library/closure/goog/events/eventwrapper.js +0 -67
- data/closure-library/closure/goog/events/filedrophandler.js +0 -224
- data/closure-library/closure/goog/events/filedrophandler_test.html +0 -258
- data/closure-library/closure/goog/events/focushandler.js +0 -111
- data/closure-library/closure/goog/events/imehandler.js +0 -365
- data/closure-library/closure/goog/events/imehandler_test.html +0 -271
- data/closure-library/closure/goog/events/inputhandler.js +0 -218
- data/closure-library/closure/goog/events/keycodes.js +0 -314
- data/closure-library/closure/goog/events/keycodes_test.html +0 -72
- data/closure-library/closure/goog/events/keyhandler.js +0 -522
- data/closure-library/closure/goog/events/keyhandler_test.html +0 -621
- data/closure-library/closure/goog/events/keynames.js +0 -124
- data/closure-library/closure/goog/events/listener.js +0 -160
- data/closure-library/closure/goog/events/mousewheelhandler.js +0 -280
- data/closure-library/closure/goog/events/mousewheelhandler_test.html +0 -331
- data/closure-library/closure/goog/events/onlinehandler.js +0 -176
- data/closure-library/closure/goog/events/onlinelistener_test.html +0 -214
- data/closure-library/closure/goog/events/pastehandler.js +0 -444
- data/closure-library/closure/goog/events/pastehandler_test.html +0 -354
- data/closure-library/closure/goog/events/pools.js +0 -342
- data/closure-library/closure/goog/format/emailaddress.js +0 -329
- data/closure-library/closure/goog/format/emailaddress_test.html +0 -179
- data/closure-library/closure/goog/format/format.js +0 -451
- data/closure-library/closure/goog/format/format_test.html +0 -257
- data/closure-library/closure/goog/format/htmlprettyprinter.js +0 -406
- data/closure-library/closure/goog/format/htmlprettyprinter_test.html +0 -205
- data/closure-library/closure/goog/format/jsonprettyprinter.js +0 -405
- data/closure-library/closure/goog/format/jsonprettyprinter_test.html +0 -111
- data/closure-library/closure/goog/fs/entry.js +0 -406
- data/closure-library/closure/goog/fs/error.js +0 -103
- data/closure-library/closure/goog/fs/filesaver.js +0 -214
- data/closure-library/closure/goog/fs/filesystem.js +0 -59
- data/closure-library/closure/goog/fs/filewriter.js +0 -106
- data/closure-library/closure/goog/fs/fs.js +0 -183
- data/closure-library/closure/goog/fs/fs_test.html +0 -270
- data/closure-library/closure/goog/functions/functions.js +0 -219
- data/closure-library/closure/goog/functions/functions_test.html +0 -198
- data/closure-library/closure/goog/fx/abstractdragdrop.js +0 -1451
- data/closure-library/closure/goog/fx/abstractdragdrop_test.html +0 -430
- data/closure-library/closure/goog/fx/animation.js +0 -621
- data/closure-library/closure/goog/fx/animationqueue.js +0 -348
- data/closure-library/closure/goog/fx/cssspriteanimation.js +0 -112
- data/closure-library/closure/goog/fx/cssspriteanimation_test.html +0 -125
- data/closure-library/closure/goog/fx/dom.js +0 -610
- data/closure-library/closure/goog/fx/dragdrop.js +0 -49
- data/closure-library/closure/goog/fx/dragdropgroup.js +0 -107
- data/closure-library/closure/goog/fx/dragdropgroup_test.html +0 -234
- data/closure-library/closure/goog/fx/dragger.js +0 -731
- data/closure-library/closure/goog/fx/dragger_test.html +0 -415
- data/closure-library/closure/goog/fx/draglistgroup.js +0 -1159
- data/closure-library/closure/goog/fx/draglistgroup_test.html +0 -231
- data/closure-library/closure/goog/fx/dragscrollsupport.js +0 -274
- data/closure-library/closure/goog/fx/dragscrollsupport_test.html +0 -253
- data/closure-library/closure/goog/fx/easing.js +0 -50
- data/closure-library/closure/goog/fx/fx.js +0 -30
- data/closure-library/closure/goog/fx/fx_test.html +0 -157
- data/closure-library/closure/goog/gears/basestore.js +0 -523
- data/closure-library/closure/goog/gears/basestore_test.html +0 -247
- data/closure-library/closure/goog/gears/database.js +0 -935
- data/closure-library/closure/goog/gears/database_test.html +0 -699
- data/closure-library/closure/goog/gears/fakeworkerpool.js +0 -252
- data/closure-library/closure/goog/gears/fakeworkerpool_test.html +0 -188
- data/closure-library/closure/goog/gears/gears.js +0 -228
- data/closure-library/closure/goog/gears/gears_test.html +0 -78
- data/closure-library/closure/goog/gears/httprequest.js +0 -77
- data/closure-library/closure/goog/gears/loggerclient.js +0 -131
- data/closure-library/closure/goog/gears/loggerclient_test.html +0 -171
- data/closure-library/closure/goog/gears/loggerserver.js +0 -158
- data/closure-library/closure/goog/gears/loggerserver_test.html +0 -118
- data/closure-library/closure/goog/gears/logstore.js +0 -479
- data/closure-library/closure/goog/gears/logstore_test.html +0 -600
- data/closure-library/closure/goog/gears/managedresourcestore.js +0 -553
- data/closure-library/closure/goog/gears/managedresourcestore_test.html +0 -453
- data/closure-library/closure/goog/gears/multipartformdata.js +0 -203
- data/closure-library/closure/goog/gears/multipartformdata_test.html +0 -220
- data/closure-library/closure/goog/gears/statustype.js +0 -37
- data/closure-library/closure/goog/gears/urlcapture.js +0 -370
- data/closure-library/closure/goog/gears/urlcapture_test.html +0 -392
- data/closure-library/closure/goog/gears/worker.js +0 -201
- data/closure-library/closure/goog/gears/workerchannel.js +0 -205
- data/closure-library/closure/goog/gears/workerchannel_test.html +0 -207
- data/closure-library/closure/goog/gears/workerpool.js +0 -241
- data/closure-library/closure/goog/gears/workerpool_test.html +0 -203
- data/closure-library/closure/goog/graphics/abstractgraphics.js +0 -439
- data/closure-library/closure/goog/graphics/affinetransform.js +0 -497
- data/closure-library/closure/goog/graphics/affinetransform_test.html +0 -316
- data/closure-library/closure/goog/graphics/canvaselement.js +0 -776
- data/closure-library/closure/goog/graphics/canvasgraphics.js +0 -632
- data/closure-library/closure/goog/graphics/element.js +0 -145
- data/closure-library/closure/goog/graphics/ellipseelement.js +0 -59
- data/closure-library/closure/goog/graphics/ext/coordinates.js +0 -158
- data/closure-library/closure/goog/graphics/ext/coordinates_test.html +0 -74
- data/closure-library/closure/goog/graphics/ext/element.js +0 -970
- data/closure-library/closure/goog/graphics/ext/element_test.html +0 -144
- data/closure-library/closure/goog/graphics/ext/ellipse.js +0 -58
- data/closure-library/closure/goog/graphics/ext/ext.js +0 -29
- data/closure-library/closure/goog/graphics/ext/graphics.js +0 -209
- data/closure-library/closure/goog/graphics/ext/group.js +0 -213
- data/closure-library/closure/goog/graphics/ext/image.js +0 -62
- data/closure-library/closure/goog/graphics/ext/path.js +0 -140
- data/closure-library/closure/goog/graphics/ext/path_test.html +0 -46
- data/closure-library/closure/goog/graphics/ext/rectangle.js +0 -53
- data/closure-library/closure/goog/graphics/ext/shape.js +0 -144
- data/closure-library/closure/goog/graphics/ext/strokeandfillelement.js +0 -69
- data/closure-library/closure/goog/graphics/fill.js +0 -29
- data/closure-library/closure/goog/graphics/font.js +0 -59
- data/closure-library/closure/goog/graphics/graphics.js +0 -124
- data/closure-library/closure/goog/graphics/groupelement.js +0 -54
- data/closure-library/closure/goog/graphics/imageelement.js +0 -67
- data/closure-library/closure/goog/graphics/lineargradient.js +0 -131
- data/closure-library/closure/goog/graphics/path.js +0 -508
- data/closure-library/closure/goog/graphics/path_test.html +0 -359
- data/closure-library/closure/goog/graphics/pathelement.js +0 -50
- data/closure-library/closure/goog/graphics/paths.js +0 -86
- data/closure-library/closure/goog/graphics/paths_test.html +0 -97
- data/closure-library/closure/goog/graphics/rectelement.js +0 -59
- data/closure-library/closure/goog/graphics/solidfill.js +0 -70
- data/closure-library/closure/goog/graphics/stroke.js +0 -63
- data/closure-library/closure/goog/graphics/strokeandfillelement.js +0 -110
- data/closure-library/closure/goog/graphics/svgelement.js +0 -262
- data/closure-library/closure/goog/graphics/svggraphics.js +0 -813
- data/closure-library/closure/goog/graphics/textelement.js +0 -51
- data/closure-library/closure/goog/graphics/vmlelement.js +0 -380
- data/closure-library/closure/goog/graphics/vmlgraphics.js +0 -863
- data/closure-library/closure/goog/history/event.js +0 -54
- data/closure-library/closure/goog/history/eventtype.js +0 -30
- data/closure-library/closure/goog/history/history.js +0 -979
- data/closure-library/closure/goog/history/html5history.js +0 -303
- data/closure-library/closure/goog/history/html5history_test.html +0 -163
- data/closure-library/closure/goog/i18n/bidi.js +0 -772
- data/closure-library/closure/goog/i18n/bidi_test.html +0 -414
- data/closure-library/closure/goog/i18n/bidiformatter.js +0 -488
- data/closure-library/closure/goog/i18n/bidiformatter_test.html +0 -343
- data/closure-library/closure/goog/i18n/charlistdecompressor.js +0 -157
- data/closure-library/closure/goog/i18n/charlistdecompressor_test.html +0 -65
- data/closure-library/closure/goog/i18n/charpickerdata.js +0 -3185
- data/closure-library/closure/goog/i18n/currency.js +0 -385
- data/closure-library/closure/goog/i18n/currency_test.html +0 -202
- data/closure-library/closure/goog/i18n/currencycodemap.js +0 -210
- data/closure-library/closure/goog/i18n/datetimeformat.js +0 -636
- data/closure-library/closure/goog/i18n/datetimeformat_test.html +0 -436
- data/closure-library/closure/goog/i18n/datetimeparse.js +0 -1111
- data/closure-library/closure/goog/i18n/datetimeparse_test.html +0 -796
- data/closure-library/closure/goog/i18n/datetimepatterns.js +0 -1586
- data/closure-library/closure/goog/i18n/datetimepatternsext.js +0 -7386
- data/closure-library/closure/goog/i18n/datetimesymbols.js +0 -3350
- data/closure-library/closure/goog/i18n/datetimesymbolsext.js +0 -12938
- data/closure-library/closure/goog/i18n/graphemebreak.js +0 -181
- data/closure-library/closure/goog/i18n/graphemebreak_test.html +0 -72
- data/closure-library/closure/goog/i18n/messageformat.js +0 -556
- data/closure-library/closure/goog/i18n/messageformat_test.html +0 -334
- data/closure-library/closure/goog/i18n/mime.js +0 -100
- data/closure-library/closure/goog/i18n/mime_test.html +0 -51
- data/closure-library/closure/goog/i18n/numberformat.js +0 -763
- data/closure-library/closure/goog/i18n/numberformat_test.html +0 -605
- data/closure-library/closure/goog/i18n/numberformatsymbols.js +0 -10358
- data/closure-library/closure/goog/i18n/pluralrules.js +0 -695
- data/closure-library/closure/goog/i18n/timezone.js +0 -341
- data/closure-library/closure/goog/i18n/timezone_test.html +0 -163
- data/closure-library/closure/goog/i18n/uchar.js +0 -1160
- data/closure-library/closure/goog/i18n/uchar_test.html +0 -72
- data/closure-library/closure/goog/images/blank.gif +0 -0
- data/closure-library/closure/goog/images/bubble_close.jpg +0 -0
- data/closure-library/closure/goog/images/bubble_left.gif +0 -0
- data/closure-library/closure/goog/images/bubble_right.gif +0 -0
- data/closure-library/closure/goog/images/button-bg.gif +0 -0
- data/closure-library/closure/goog/images/check-outline.gif +0 -0
- data/closure-library/closure/goog/images/check-sprite.gif +0 -0
- data/closure-library/closure/goog/images/check.gif +0 -0
- data/closure-library/closure/goog/images/close_box.gif +0 -0
- data/closure-library/closure/goog/images/color-swatch-tick.gif +0 -0
- data/closure-library/closure/goog/images/dialog_close_box.gif +0 -0
- data/closure-library/closure/goog/images/dimension-highlighted.png +0 -0
- data/closure-library/closure/goog/images/dimension-unhighlighted.png +0 -0
- data/closure-library/closure/goog/images/dropdn.gif +0 -0
- data/closure-library/closure/goog/images/dropdn_disabled.gif +0 -0
- data/closure-library/closure/goog/images/dropdown.gif +0 -0
- data/closure-library/closure/goog/images/gears_bluedot.gif +0 -0
- data/closure-library/closure/goog/images/gears_offline.gif +0 -0
- data/closure-library/closure/goog/images/gears_online.gif +0 -0
- data/closure-library/closure/goog/images/gears_paused.gif +0 -0
- data/closure-library/closure/goog/images/gears_syncing.gif +0 -0
- data/closure-library/closure/goog/images/hsv-sprite-sm.gif +0 -0
- data/closure-library/closure/goog/images/hsv-sprite-sm.png +0 -0
- data/closure-library/closure/goog/images/hsv-sprite.gif +0 -0
- data/closure-library/closure/goog/images/hsv-sprite.png +0 -0
- data/closure-library/closure/goog/images/hsva-sprite-sm.gif +0 -0
- data/closure-library/closure/goog/images/hsva-sprite-sm.png +0 -0
- data/closure-library/closure/goog/images/hsva-sprite.gif +0 -0
- data/closure-library/closure/goog/images/hsva-sprite.png +0 -0
- data/closure-library/closure/goog/images/left_anchor_bubble_bot.gif +0 -0
- data/closure-library/closure/goog/images/left_anchor_bubble_top.gif +0 -0
- data/closure-library/closure/goog/images/menu-arrows.gif +0 -0
- data/closure-library/closure/goog/images/minus.png +0 -0
- data/closure-library/closure/goog/images/no_anchor_bubble_bot.gif +0 -0
- data/closure-library/closure/goog/images/no_anchor_bubble_top.gif +0 -0
- data/closure-library/closure/goog/images/offlineicons.png +0 -0
- data/closure-library/closure/goog/images/plus.png +0 -0
- data/closure-library/closure/goog/images/ratingstars.gif +0 -0
- data/closure-library/closure/goog/images/right_anchor_bubble_bot.gif +0 -0
- data/closure-library/closure/goog/images/right_anchor_bubble_top.gif +0 -0
- data/closure-library/closure/goog/images/toolbar-bg.png +0 -0
- data/closure-library/closure/goog/images/toolbar-separator.gif +0 -0
- data/closure-library/closure/goog/images/toolbar_icons.gif +0 -0
- data/closure-library/closure/goog/images/tree/I.png +0 -0
- data/closure-library/closure/goog/images/tree/cleardot.gif +0 -0
- data/closure-library/closure/goog/images/tree/tree.gif +0 -0
- data/closure-library/closure/goog/images/tree/tree.png +0 -0
- data/closure-library/closure/goog/images/ui_controls.jpg +0 -0
- data/closure-library/closure/goog/iter/iter.js +0 -627
- data/closure-library/closure/goog/iter/iter_test.html +0 -443
- data/closure-library/closure/goog/json/json.js +0 -302
- data/closure-library/closure/goog/json/json_test.html +0 -501
- data/closure-library/closure/goog/locale/countries.js +0 -288
- data/closure-library/closure/goog/locale/countrylanguagenames_test.html +0 -233
- data/closure-library/closure/goog/locale/defaultlocalenameconstants.js +0 -847
- data/closure-library/closure/goog/locale/genericfontnames.js +0 -73
- data/closure-library/closure/goog/locale/genericfontnames_test.html +0 -97
- data/closure-library/closure/goog/locale/genericfontnamesdata.js +0 -328
- data/closure-library/closure/goog/locale/locale.js +0 -397
- data/closure-library/closure/goog/locale/nativenameconstants.js +0 -1354
- data/closure-library/closure/goog/locale/scriptToLanguages.js +0 -482
- data/closure-library/closure/goog/locale/timezonedetection.js +0 -117
- data/closure-library/closure/goog/locale/timezonedetection_test.html +0 -130
- data/closure-library/closure/goog/locale/timezonefingerprint.js +0 -250
- data/closure-library/closure/goog/locale/timezonelist.js +0 -129
- data/closure-library/closure/goog/locale/timezonelist_test.html +0 -165
- data/closure-library/closure/goog/math/bezier.js +0 -244
- data/closure-library/closure/goog/math/bezier_test.html +0 -70
- data/closure-library/closure/goog/math/box.js +0 -236
- data/closure-library/closure/goog/math/box_test.html +0 -139
- data/closure-library/closure/goog/math/coordinate.js +0 -136
- data/closure-library/closure/goog/math/coordinate3.js +0 -168
- data/closure-library/closure/goog/math/coordinate3_test.html +0 -208
- data/closure-library/closure/goog/math/coordinate_test.html +0 -92
- data/closure-library/closure/goog/math/integer.js +0 -736
- data/closure-library/closure/goog/math/integer_test.html +0 -1653
- data/closure-library/closure/goog/math/line.js +0 -177
- data/closure-library/closure/goog/math/line_test.html +0 -62
- data/closure-library/closure/goog/math/long.js +0 -801
- data/closure-library/closure/goog/math/long_test.html +0 -1571
- data/closure-library/closure/goog/math/math.js +0 -355
- data/closure-library/closure/goog/math/math_test.html +0 -254
- data/closure-library/closure/goog/math/matrix.js +0 -669
- data/closure-library/closure/goog/math/matrix_test.html +0 -427
- data/closure-library/closure/goog/math/range.js +0 -146
- data/closure-library/closure/goog/math/range_test.html +0 -103
- data/closure-library/closure/goog/math/rangeset.js +0 -368
- data/closure-library/closure/goog/math/rangeset_test.html +0 -619
- data/closure-library/closure/goog/math/rect.js +0 -340
- data/closure-library/closure/goog/math/rect_test.html +0 -315
- data/closure-library/closure/goog/math/size.js +0 -201
- data/closure-library/closure/goog/math/size_test.html +0 -174
- data/closure-library/closure/goog/math/vec2.js +0 -255
- data/closure-library/closure/goog/math/vec2_test.html +0 -203
- data/closure-library/closure/goog/math/vec3.js +0 -308
- data/closure-library/closure/goog/math/vec3_test.html +0 -231
- data/closure-library/closure/goog/memoize/memoize.js +0 -98
- data/closure-library/closure/goog/memoize/memoize_test.html +0 -157
- data/closure-library/closure/goog/messaging/abstractchannel.js +0 -209
- data/closure-library/closure/goog/messaging/abstractchannel_test.html +0 -90
- data/closure-library/closure/goog/messaging/bufferedchannel.js +0 -277
- data/closure-library/closure/goog/messaging/bufferedchannel_test.html +0 -205
- data/closure-library/closure/goog/messaging/deferredchannel.js +0 -79
- data/closure-library/closure/goog/messaging/deferredchannel_test.html +0 -107
- data/closure-library/closure/goog/messaging/loggerclient.js +0 -131
- data/closure-library/closure/goog/messaging/loggerclient_test.html +0 -102
- data/closure-library/closure/goog/messaging/loggerserver.js +0 -94
- data/closure-library/closure/goog/messaging/loggerserver_test.html +0 -101
- data/closure-library/closure/goog/messaging/messagechannel.js +0 -115
- data/closure-library/closure/goog/messaging/messaging.js +0 -34
- data/closure-library/closure/goog/messaging/messaging_test.html +0 -42
- data/closure-library/closure/goog/messaging/multichannel.js +0 -303
- data/closure-library/closure/goog/messaging/multichannel_test.html +0 -122
- data/closure-library/closure/goog/messaging/portcaller.js +0 -150
- data/closure-library/closure/goog/messaging/portcaller_test.html +0 -66
- data/closure-library/closure/goog/messaging/portchannel.js +0 -341
- data/closure-library/closure/goog/messaging/portchannel_test.html +0 -359
- data/closure-library/closure/goog/messaging/portnetwork.js +0 -78
- data/closure-library/closure/goog/messaging/portnetwork_test.html +0 -64
- data/closure-library/closure/goog/messaging/portoperator.js +0 -196
- data/closure-library/closure/goog/messaging/portoperator_test.html +0 -112
- data/closure-library/closure/goog/messaging/testdata/portchannel_inner.html +0 -28
- data/closure-library/closure/goog/messaging/testdata/portchannel_worker.js +0 -37
- data/closure-library/closure/goog/messaging/testdata/portnetwork_inner.html +0 -35
- data/closure-library/closure/goog/messaging/testdata/portnetwork_worker1.js +0 -33
- data/closure-library/closure/goog/messaging/testdata/portnetwork_worker2.js +0 -33
- data/closure-library/closure/goog/module/abstractmoduleloader.js +0 -46
- data/closure-library/closure/goog/module/basemodule.js +0 -45
- data/closure-library/closure/goog/module/basemoduleloader.js +0 -210
- data/closure-library/closure/goog/module/loader.js +0 -269
- data/closure-library/closure/goog/module/module.js +0 -166
- data/closure-library/closure/goog/module/moduleinfo.js +0 -336
- data/closure-library/closure/goog/module/moduleinfo_test.html +0 -109
- data/closure-library/closure/goog/module/moduleloadcallback.js +0 -84
- data/closure-library/closure/goog/module/moduleloadcallback_test.html +0 -57
- data/closure-library/closure/goog/module/moduleloader.js +0 -250
- data/closure-library/closure/goog/module/moduleloader_test.html +0 -244
- data/closure-library/closure/goog/module/modulemanager.js +0 -1008
- data/closure-library/closure/goog/module/modulemanager_test.html +0 -1240
- data/closure-library/closure/goog/module/testdata/modA_1.js +0 -22
- data/closure-library/closure/goog/module/testdata/modA_2.js +0 -24
- data/closure-library/closure/goog/module/testdata/modB_1.js +0 -24
- data/closure-library/closure/goog/net/browserchannel.js +0 -2441
- data/closure-library/closure/goog/net/browserchannel_test.html +0 -1176
- data/closure-library/closure/goog/net/browsertestchannel.js +0 -552
- data/closure-library/closure/goog/net/bulkloader.js +0 -174
- data/closure-library/closure/goog/net/bulkloader_test.html +0 -232
- data/closure-library/closure/goog/net/bulkloaderhelper.js +0 -129
- data/closure-library/closure/goog/net/channeldebug.js +0 -288
- data/closure-library/closure/goog/net/channelrequest.js +0 -1125
- data/closure-library/closure/goog/net/channelrequest_test.html +0 -158
- data/closure-library/closure/goog/net/cookies.js +0 -401
- data/closure-library/closure/goog/net/cookies_test.html +0 -255
- data/closure-library/closure/goog/net/crossdomainrpc.js +0 -848
- data/closure-library/closure/goog/net/crossdomainrpc_test.gif +0 -0
- data/closure-library/closure/goog/net/crossdomainrpc_test.html +0 -120
- data/closure-library/closure/goog/net/crossdomainrpc_test_response.html +0 -59
- data/closure-library/closure/goog/net/errorcode.js +0 -130
- data/closure-library/closure/goog/net/eventtype.js +0 -37
- data/closure-library/closure/goog/net/iframe_xhr_test.html +0 -142
- data/closure-library/closure/goog/net/iframe_xhr_test_response.html +0 -17
- data/closure-library/closure/goog/net/iframeio.js +0 -1342
- data/closure-library/closure/goog/net/iframeio_different_base_test.data +0 -2
- data/closure-library/closure/goog/net/iframeio_different_base_test.html +0 -42
- data/closure-library/closure/goog/net/iframeio_test.html +0 -368
- data/closure-library/closure/goog/net/iframeloadmonitor.js +0 -199
- data/closure-library/closure/goog/net/iframeloadmonitor_test.html +0 -113
- data/closure-library/closure/goog/net/iframeloadmonitor_test_frame.html +0 -12
- data/closure-library/closure/goog/net/iframeloadmonitor_test_frame2.html +0 -12
- data/closure-library/closure/goog/net/iframeloadmonitor_test_frame3.html +0 -12
- data/closure-library/closure/goog/net/imageloader.js +0 -237
- data/closure-library/closure/goog/net/imageloader_test.html +0 -200
- data/closure-library/closure/goog/net/imageloader_testimg1.gif +0 -0
- data/closure-library/closure/goog/net/imageloader_testimg2.gif +0 -0
- data/closure-library/closure/goog/net/imageloader_testimg3.gif +0 -0
- data/closure-library/closure/goog/net/jsonp.js +0 -379
- data/closure-library/closure/goog/net/jsonp_test.html +0 -328
- data/closure-library/closure/goog/net/mockiframeio.js +0 -318
- data/closure-library/closure/goog/net/mockxhrlite.js +0 -34
- data/closure-library/closure/goog/net/mockxhrlite_test.html +0 -109
- data/closure-library/closure/goog/net/multiiframeloadmonitor.js +0 -116
- data/closure-library/closure/goog/net/multiiframeloadmonitor_test.html +0 -172
- data/closure-library/closure/goog/net/networktester.js +0 -383
- data/closure-library/closure/goog/net/networktester_test.html +0 -227
- data/closure-library/closure/goog/net/tmpnetwork.js +0 -168
- data/closure-library/closure/goog/net/wrapperxmlhttpfactory.js +0 -68
- data/closure-library/closure/goog/net/xhrio.js +0 -1093
- data/closure-library/closure/goog/net/xhrio_test.html +0 -603
- data/closure-library/closure/goog/net/xhriopool.js +0 -87
- data/closure-library/closure/goog/net/xhrlite.js +0 -119
- data/closure-library/closure/goog/net/xhrlite_test.html +0 -156
- data/closure-library/closure/goog/net/xhrlitepool.js +0 -37
- data/closure-library/closure/goog/net/xhrmanager.js +0 -763
- data/closure-library/closure/goog/net/xhrmonitor.js +0 -254
- data/closure-library/closure/goog/net/xhrmonitor_test.html +0 -199
- data/closure-library/closure/goog/net/xmlhttp.js +0 -215
- data/closure-library/closure/goog/net/xmlhttpfactory.js +0 -64
- data/closure-library/closure/goog/net/xpc/crosspagechannel.js +0 -624
- data/closure-library/closure/goog/net/xpc/crosspagechannel_test.html +0 -422
- data/closure-library/closure/goog/net/xpc/frameelementmethodtransport.js +0 -251
- data/closure-library/closure/goog/net/xpc/iframepollingtransport.js +0 -822
- data/closure-library/closure/goog/net/xpc/iframerelaytransport.js +0 -288
- data/closure-library/closure/goog/net/xpc/nativemessagingtransport.js +0 -280
- data/closure-library/closure/goog/net/xpc/nativemessagingtransport_test.html +0 -164
- data/closure-library/closure/goog/net/xpc/nixtransport.js +0 -454
- data/closure-library/closure/goog/net/xpc/relay.js +0 -72
- data/closure-library/closure/goog/net/xpc/testdata/inner_peer.html +0 -106
- data/closure-library/closure/goog/net/xpc/transport.js +0 -104
- data/closure-library/closure/goog/net/xpc/xpc.js +0 -238
- data/closure-library/closure/goog/object/object.js +0 -553
- data/closure-library/closure/goog/object/object_test.html +0 -376
- data/closure-library/closure/goog/positioning/absoluteposition.js +0 -73
- data/closure-library/closure/goog/positioning/abstractposition.js +0 -47
- data/closure-library/closure/goog/positioning/anchoredposition.js +0 -78
- data/closure-library/closure/goog/positioning/anchoredviewportposition.js +0 -126
- data/closure-library/closure/goog/positioning/anchoredviewportposition_test.html +0 -117
- data/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html +0 -35
- data/closure-library/closure/goog/positioning/clientposition.js +0 -75
- data/closure-library/closure/goog/positioning/menuanchoredposition.js +0 -97
- data/closure-library/closure/goog/positioning/positioning.js +0 -476
- data/closure-library/closure/goog/positioning/positioning_test.html +0 -877
- data/closure-library/closure/goog/positioning/positioning_test_iframe1.html +0 -16
- data/closure-library/closure/goog/positioning/positioning_test_iframe2.html +0 -13
- data/closure-library/closure/goog/positioning/positioning_test_quirk.html +0 -9
- data/closure-library/closure/goog/positioning/positioning_test_standard.html +0 -13
- data/closure-library/closure/goog/positioning/viewportclientposition.js +0 -102
- data/closure-library/closure/goog/positioning/viewportclientposition_test.html +0 -172
- data/closure-library/closure/goog/positioning/viewportposition.js +0 -63
- data/closure-library/closure/goog/proto/proto.js +0 -43
- data/closure-library/closure/goog/proto/serializer.js +0 -68
- data/closure-library/closure/goog/proto/serializer_test.html +0 -43
- data/closure-library/closure/goog/proto2/descriptor.js +0 -198
- data/closure-library/closure/goog/proto2/descriptor_test.html +0 -60
- data/closure-library/closure/goog/proto2/fielddescriptor.js +0 -288
- data/closure-library/closure/goog/proto2/fielddescriptor_test.html +0 -124
- data/closure-library/closure/goog/proto2/lazydeserializer.js +0 -69
- data/closure-library/closure/goog/proto2/message.js +0 -726
- data/closure-library/closure/goog/proto2/message_test.html +0 -356
- data/closure-library/closure/goog/proto2/objectserializer.js +0 -159
- data/closure-library/closure/goog/proto2/objectserializer_test.html +0 -423
- data/closure-library/closure/goog/proto2/package_test.pb.js +0 -164
- data/closure-library/closure/goog/proto2/pbliteserializer.js +0 -150
- data/closure-library/closure/goog/proto2/pbliteserializer_test.html +0 -267
- data/closure-library/closure/goog/proto2/proto_test.html +0 -693
- data/closure-library/closure/goog/proto2/serializer.js +0 -148
- data/closure-library/closure/goog/proto2/test.pb.js +0 -2820
- data/closure-library/closure/goog/proto2/util.js +0 -54
- data/closure-library/closure/goog/pubsub/pubsub.js +0 -326
- data/closure-library/closure/goog/pubsub/pubsub_test.html +0 -635
- data/closure-library/closure/goog/reflect/reflect.js +0 -50
- data/closure-library/closure/goog/spell/spellcheck.js +0 -474
- data/closure-library/closure/goog/spell/spellcheck_test.html +0 -112
- data/closure-library/closure/goog/string/path.js +0 -100
- data/closure-library/closure/goog/string/path_test.html +0 -59
- data/closure-library/closure/goog/string/string.js +0 -1207
- data/closure-library/closure/goog/string/string_test.html +0 -877
- data/closure-library/closure/goog/string/stringbuffer.js +0 -167
- data/closure-library/closure/goog/string/stringbuffer_test.html +0 -101
- data/closure-library/closure/goog/string/stringformat.js +0 -247
- data/closure-library/closure/goog/string/stringformat_test.html +0 -211
- data/closure-library/closure/goog/structs/avltree.js +0 -769
- data/closure-library/closure/goog/structs/avltree_test.html +0 -241
- data/closure-library/closure/goog/structs/circularbuffer.js +0 -219
- data/closure-library/closure/goog/structs/circularbuffer_test.html +0 -105
- data/closure-library/closure/goog/structs/heap.js +0 -332
- data/closure-library/closure/goog/structs/heap_test.html +0 -220
- data/closure-library/closure/goog/structs/inversionmap.js +0 -159
- data/closure-library/closure/goog/structs/inversionmap_test.html +0 -157
- data/closure-library/closure/goog/structs/linkedmap.js +0 -472
- data/closure-library/closure/goog/structs/linkedmap_test.html +0 -300
- data/closure-library/closure/goog/structs/map.js +0 -446
- data/closure-library/closure/goog/structs/map_test.html +0 -430
- data/closure-library/closure/goog/structs/node.js +0 -74
- data/closure-library/closure/goog/structs/pool.js +0 -344
- data/closure-library/closure/goog/structs/pool_test.html +0 -265
- data/closure-library/closure/goog/structs/prioritypool.js +0 -147
- data/closure-library/closure/goog/structs/prioritypool_test.html +0 -478
- data/closure-library/closure/goog/structs/priorityqueue.js +0 -64
- data/closure-library/closure/goog/structs/priorityqueue_test.html +0 -179
- data/closure-library/closure/goog/structs/quadtree.js +0 -571
- data/closure-library/closure/goog/structs/quadtree_test.html +0 -179
- data/closure-library/closure/goog/structs/queue.js +0 -157
- data/closure-library/closure/goog/structs/queue_test.html +0 -140
- data/closure-library/closure/goog/structs/set.js +0 -251
- data/closure-library/closure/goog/structs/set_test.html +0 -551
- data/closure-library/closure/goog/structs/simplepool.js +0 -203
- data/closure-library/closure/goog/structs/stringset.js +0 -404
- data/closure-library/closure/goog/structs/stringset_test.html +0 -251
- data/closure-library/closure/goog/structs/structs.js +0 -341
- data/closure-library/closure/goog/structs/structs_test.html +0 -1050
- data/closure-library/closure/goog/structs/treenode.js +0 -312
- data/closure-library/closure/goog/structs/treenode_test.html +0 -285
- data/closure-library/closure/goog/structs/trie.js +0 -368
- data/closure-library/closure/goog/structs/trie_test.html +0 -378
- data/closure-library/closure/goog/style/cursor.js +0 -125
- data/closure-library/closure/goog/style/cursor_test.html +0 -131
- data/closure-library/closure/goog/style/style.js +0 -1804
- data/closure-library/closure/goog/style/style_quirks_test.html +0 -1928
- data/closure-library/closure/goog/style/style_test.html +0 -2073
- data/closure-library/closure/goog/style/style_test_iframe_quirk.html +0 -29
- data/closure-library/closure/goog/style/style_test_iframe_standard.html +0 -30
- data/closure-library/closure/goog/style/style_test_quirk.html +0 -9
- data/closure-library/closure/goog/style/style_test_standard.html +0 -11
- data/closure-library/closure/goog/testing/asserts.js +0 -970
- data/closure-library/closure/goog/testing/asserts_test.html +0 -966
- data/closure-library/closure/goog/testing/async/mockcontrol.js +0 -174
- data/closure-library/closure/goog/testing/async/mockcontrol_test.html +0 -224
- data/closure-library/closure/goog/testing/asynctestcase.js +0 -812
- data/closure-library/closure/goog/testing/asynctestcase_async_test.html +0 -102
- data/closure-library/closure/goog/testing/asynctestcase_noasync_test.html +0 -98
- data/closure-library/closure/goog/testing/benchmark.js +0 -87
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizebutton.js +0 -64
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizebutton_test.html +0 -58
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizetoolbar.js +0 -66
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizetoolbar_test.html +0 -49
- data/closure-library/closure/goog/testing/continuationtestcase.js +0 -682
- data/closure-library/closure/goog/testing/continuationtestcase_test.html +0 -349
- data/closure-library/closure/goog/testing/deferredtestcase.js +0 -157
- data/closure-library/closure/goog/testing/deferredtestcase_test.html +0 -152
- data/closure-library/closure/goog/testing/dom.js +0 -596
- data/closure-library/closure/goog/testing/dom_test.html +0 -438
- data/closure-library/closure/goog/testing/editor/dom.js +0 -293
- data/closure-library/closure/goog/testing/editor/dom_test.html +0 -295
- data/closure-library/closure/goog/testing/editor/fieldmock.js +0 -90
- data/closure-library/closure/goog/testing/editor/testhelper.js +0 -168
- data/closure-library/closure/goog/testing/editor/testhelper_test.html +0 -176
- data/closure-library/closure/goog/testing/events/eventobserver.js +0 -85
- data/closure-library/closure/goog/testing/events/eventobserver_test.html +0 -70
- data/closure-library/closure/goog/testing/events/events.js +0 -540
- data/closure-library/closure/goog/testing/events/events_test.html +0 -434
- data/closure-library/closure/goog/testing/events/matchers.js +0 -41
- data/closure-library/closure/goog/testing/events/matchers_test.html +0 -40
- data/closure-library/closure/goog/testing/expectedfailures.js +0 -236
- data/closure-library/closure/goog/testing/expectedfailures_test.html +0 -122
- data/closure-library/closure/goog/testing/fs/blob.js +0 -74
- data/closure-library/closure/goog/testing/fs/blob_test.html +0 -53
- data/closure-library/closure/goog/testing/fs/directoryentry_test.html +0 -185
- data/closure-library/closure/goog/testing/fs/entry.js +0 -511
- data/closure-library/closure/goog/testing/fs/entry_test.html +0 -153
- data/closure-library/closure/goog/testing/fs/file.js +0 -51
- data/closure-library/closure/goog/testing/fs/fileentry_test.html +0 -54
- data/closure-library/closure/goog/testing/fs/filesystem.js +0 -64
- data/closure-library/closure/goog/testing/fs/filewriter.js +0 -314
- data/closure-library/closure/goog/testing/fs/filewriter_test.html +0 -248
- data/closure-library/closure/goog/testing/fs/fs.js +0 -146
- data/closure-library/closure/goog/testing/fs/fs_test.html +0 -54
- data/closure-library/closure/goog/testing/fs/integration_test.html +0 -219
- data/closure-library/closure/goog/testing/functionmock.js +0 -157
- data/closure-library/closure/goog/testing/functionmock_test.html +0 -357
- data/closure-library/closure/goog/testing/graphics.js +0 -64
- data/closure-library/closure/goog/testing/jsunit.js +0 -144
- data/closure-library/closure/goog/testing/loosemock.js +0 -240
- data/closure-library/closure/goog/testing/loosemock_test.html +0 -343
- data/closure-library/closure/goog/testing/messaging/mockmessagechannel.js +0 -77
- data/closure-library/closure/goog/testing/messaging/mockmessageevent.js +0 -100
- data/closure-library/closure/goog/testing/messaging/mockmessageport.js +0 -85
- data/closure-library/closure/goog/testing/messaging/mockportnetwork.js +0 -64
- data/closure-library/closure/goog/testing/mock.js +0 -556
- data/closure-library/closure/goog/testing/mock_test.html +0 -208
- data/closure-library/closure/goog/testing/mockclassfactory.js +0 -580
- data/closure-library/closure/goog/testing/mockclassfactory_test.html +0 -241
- data/closure-library/closure/goog/testing/mockclock.js +0 -395
- data/closure-library/closure/goog/testing/mockclock_test.html +0 -413
- data/closure-library/closure/goog/testing/mockcontrol.js +0 -210
- data/closure-library/closure/goog/testing/mockcontrol_test.html +0 -127
- data/closure-library/closure/goog/testing/mockinterface.js +0 -45
- data/closure-library/closure/goog/testing/mockmatchers.js +0 -395
- data/closure-library/closure/goog/testing/mockmatchers_test.html +0 -388
- data/closure-library/closure/goog/testing/mockrandom.js +0 -128
- data/closure-library/closure/goog/testing/mockrandom_test.html +0 -56
- data/closure-library/closure/goog/testing/mockrange.js +0 -65
- data/closure-library/closure/goog/testing/mockrange_test.html +0 -41
- data/closure-library/closure/goog/testing/mockuseragent.js +0 -143
- data/closure-library/closure/goog/testing/mockuseragent_test.html +0 -59
- data/closure-library/closure/goog/testing/multitestrunner.js +0 -1442
- data/closure-library/closure/goog/testing/net/xhrio.js +0 -595
- data/closure-library/closure/goog/testing/net/xhrio_test.html +0 -321
- data/closure-library/closure/goog/testing/objectpropertystring.js +0 -67
- data/closure-library/closure/goog/testing/performancetable.css +0 -46
- data/closure-library/closure/goog/testing/performancetable.js +0 -162
- data/closure-library/closure/goog/testing/performancetimer.js +0 -166
- data/closure-library/closure/goog/testing/performancetimer_test.html +0 -107
- data/closure-library/closure/goog/testing/propertyreplacer.js +0 -243
- data/closure-library/closure/goog/testing/propertyreplacer_test.html +0 -368
- data/closure-library/closure/goog/testing/pseudorandom.js +0 -162
- data/closure-library/closure/goog/testing/pseudorandom_test.html +0 -98
- data/closure-library/closure/goog/testing/recordfunction.js +0 -194
- data/closure-library/closure/goog/testing/recordfunction_test.html +0 -147
- data/closure-library/closure/goog/testing/singleton.js +0 -82
- data/closure-library/closure/goog/testing/singleton_test.html +0 -39
- data/closure-library/closure/goog/testing/stacktrace.js +0 -470
- data/closure-library/closure/goog/testing/stacktrace_test.html +0 -229
- data/closure-library/closure/goog/testing/strictmock.js +0 -124
- data/closure-library/closure/goog/testing/strictmock_test.html +0 -368
- data/closure-library/closure/goog/testing/style/layoutasserts.js +0 -368
- data/closure-library/closure/goog/testing/style/layoutasserts_test.html +0 -269
- data/closure-library/closure/goog/testing/testcase.js +0 -1053
- data/closure-library/closure/goog/testing/testqueue.js +0 -66
- data/closure-library/closure/goog/testing/testrunner.js +0 -391
- data/closure-library/closure/goog/testing/ui/rendererasserts.js +0 -50
- data/closure-library/closure/goog/testing/ui/rendererasserts_test.html +0 -51
- data/closure-library/closure/goog/testing/ui/rendererharness.js +0 -175
- data/closure-library/closure/goog/testing/ui/style.js +0 -137
- data/closure-library/closure/goog/testing/ui/style_reference.html +0 -27
- data/closure-library/closure/goog/testing/ui/style_test.html +0 -130
- data/closure-library/closure/goog/timer/timer.js +0 -285
- data/closure-library/closure/goog/timer/timer_test.html +0 -118
- data/closure-library/closure/goog/tweak/entries.js +0 -990
- data/closure-library/closure/goog/tweak/entries_test.html +0 -94
- data/closure-library/closure/goog/tweak/registry.js +0 -310
- data/closure-library/closure/goog/tweak/registry_test.html +0 -144
- data/closure-library/closure/goog/tweak/testhelpers.js +0 -111
- data/closure-library/closure/goog/tweak/tweak.js +0 -318
- data/closure-library/closure/goog/tweak/tweakui.js +0 -817
- data/closure-library/closure/goog/tweak/tweakui_test.html +0 -280
- data/closure-library/closure/goog/ui/abstractspellchecker.js +0 -1069
- data/closure-library/closure/goog/ui/activitymonitor.js +0 -286
- data/closure-library/closure/goog/ui/activitymonitor_test.html +0 -44
- data/closure-library/closure/goog/ui/advancedtooltip.js +0 -368
- data/closure-library/closure/goog/ui/advancedtooltip_test.html +0 -274
- data/closure-library/closure/goog/ui/animatedzippy.js +0 -190
- data/closure-library/closure/goog/ui/attachablemenu.js +0 -464
- data/closure-library/closure/goog/ui/autocomplete/arraymatcher.js +0 -156
- data/closure-library/closure/goog/ui/autocomplete/arraymatcher_test.html +0 -130
- data/closure-library/closure/goog/ui/autocomplete/autocomplete.js +0 -627
- data/closure-library/closure/goog/ui/autocomplete/autocomplete_test.html +0 -537
- data/closure-library/closure/goog/ui/autocomplete/basic.js +0 -53
- data/closure-library/closure/goog/ui/autocomplete/basic_test.html +0 -204
- data/closure-library/closure/goog/ui/autocomplete/inputhandler.js +0 -1209
- data/closure-library/closure/goog/ui/autocomplete/inputhandler_test.html +0 -555
- data/closure-library/closure/goog/ui/autocomplete/remote.js +0 -117
- data/closure-library/closure/goog/ui/autocomplete/remotearraymatcher.js +0 -273
- data/closure-library/closure/goog/ui/autocomplete/remotearraymatcher_test.html +0 -73
- data/closure-library/closure/goog/ui/autocomplete/renderer.js +0 -852
- data/closure-library/closure/goog/ui/autocomplete/renderer_test.html +0 -386
- data/closure-library/closure/goog/ui/autocomplete/richinputhandler.js +0 -59
- data/closure-library/closure/goog/ui/autocomplete/richremote.js +0 -108
- data/closure-library/closure/goog/ui/autocomplete/richremotearraymatcher.js +0 -126
- data/closure-library/closure/goog/ui/basicmenu.js +0 -930
- data/closure-library/closure/goog/ui/bidiinput.js +0 -164
- data/closure-library/closure/goog/ui/bubble.js +0 -475
- data/closure-library/closure/goog/ui/button.js +0 -208
- data/closure-library/closure/goog/ui/button_test.html +0 -257
- data/closure-library/closure/goog/ui/buttonrenderer.js +0 -205
- data/closure-library/closure/goog/ui/buttonrenderer_test.html +0 -190
- data/closure-library/closure/goog/ui/buttonside.js +0 -40
- data/closure-library/closure/goog/ui/cccbutton.js +0 -281
- data/closure-library/closure/goog/ui/charcounter.js +0 -200
- data/closure-library/closure/goog/ui/charpicker.js +0 -807
- data/closure-library/closure/goog/ui/checkbox.js +0 -303
- data/closure-library/closure/goog/ui/checkbox_test.html +0 -224
- data/closure-library/closure/goog/ui/checkboxmenuitem.js +0 -53
- data/closure-library/closure/goog/ui/colorbutton.js +0 -58
- data/closure-library/closure/goog/ui/colorbutton_test.html +0 -70
- data/closure-library/closure/goog/ui/colorbuttonrenderer.js +0 -72
- data/closure-library/closure/goog/ui/colormenubutton.js +0 -213
- data/closure-library/closure/goog/ui/colormenubuttonrenderer.js +0 -144
- data/closure-library/closure/goog/ui/colormenubuttonrenderer_test.html +0 -88
- data/closure-library/closure/goog/ui/colorpalette.js +0 -162
- data/closure-library/closure/goog/ui/colorpalette_test.html +0 -169
- data/closure-library/closure/goog/ui/colorpicker.js +0 -344
- data/closure-library/closure/goog/ui/colorsplitbehavior.js +0 -61
- data/closure-library/closure/goog/ui/combobox.js +0 -894
- data/closure-library/closure/goog/ui/combobox_test.html +0 -208
- data/closure-library/closure/goog/ui/component.js +0 -1187
- data/closure-library/closure/goog/ui/component_test.html +0 -723
- data/closure-library/closure/goog/ui/container.js +0 -1296
- data/closure-library/closure/goog/ui/container_test.html +0 -450
- data/closure-library/closure/goog/ui/containerrenderer.js +0 -370
- data/closure-library/closure/goog/ui/containerrenderer_test.html +0 -227
- data/closure-library/closure/goog/ui/containerscroller.js +0 -221
- data/closure-library/closure/goog/ui/containerscroller_test.html +0 -213
- data/closure-library/closure/goog/ui/control.js +0 -1348
- data/closure-library/closure/goog/ui/control_test.html +0 -2128
- data/closure-library/closure/goog/ui/controlcontent.js +0 -28
- data/closure-library/closure/goog/ui/controlrenderer.js +0 -808
- data/closure-library/closure/goog/ui/controlrenderer_test.html +0 -840
- data/closure-library/closure/goog/ui/cookieeditor.js +0 -182
- data/closure-library/closure/goog/ui/cookieeditor_test.html +0 -102
- data/closure-library/closure/goog/ui/css3buttonrenderer.js +0 -147
- data/closure-library/closure/goog/ui/css3menubuttonrenderer.js +0 -144
- data/closure-library/closure/goog/ui/cssnames.js +0 -28
- data/closure-library/closure/goog/ui/custombutton.js +0 -58
- data/closure-library/closure/goog/ui/custombuttonrenderer.js +0 -254
- data/closure-library/closure/goog/ui/customcolorpalette.js +0 -137
- data/closure-library/closure/goog/ui/customcolorpalette_test.html +0 -60
- data/closure-library/closure/goog/ui/datepicker.js +0 -1339
- data/closure-library/closure/goog/ui/datepicker_test.html +0 -190
- data/closure-library/closure/goog/ui/decorate.js +0 -37
- data/closure-library/closure/goog/ui/decorate_test.html +0 -113
- data/closure-library/closure/goog/ui/deprecatedbutton.js +0 -381
- data/closure-library/closure/goog/ui/dialog.js +0 -1776
- data/closure-library/closure/goog/ui/dialog_test.html +0 -493
- data/closure-library/closure/goog/ui/dimensionpicker.js +0 -289
- data/closure-library/closure/goog/ui/dimensionpicker_test.html +0 -128
- data/closure-library/closure/goog/ui/dimensionpickerrenderer.js +0 -387
- data/closure-library/closure/goog/ui/dragdropdetector.js +0 -642
- data/closure-library/closure/goog/ui/drilldownrow.js +0 -494
- data/closure-library/closure/goog/ui/editor/abstractdialog.js +0 -443
- data/closure-library/closure/goog/ui/editor/abstractdialog_test.html +0 -467
- data/closure-library/closure/goog/ui/editor/bubble.js +0 -520
- data/closure-library/closure/goog/ui/editor/bubble_test.html +0 -264
- data/closure-library/closure/goog/ui/editor/defaulttoolbar.js +0 -1062
- data/closure-library/closure/goog/ui/editor/linkdialog.js +0 -833
- data/closure-library/closure/goog/ui/editor/linkdialog_test.html +0 -449
- data/closure-library/closure/goog/ui/editor/messages.js +0 -115
- data/closure-library/closure/goog/ui/editor/tabpane.js +0 -183
- data/closure-library/closure/goog/ui/editor/toolbarcontroller.js +0 -293
- data/closure-library/closure/goog/ui/editor/toolbarfactory.js +0 -437
- data/closure-library/closure/goog/ui/editor/toolbarfactory_test.html +0 -73
- data/closure-library/closure/goog/ui/emoji/emoji.js +0 -72
- data/closure-library/closure/goog/ui/emoji/emojipalette.js +0 -298
- data/closure-library/closure/goog/ui/emoji/emojipaletterenderer.js +0 -206
- data/closure-library/closure/goog/ui/emoji/emojipicker.js +0 -797
- data/closure-library/closure/goog/ui/emoji/emojipicker_test.html +0 -840
- data/closure-library/closure/goog/ui/emoji/fast_nonprogressive_emojipicker_test.html +0 -256
- data/closure-library/closure/goog/ui/emoji/fast_progressive_emojipicker_test.html +0 -256
- data/closure-library/closure/goog/ui/emoji/popupemojipicker.js +0 -410
- data/closure-library/closure/goog/ui/emoji/popupemojipicker_test.html +0 -80
- data/closure-library/closure/goog/ui/emoji/progressiveemojipaletterenderer.js +0 -97
- data/closure-library/closure/goog/ui/emoji/spriteinfo.js +0 -212
- data/closure-library/closure/goog/ui/emoji/spriteinfo_test.html +0 -51
- data/closure-library/closure/goog/ui/filteredmenu.js +0 -562
- data/closure-library/closure/goog/ui/filteredmenu_test.html +0 -299
- data/closure-library/closure/goog/ui/filterobservingmenuitem.js +0 -97
- data/closure-library/closure/goog/ui/filterobservingmenuitemrenderer.js +0 -60
- data/closure-library/closure/goog/ui/flatbuttonrenderer.js +0 -138
- data/closure-library/closure/goog/ui/flatmenubuttonrenderer.js +0 -199
- data/closure-library/closure/goog/ui/formpost.js +0 -109
- data/closure-library/closure/goog/ui/formpost_test.html +0 -109
- data/closure-library/closure/goog/ui/gauge.js +0 -999
- data/closure-library/closure/goog/ui/gaugetheme.js +0 -169
- data/closure-library/closure/goog/ui/hovercard.js +0 -447
- data/closure-library/closure/goog/ui/hovercard_test.html +0 -343
- data/closure-library/closure/goog/ui/hsvapalette.js +0 -311
- data/closure-library/closure/goog/ui/hsvapalette_test.html +0 -152
- data/closure-library/closure/goog/ui/hsvpalette.js +0 -470
- data/closure-library/closure/goog/ui/hsvpalette_test.html +0 -202
- data/closure-library/closure/goog/ui/idgenerator.js +0 -57
- data/closure-library/closure/goog/ui/idletimer.js +0 -299
- data/closure-library/closure/goog/ui/idletimer_test.html +0 -100
- data/closure-library/closure/goog/ui/iframemask.js +0 -256
- data/closure-library/closure/goog/ui/iframemask_test.html +0 -230
- data/closure-library/closure/goog/ui/imagelessbuttonrenderer.js +0 -204
- data/closure-library/closure/goog/ui/imagelessmenubuttonrenderer.js +0 -202
- data/closure-library/closure/goog/ui/imagelessroundedcorner.js +0 -971
- data/closure-library/closure/goog/ui/inputdatepicker.js +0 -306
- data/closure-library/closure/goog/ui/inputdatepicker_test.html +0 -109
- data/closure-library/closure/goog/ui/itemevent.js +0 -50
- data/closure-library/closure/goog/ui/keyboardshortcuthandler.js +0 -981
- data/closure-library/closure/goog/ui/keyboardshortcuthandler_test.html +0 -671
- data/closure-library/closure/goog/ui/labelinput.js +0 -439
- data/closure-library/closure/goog/ui/linkbuttonrenderer.js +0 -67
- data/closure-library/closure/goog/ui/media/flashobject.js +0 -629
- data/closure-library/closure/goog/ui/media/flashobject_test.html +0 -236
- data/closure-library/closure/goog/ui/media/flickr.js +0 -309
- data/closure-library/closure/goog/ui/media/flickr_test.html +0 -90
- data/closure-library/closure/goog/ui/media/media.js +0 -284
- data/closure-library/closure/goog/ui/media/media_test.html +0 -161
- data/closure-library/closure/goog/ui/media/mediamodel.js +0 -840
- data/closure-library/closure/goog/ui/media/mp3.js +0 -225
- data/closure-library/closure/goog/ui/media/mp3_test.html +0 -78
- data/closure-library/closure/goog/ui/media/photo.js +0 -139
- data/closure-library/closure/goog/ui/media/photo_test.html +0 -62
- data/closure-library/closure/goog/ui/media/picasa.js +0 -317
- data/closure-library/closure/goog/ui/media/picasa_test.html +0 -131
- data/closure-library/closure/goog/ui/media/vimeo.js +0 -264
- data/closure-library/closure/goog/ui/media/vimeo_test.html +0 -79
- data/closure-library/closure/goog/ui/media/youtube.js +0 -328
- data/closure-library/closure/goog/ui/media/youtube_test.html +0 -185
- data/closure-library/closure/goog/ui/menu.js +0 -435
- data/closure-library/closure/goog/ui/menu_test.html +0 -129
- data/closure-library/closure/goog/ui/menubase.js +0 -191
- data/closure-library/closure/goog/ui/menubutton.js +0 -815
- data/closure-library/closure/goog/ui/menubutton_test.html +0 -440
- data/closure-library/closure/goog/ui/menubutton_test_frame.html +0 -41
- data/closure-library/closure/goog/ui/menubuttonrenderer.js +0 -226
- data/closure-library/closure/goog/ui/menubuttonrenderer_test.html +0 -161
- data/closure-library/closure/goog/ui/menuheader.js +0 -62
- data/closure-library/closure/goog/ui/menuheaderrenderer.js +0 -55
- data/closure-library/closure/goog/ui/menuitem.js +0 -154
- data/closure-library/closure/goog/ui/menuitem_test.html +0 -506
- data/closure-library/closure/goog/ui/menuitemrenderer.js +0 -353
- data/closure-library/closure/goog/ui/menuitemrenderer_test.html +0 -190
- data/closure-library/closure/goog/ui/menurenderer.js +0 -118
- data/closure-library/closure/goog/ui/menuseparator.js +0 -51
- data/closure-library/closure/goog/ui/menuseparatorrenderer.js +0 -102
- data/closure-library/closure/goog/ui/mockactivitymonitor.js +0 -54
- data/closure-library/closure/goog/ui/nativebuttonrenderer.js +0 -205
- data/closure-library/closure/goog/ui/nativebuttonrenderer_test.html +0 -213
- data/closure-library/closure/goog/ui/offlineinstalldialog.js +0 -1086
- data/closure-library/closure/goog/ui/offlinestatuscard.js +0 -580
- data/closure-library/closure/goog/ui/offlinestatuscomponent.js +0 -545
- data/closure-library/closure/goog/ui/option.js +0 -67
- data/closure-library/closure/goog/ui/palette.js +0 -528
- data/closure-library/closure/goog/ui/paletterenderer.js +0 -318
- data/closure-library/closure/goog/ui/plaintextspellchecker.js +0 -668
- data/closure-library/closure/goog/ui/plaintextspellchecker_test.html +0 -240
- data/closure-library/closure/goog/ui/popup.js +0 -410
- data/closure-library/closure/goog/ui/popup_test.html +0 -137
- data/closure-library/closure/goog/ui/popupbase.js +0 -721
- data/closure-library/closure/goog/ui/popupbase_test.html +0 -186
- data/closure-library/closure/goog/ui/popupcolorpicker.js +0 -441
- data/closure-library/closure/goog/ui/popupcolorpicker_test.html +0 -71
- data/closure-library/closure/goog/ui/popupdatepicker.js +0 -273
- data/closure-library/closure/goog/ui/popupmenu.js +0 -539
- data/closure-library/closure/goog/ui/popupmenu_test.html +0 -197
- data/closure-library/closure/goog/ui/progressbar.js +0 -390
- data/closure-library/closure/goog/ui/prompt.js +0 -307
- data/closure-library/closure/goog/ui/prompt_test.html +0 -65
- data/closure-library/closure/goog/ui/rangemodel.js +0 -301
- data/closure-library/closure/goog/ui/rangemodel_test.html +0 -270
- data/closure-library/closure/goog/ui/ratings.js +0 -441
- data/closure-library/closure/goog/ui/registry.js +0 -166
- data/closure-library/closure/goog/ui/registry_test.html +0 -236
- data/closure-library/closure/goog/ui/richtextspellchecker.js +0 -600
- data/closure-library/closure/goog/ui/richtextspellchecker_test.html +0 -224
- data/closure-library/closure/goog/ui/roundedcorners.js +0 -694
- data/closure-library/closure/goog/ui/roundedpanel.js +0 -609
- data/closure-library/closure/goog/ui/roundedpanel_test.html +0 -57
- data/closure-library/closure/goog/ui/roundedtabrenderer.js +0 -196
- data/closure-library/closure/goog/ui/scrollfloater.js +0 -394
- data/closure-library/closure/goog/ui/scrollfloater_test.html +0 -46
- data/closure-library/closure/goog/ui/select.js +0 -397
- data/closure-library/closure/goog/ui/select_test.html +0 -152
- data/closure-library/closure/goog/ui/selectionmenubutton.js +0 -277
- data/closure-library/closure/goog/ui/selectionmenubutton_test.html +0 -237
- data/closure-library/closure/goog/ui/selectionmodel.js +0 -291
- data/closure-library/closure/goog/ui/separator.js +0 -74
- data/closure-library/closure/goog/ui/serverchart.js +0 -1791
- data/closure-library/closure/goog/ui/serverchart_test.html +0 -598
- data/closure-library/closure/goog/ui/slider.js +0 -125
- data/closure-library/closure/goog/ui/sliderbase.js +0 -1087
- data/closure-library/closure/goog/ui/sliderbase_test.html +0 -198
- data/closure-library/closure/goog/ui/splitbehavior.js +0 -348
- data/closure-library/closure/goog/ui/splitbehavior_test.html +0 -161
- data/closure-library/closure/goog/ui/splitpane.js +0 -844
- data/closure-library/closure/goog/ui/splitpane_test.html +0 -143
- data/closure-library/closure/goog/ui/style/app/buttonrenderer.js +0 -204
- data/closure-library/closure/goog/ui/style/app/buttonrenderer_test.html +0 -155
- data/closure-library/closure/goog/ui/style/app/menubuttonrenderer.js +0 -227
- data/closure-library/closure/goog/ui/style/app/menubuttonrenderer_test.html +0 -167
- data/closure-library/closure/goog/ui/style/app/primaryactionbuttonrenderer.js +0 -88
- data/closure-library/closure/goog/ui/style/app/primaryactionbuttonrenderer_test.html +0 -76
- data/closure-library/closure/goog/ui/submenu.js +0 -660
- data/closure-library/closure/goog/ui/submenu_test.html +0 -446
- data/closure-library/closure/goog/ui/submenurenderer.js +0 -188
- data/closure-library/closure/goog/ui/tab.js +0 -102
- data/closure-library/closure/goog/ui/tab_test.html +0 -61
- data/closure-library/closure/goog/ui/tabbar.js +0 -393
- data/closure-library/closure/goog/ui/tabbar_test.html +0 -611
- data/closure-library/closure/goog/ui/tabbarrenderer.js +0 -173
- data/closure-library/closure/goog/ui/tabbarrenderer_test.html +0 -137
- data/closure-library/closure/goog/ui/tablesorter.js +0 -304
- data/closure-library/closure/goog/ui/tablesorter_test.html +0 -127
- data/closure-library/closure/goog/ui/tabpane.js +0 -674
- data/closure-library/closure/goog/ui/tabpane_test.html +0 -107
- data/closure-library/closure/goog/ui/tabrenderer.js +0 -152
- data/closure-library/closure/goog/ui/tabrenderer_test.html +0 -132
- data/closure-library/closure/goog/ui/textarea.js +0 -573
- data/closure-library/closure/goog/ui/textarea_test.html +0 -305
- data/closure-library/closure/goog/ui/textarearenderer.js +0 -167
- data/closure-library/closure/goog/ui/togglebutton.js +0 -58
- data/closure-library/closure/goog/ui/toolbar.js +0 -45
- data/closure-library/closure/goog/ui/toolbarbutton.js +0 -54
- data/closure-library/closure/goog/ui/toolbarbuttonrenderer.js +0 -55
- data/closure-library/closure/goog/ui/toolbarcolormenubutton.js +0 -57
- data/closure-library/closure/goog/ui/toolbarcolormenubuttonrenderer.js +0 -95
- data/closure-library/closure/goog/ui/toolbarcolormenubuttonrenderer_test.html +0 -66
- data/closure-library/closure/goog/ui/toolbarmenubutton.js +0 -56
- data/closure-library/closure/goog/ui/toolbarmenubuttonrenderer.js +0 -55
- data/closure-library/closure/goog/ui/toolbarrenderer.js +0 -95
- data/closure-library/closure/goog/ui/toolbarselect.js +0 -55
- data/closure-library/closure/goog/ui/toolbarseparator.js +0 -51
- data/closure-library/closure/goog/ui/toolbarseparatorrenderer.js +0 -87
- data/closure-library/closure/goog/ui/toolbartogglebutton.js +0 -53
- data/closure-library/closure/goog/ui/tooltip.js +0 -975
- data/closure-library/closure/goog/ui/tooltip_test.html +0 -351
- data/closure-library/closure/goog/ui/tree/basenode.js +0 -1457
- data/closure-library/closure/goog/ui/tree/basenode_test.html +0 -218
- data/closure-library/closure/goog/ui/tree/treecontrol.js +0 -656
- data/closure-library/closure/goog/ui/tree/treecontrol_test.html +0 -113
- data/closure-library/closure/goog/ui/tree/treenode.js +0 -102
- data/closure-library/closure/goog/ui/tree/typeahead.js +0 -332
- data/closure-library/closure/goog/ui/tree/typeahead_test.html +0 -133
- data/closure-library/closure/goog/ui/tristatemenuitem.js +0 -185
- data/closure-library/closure/goog/ui/tristatemenuitemrenderer.js +0 -86
- data/closure-library/closure/goog/ui/twothumbslider.js +0 -134
- data/closure-library/closure/goog/ui/zippy.js +0 -277
- data/closure-library/closure/goog/ui/zippy_test.html +0 -223
- data/closure-library/closure/goog/uri/uri.js +0 -1595
- data/closure-library/closure/goog/uri/uri_test.html +0 -837
- data/closure-library/closure/goog/uri/utils.js +0 -972
- data/closure-library/closure/goog/uri/utils_test.html +0 -521
- data/closure-library/closure/goog/useragent/adobereader.js +0 -90
- data/closure-library/closure/goog/useragent/adobereader_test.html +0 -34
- data/closure-library/closure/goog/useragent/flash.js +0 -113
- data/closure-library/closure/goog/useragent/flash_test.html +0 -34
- data/closure-library/closure/goog/useragent/iphoto.js +0 -86
- data/closure-library/closure/goog/useragent/jscript.js +0 -94
- data/closure-library/closure/goog/useragent/jscript_test.html +0 -65
- data/closure-library/closure/goog/useragent/picasa.js +0 -111
- data/closure-library/closure/goog/useragent/platform.js +0 -70
- data/closure-library/closure/goog/useragent/platform_test.html +0 -108
- data/closure-library/closure/goog/useragent/product.js +0 -253
- data/closure-library/closure/goog/useragent/product_isversion.js +0 -99
- data/closure-library/closure/goog/useragent/product_test.html +0 -322
- data/closure-library/closure/goog/useragent/useragent.js +0 -464
- data/closure-library/closure/goog/useragent/useragent_test.html +0 -290
- data/closure-library/closure/goog/window/window.js +0 -206
- data/closure-library/closure/goog/window/window_test.html +0 -185
- data/closure-library/third_party/closure/goog/base.js +0 -2
- data/closure-library/third_party/closure/goog/caja/string/html/htmlparser.js +0 -611
- data/closure-library/third_party/closure/goog/caja/string/html/htmlsanitizer.js +0 -605
- data/closure-library/third_party/closure/goog/deps.js +0 -26
- data/closure-library/third_party/closure/goog/dojo/dom/query.js +0 -1537
- data/closure-library/third_party/closure/goog/dojo/dom/query_test.html +0 -63
- data/closure-library/third_party/closure/goog/dojo/dom/query_test.js +0 -160
- data/closure-library/third_party/closure/goog/jpeg_encoder/jpeg_encoder_basic.js +0 -751
- data/closure-library/third_party/closure/goog/loremipsum/text/loremipsum.js +0 -712
- data/closure-library/third_party/closure/goog/loremipsum/text/loremipsum_test.html +0 -61
- data/closure-library/third_party/closure/goog/mochikit/async/deferred.js +0 -530
- data/closure-library/third_party/closure/goog/mochikit/async/deferred_test.html +0 -627
- data/closure-library/third_party/closure/goog/mochikit/async/deferredlist.js +0 -199
- data/closure-library/third_party/closure/goog/mochikit/async/deferredlist_test.html +0 -426
- data/closure-library/third_party/closure/goog/osapi/osapi.js +0 -91
- data/closure-library/third_party/closure/goog/silverlight/AppManifest.xml +0 -6
- data/closure-library/third_party/closure/goog/silverlight/AssemblyInfo.cs +0 -35
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButton.xaml +0 -9
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButton.xaml.cs +0 -74
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButtonApp.xaml +0 -8
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButtonApp.xaml.cs +0 -75
- data/closure-library/third_party/closure/goog/silverlight/ClosureClipboardButton.csproj +0 -108
- data/closure-library/third_party/closure/goog/silverlight/ClosureClipboardButton.csproj.user +0 -29
- data/closure-library/third_party/closure/goog/silverlight/clipboardbutton.js +0 -279
- data/closure-library/third_party/closure/goog/silverlight/silverlight.js +0 -758
- data/closure-library/third_party/closure/goog/silverlight/supporteduseragent.js +0 -138
- data/closure-library/third_party/closure/goog/silverlight/xap_files +0 -0
- data/closure.gemspec +0 -19
- data/config.ru +0 -40
- data/java_src/ClosureScript.java +0 -89
- data/java_src/make.rb +0 -19
- data/lib/closure/sass.rb +0 -56
- data/lib/closure.jar +0 -0
- data/scripts/demos/compiler.build +0 -1
- data/scripts/demos/compiler.debug +0 -24
- data/scripts/demos/compiler.js.erb +0 -22
- data/scripts/demos/compiler.map +0 -114
- data/scripts/demos/deps.js.erb +0 -1
- data/scripts/demos/googly.erb +0 -19
- data/scripts/demos/googly.js +0 -24
- data/scripts/demos/helloworld.erb +0 -24
- data/scripts/demos/helloworld.js +0 -58
- data/scripts/demos/helloworld.soy +0 -45
- data/scripts/demos/index.erb +0 -29
- data/scripts/externs/jquery.externs +0 -4
- data/scripts/fixtures/_partial.haml +0 -2
- data/scripts/fixtures/erb.html.erb +0 -8
- data/scripts/fixtures/haml.haml +0 -6
- data/scripts/fixtures/html.html +0 -9
- data/scripts/fixtures/route_js.js.erb +0 -1
- data/test/beanshell_test.rb +0 -22
- data/test/server_test.rb +0 -67
- data/test/sources_test.rb +0 -41
- data/test/test_helper.rb +0 -12
- /data/{scripts/externs → externs}/jquery-ui.externs +0 -0
- /data/scripts/{demos/jquery.js → jquery/jquery_1.4.4.js} +0 -0
@@ -1,2820 +0,0 @@
|
|
1
|
-
// Copyright 2008 The Closure Library Authors. All Rights Reserved.
|
2
|
-
//
|
3
|
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
// you may not use this file except in compliance with the License.
|
5
|
-
// You may obtain a copy of the License at
|
6
|
-
//
|
7
|
-
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
//
|
9
|
-
// Unless required by applicable law or agreed to in writing, software
|
10
|
-
// distributed under the License is distributed on an "AS-IS" BASIS,
|
11
|
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
// See the License for the specific language governing permissions and
|
13
|
-
// limitations under the License.
|
14
|
-
// All other code copyright its respective owners(s).
|
15
|
-
|
16
|
-
/**
|
17
|
-
* @fileoverview Generated Protocol Buffer code for file
|
18
|
-
* closure/goog/proto2/test.proto.
|
19
|
-
*/
|
20
|
-
|
21
|
-
goog.provide('proto2.TestAllTypes');
|
22
|
-
goog.provide('proto2.TestAllTypes.NestedMessage');
|
23
|
-
goog.provide('proto2.TestAllTypes.OptionalGroup');
|
24
|
-
goog.provide('proto2.TestAllTypes.RepeatedGroup');
|
25
|
-
goog.provide('proto2.TestAllTypes.NestedEnum');
|
26
|
-
|
27
|
-
goog.require('goog.proto2.Message');
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
/**
|
32
|
-
* Message TestAllTypes.
|
33
|
-
* @constructor
|
34
|
-
* @extends {goog.proto2.Message}
|
35
|
-
*/
|
36
|
-
proto2.TestAllTypes = function() {
|
37
|
-
goog.proto2.Message.apply(this);
|
38
|
-
};
|
39
|
-
goog.inherits(proto2.TestAllTypes, goog.proto2.Message);
|
40
|
-
|
41
|
-
|
42
|
-
/**
|
43
|
-
* Overrides {@link goog.proto2.Message#clone} to specify its exact return type.
|
44
|
-
* @return {!proto2.TestAllTypes} The cloned message.
|
45
|
-
* @override
|
46
|
-
*/
|
47
|
-
proto2.TestAllTypes.prototype.clone;
|
48
|
-
|
49
|
-
|
50
|
-
/**
|
51
|
-
* Gets the value of the optional_int32 field.
|
52
|
-
* @return {?number} The value.
|
53
|
-
*/
|
54
|
-
proto2.TestAllTypes.prototype.getOptionalInt32 = function() {
|
55
|
-
return /** @type {?number} */ (this.get$Value(1));
|
56
|
-
};
|
57
|
-
|
58
|
-
|
59
|
-
/**
|
60
|
-
* Gets the value of the optional_int32 field or the default value if not set.
|
61
|
-
* @return {number} The value.
|
62
|
-
*/
|
63
|
-
proto2.TestAllTypes.prototype.getOptionalInt32OrDefault = function() {
|
64
|
-
return /** @type {number} */ (this.get$ValueOrDefault(1));
|
65
|
-
};
|
66
|
-
|
67
|
-
|
68
|
-
/**
|
69
|
-
* Sets the value of the optional_int32 field.
|
70
|
-
* @param {number} value The value.
|
71
|
-
*/
|
72
|
-
proto2.TestAllTypes.prototype.setOptionalInt32 = function(value) {
|
73
|
-
this.set$Value(1, value);
|
74
|
-
};
|
75
|
-
|
76
|
-
|
77
|
-
/**
|
78
|
-
* @return {boolean} Whether the optional_int32 field has a value.
|
79
|
-
*/
|
80
|
-
proto2.TestAllTypes.prototype.hasOptionalInt32 = function() {
|
81
|
-
return this.has$Value(1);
|
82
|
-
};
|
83
|
-
|
84
|
-
|
85
|
-
/**
|
86
|
-
* @return {number} The number of values in the optional_int32 field.
|
87
|
-
*/
|
88
|
-
proto2.TestAllTypes.prototype.optionalInt32Count = function() {
|
89
|
-
return this.count$Values(1);
|
90
|
-
};
|
91
|
-
|
92
|
-
|
93
|
-
/**
|
94
|
-
* Clears the values in the optional_int32 field.
|
95
|
-
*/
|
96
|
-
proto2.TestAllTypes.prototype.clearOptionalInt32 = function() {
|
97
|
-
this.clear$Field(1);
|
98
|
-
};
|
99
|
-
|
100
|
-
|
101
|
-
/**
|
102
|
-
* Gets the value of the optional_int64 field.
|
103
|
-
* @return {?string} The value.
|
104
|
-
*/
|
105
|
-
proto2.TestAllTypes.prototype.getOptionalInt64 = function() {
|
106
|
-
return /** @type {?string} */ (this.get$Value(2));
|
107
|
-
};
|
108
|
-
|
109
|
-
|
110
|
-
/**
|
111
|
-
* Gets the value of the optional_int64 field or the default value if not set.
|
112
|
-
* @return {string} The value.
|
113
|
-
*/
|
114
|
-
proto2.TestAllTypes.prototype.getOptionalInt64OrDefault = function() {
|
115
|
-
return /** @type {string} */ (this.get$ValueOrDefault(2));
|
116
|
-
};
|
117
|
-
|
118
|
-
|
119
|
-
/**
|
120
|
-
* Sets the value of the optional_int64 field.
|
121
|
-
* @param {string} value The value.
|
122
|
-
*/
|
123
|
-
proto2.TestAllTypes.prototype.setOptionalInt64 = function(value) {
|
124
|
-
this.set$Value(2, value);
|
125
|
-
};
|
126
|
-
|
127
|
-
|
128
|
-
/**
|
129
|
-
* @return {boolean} Whether the optional_int64 field has a value.
|
130
|
-
*/
|
131
|
-
proto2.TestAllTypes.prototype.hasOptionalInt64 = function() {
|
132
|
-
return this.has$Value(2);
|
133
|
-
};
|
134
|
-
|
135
|
-
|
136
|
-
/**
|
137
|
-
* @return {number} The number of values in the optional_int64 field.
|
138
|
-
*/
|
139
|
-
proto2.TestAllTypes.prototype.optionalInt64Count = function() {
|
140
|
-
return this.count$Values(2);
|
141
|
-
};
|
142
|
-
|
143
|
-
|
144
|
-
/**
|
145
|
-
* Clears the values in the optional_int64 field.
|
146
|
-
*/
|
147
|
-
proto2.TestAllTypes.prototype.clearOptionalInt64 = function() {
|
148
|
-
this.clear$Field(2);
|
149
|
-
};
|
150
|
-
|
151
|
-
|
152
|
-
/**
|
153
|
-
* Gets the value of the optional_uint32 field.
|
154
|
-
* @return {?number} The value.
|
155
|
-
*/
|
156
|
-
proto2.TestAllTypes.prototype.getOptionalUint32 = function() {
|
157
|
-
return /** @type {?number} */ (this.get$Value(3));
|
158
|
-
};
|
159
|
-
|
160
|
-
|
161
|
-
/**
|
162
|
-
* Gets the value of the optional_uint32 field or the default value if not set.
|
163
|
-
* @return {number} The value.
|
164
|
-
*/
|
165
|
-
proto2.TestAllTypes.prototype.getOptionalUint32OrDefault = function() {
|
166
|
-
return /** @type {number} */ (this.get$ValueOrDefault(3));
|
167
|
-
};
|
168
|
-
|
169
|
-
|
170
|
-
/**
|
171
|
-
* Sets the value of the optional_uint32 field.
|
172
|
-
* @param {number} value The value.
|
173
|
-
*/
|
174
|
-
proto2.TestAllTypes.prototype.setOptionalUint32 = function(value) {
|
175
|
-
this.set$Value(3, value);
|
176
|
-
};
|
177
|
-
|
178
|
-
|
179
|
-
/**
|
180
|
-
* @return {boolean} Whether the optional_uint32 field has a value.
|
181
|
-
*/
|
182
|
-
proto2.TestAllTypes.prototype.hasOptionalUint32 = function() {
|
183
|
-
return this.has$Value(3);
|
184
|
-
};
|
185
|
-
|
186
|
-
|
187
|
-
/**
|
188
|
-
* @return {number} The number of values in the optional_uint32 field.
|
189
|
-
*/
|
190
|
-
proto2.TestAllTypes.prototype.optionalUint32Count = function() {
|
191
|
-
return this.count$Values(3);
|
192
|
-
};
|
193
|
-
|
194
|
-
|
195
|
-
/**
|
196
|
-
* Clears the values in the optional_uint32 field.
|
197
|
-
*/
|
198
|
-
proto2.TestAllTypes.prototype.clearOptionalUint32 = function() {
|
199
|
-
this.clear$Field(3);
|
200
|
-
};
|
201
|
-
|
202
|
-
|
203
|
-
/**
|
204
|
-
* Gets the value of the optional_uint64 field.
|
205
|
-
* @return {?string} The value.
|
206
|
-
*/
|
207
|
-
proto2.TestAllTypes.prototype.getOptionalUint64 = function() {
|
208
|
-
return /** @type {?string} */ (this.get$Value(4));
|
209
|
-
};
|
210
|
-
|
211
|
-
|
212
|
-
/**
|
213
|
-
* Gets the value of the optional_uint64 field or the default value if not set.
|
214
|
-
* @return {string} The value.
|
215
|
-
*/
|
216
|
-
proto2.TestAllTypes.prototype.getOptionalUint64OrDefault = function() {
|
217
|
-
return /** @type {string} */ (this.get$ValueOrDefault(4));
|
218
|
-
};
|
219
|
-
|
220
|
-
|
221
|
-
/**
|
222
|
-
* Sets the value of the optional_uint64 field.
|
223
|
-
* @param {string} value The value.
|
224
|
-
*/
|
225
|
-
proto2.TestAllTypes.prototype.setOptionalUint64 = function(value) {
|
226
|
-
this.set$Value(4, value);
|
227
|
-
};
|
228
|
-
|
229
|
-
|
230
|
-
/**
|
231
|
-
* @return {boolean} Whether the optional_uint64 field has a value.
|
232
|
-
*/
|
233
|
-
proto2.TestAllTypes.prototype.hasOptionalUint64 = function() {
|
234
|
-
return this.has$Value(4);
|
235
|
-
};
|
236
|
-
|
237
|
-
|
238
|
-
/**
|
239
|
-
* @return {number} The number of values in the optional_uint64 field.
|
240
|
-
*/
|
241
|
-
proto2.TestAllTypes.prototype.optionalUint64Count = function() {
|
242
|
-
return this.count$Values(4);
|
243
|
-
};
|
244
|
-
|
245
|
-
|
246
|
-
/**
|
247
|
-
* Clears the values in the optional_uint64 field.
|
248
|
-
*/
|
249
|
-
proto2.TestAllTypes.prototype.clearOptionalUint64 = function() {
|
250
|
-
this.clear$Field(4);
|
251
|
-
};
|
252
|
-
|
253
|
-
|
254
|
-
/**
|
255
|
-
* Gets the value of the optional_sint32 field.
|
256
|
-
* @return {?number} The value.
|
257
|
-
*/
|
258
|
-
proto2.TestAllTypes.prototype.getOptionalSint32 = function() {
|
259
|
-
return /** @type {?number} */ (this.get$Value(5));
|
260
|
-
};
|
261
|
-
|
262
|
-
|
263
|
-
/**
|
264
|
-
* Gets the value of the optional_sint32 field or the default value if not set.
|
265
|
-
* @return {number} The value.
|
266
|
-
*/
|
267
|
-
proto2.TestAllTypes.prototype.getOptionalSint32OrDefault = function() {
|
268
|
-
return /** @type {number} */ (this.get$ValueOrDefault(5));
|
269
|
-
};
|
270
|
-
|
271
|
-
|
272
|
-
/**
|
273
|
-
* Sets the value of the optional_sint32 field.
|
274
|
-
* @param {number} value The value.
|
275
|
-
*/
|
276
|
-
proto2.TestAllTypes.prototype.setOptionalSint32 = function(value) {
|
277
|
-
this.set$Value(5, value);
|
278
|
-
};
|
279
|
-
|
280
|
-
|
281
|
-
/**
|
282
|
-
* @return {boolean} Whether the optional_sint32 field has a value.
|
283
|
-
*/
|
284
|
-
proto2.TestAllTypes.prototype.hasOptionalSint32 = function() {
|
285
|
-
return this.has$Value(5);
|
286
|
-
};
|
287
|
-
|
288
|
-
|
289
|
-
/**
|
290
|
-
* @return {number} The number of values in the optional_sint32 field.
|
291
|
-
*/
|
292
|
-
proto2.TestAllTypes.prototype.optionalSint32Count = function() {
|
293
|
-
return this.count$Values(5);
|
294
|
-
};
|
295
|
-
|
296
|
-
|
297
|
-
/**
|
298
|
-
* Clears the values in the optional_sint32 field.
|
299
|
-
*/
|
300
|
-
proto2.TestAllTypes.prototype.clearOptionalSint32 = function() {
|
301
|
-
this.clear$Field(5);
|
302
|
-
};
|
303
|
-
|
304
|
-
|
305
|
-
/**
|
306
|
-
* Gets the value of the optional_sint64 field.
|
307
|
-
* @return {?string} The value.
|
308
|
-
*/
|
309
|
-
proto2.TestAllTypes.prototype.getOptionalSint64 = function() {
|
310
|
-
return /** @type {?string} */ (this.get$Value(6));
|
311
|
-
};
|
312
|
-
|
313
|
-
|
314
|
-
/**
|
315
|
-
* Gets the value of the optional_sint64 field or the default value if not set.
|
316
|
-
* @return {string} The value.
|
317
|
-
*/
|
318
|
-
proto2.TestAllTypes.prototype.getOptionalSint64OrDefault = function() {
|
319
|
-
return /** @type {string} */ (this.get$ValueOrDefault(6));
|
320
|
-
};
|
321
|
-
|
322
|
-
|
323
|
-
/**
|
324
|
-
* Sets the value of the optional_sint64 field.
|
325
|
-
* @param {string} value The value.
|
326
|
-
*/
|
327
|
-
proto2.TestAllTypes.prototype.setOptionalSint64 = function(value) {
|
328
|
-
this.set$Value(6, value);
|
329
|
-
};
|
330
|
-
|
331
|
-
|
332
|
-
/**
|
333
|
-
* @return {boolean} Whether the optional_sint64 field has a value.
|
334
|
-
*/
|
335
|
-
proto2.TestAllTypes.prototype.hasOptionalSint64 = function() {
|
336
|
-
return this.has$Value(6);
|
337
|
-
};
|
338
|
-
|
339
|
-
|
340
|
-
/**
|
341
|
-
* @return {number} The number of values in the optional_sint64 field.
|
342
|
-
*/
|
343
|
-
proto2.TestAllTypes.prototype.optionalSint64Count = function() {
|
344
|
-
return this.count$Values(6);
|
345
|
-
};
|
346
|
-
|
347
|
-
|
348
|
-
/**
|
349
|
-
* Clears the values in the optional_sint64 field.
|
350
|
-
*/
|
351
|
-
proto2.TestAllTypes.prototype.clearOptionalSint64 = function() {
|
352
|
-
this.clear$Field(6);
|
353
|
-
};
|
354
|
-
|
355
|
-
|
356
|
-
/**
|
357
|
-
* Gets the value of the optional_fixed32 field.
|
358
|
-
* @return {?number} The value.
|
359
|
-
*/
|
360
|
-
proto2.TestAllTypes.prototype.getOptionalFixed32 = function() {
|
361
|
-
return /** @type {?number} */ (this.get$Value(7));
|
362
|
-
};
|
363
|
-
|
364
|
-
|
365
|
-
/**
|
366
|
-
* Gets the value of the optional_fixed32 field or the default value if not set.
|
367
|
-
* @return {number} The value.
|
368
|
-
*/
|
369
|
-
proto2.TestAllTypes.prototype.getOptionalFixed32OrDefault = function() {
|
370
|
-
return /** @type {number} */ (this.get$ValueOrDefault(7));
|
371
|
-
};
|
372
|
-
|
373
|
-
|
374
|
-
/**
|
375
|
-
* Sets the value of the optional_fixed32 field.
|
376
|
-
* @param {number} value The value.
|
377
|
-
*/
|
378
|
-
proto2.TestAllTypes.prototype.setOptionalFixed32 = function(value) {
|
379
|
-
this.set$Value(7, value);
|
380
|
-
};
|
381
|
-
|
382
|
-
|
383
|
-
/**
|
384
|
-
* @return {boolean} Whether the optional_fixed32 field has a value.
|
385
|
-
*/
|
386
|
-
proto2.TestAllTypes.prototype.hasOptionalFixed32 = function() {
|
387
|
-
return this.has$Value(7);
|
388
|
-
};
|
389
|
-
|
390
|
-
|
391
|
-
/**
|
392
|
-
* @return {number} The number of values in the optional_fixed32 field.
|
393
|
-
*/
|
394
|
-
proto2.TestAllTypes.prototype.optionalFixed32Count = function() {
|
395
|
-
return this.count$Values(7);
|
396
|
-
};
|
397
|
-
|
398
|
-
|
399
|
-
/**
|
400
|
-
* Clears the values in the optional_fixed32 field.
|
401
|
-
*/
|
402
|
-
proto2.TestAllTypes.prototype.clearOptionalFixed32 = function() {
|
403
|
-
this.clear$Field(7);
|
404
|
-
};
|
405
|
-
|
406
|
-
|
407
|
-
/**
|
408
|
-
* Gets the value of the optional_fixed64 field.
|
409
|
-
* @return {?string} The value.
|
410
|
-
*/
|
411
|
-
proto2.TestAllTypes.prototype.getOptionalFixed64 = function() {
|
412
|
-
return /** @type {?string} */ (this.get$Value(8));
|
413
|
-
};
|
414
|
-
|
415
|
-
|
416
|
-
/**
|
417
|
-
* Gets the value of the optional_fixed64 field or the default value if not set.
|
418
|
-
* @return {string} The value.
|
419
|
-
*/
|
420
|
-
proto2.TestAllTypes.prototype.getOptionalFixed64OrDefault = function() {
|
421
|
-
return /** @type {string} */ (this.get$ValueOrDefault(8));
|
422
|
-
};
|
423
|
-
|
424
|
-
|
425
|
-
/**
|
426
|
-
* Sets the value of the optional_fixed64 field.
|
427
|
-
* @param {string} value The value.
|
428
|
-
*/
|
429
|
-
proto2.TestAllTypes.prototype.setOptionalFixed64 = function(value) {
|
430
|
-
this.set$Value(8, value);
|
431
|
-
};
|
432
|
-
|
433
|
-
|
434
|
-
/**
|
435
|
-
* @return {boolean} Whether the optional_fixed64 field has a value.
|
436
|
-
*/
|
437
|
-
proto2.TestAllTypes.prototype.hasOptionalFixed64 = function() {
|
438
|
-
return this.has$Value(8);
|
439
|
-
};
|
440
|
-
|
441
|
-
|
442
|
-
/**
|
443
|
-
* @return {number} The number of values in the optional_fixed64 field.
|
444
|
-
*/
|
445
|
-
proto2.TestAllTypes.prototype.optionalFixed64Count = function() {
|
446
|
-
return this.count$Values(8);
|
447
|
-
};
|
448
|
-
|
449
|
-
|
450
|
-
/**
|
451
|
-
* Clears the values in the optional_fixed64 field.
|
452
|
-
*/
|
453
|
-
proto2.TestAllTypes.prototype.clearOptionalFixed64 = function() {
|
454
|
-
this.clear$Field(8);
|
455
|
-
};
|
456
|
-
|
457
|
-
|
458
|
-
/**
|
459
|
-
* Gets the value of the optional_sfixed32 field.
|
460
|
-
* @return {?number} The value.
|
461
|
-
*/
|
462
|
-
proto2.TestAllTypes.prototype.getOptionalSfixed32 = function() {
|
463
|
-
return /** @type {?number} */ (this.get$Value(9));
|
464
|
-
};
|
465
|
-
|
466
|
-
|
467
|
-
/**
|
468
|
-
* Gets the value of the optional_sfixed32 field or the default value if not set.
|
469
|
-
* @return {number} The value.
|
470
|
-
*/
|
471
|
-
proto2.TestAllTypes.prototype.getOptionalSfixed32OrDefault = function() {
|
472
|
-
return /** @type {number} */ (this.get$ValueOrDefault(9));
|
473
|
-
};
|
474
|
-
|
475
|
-
|
476
|
-
/**
|
477
|
-
* Sets the value of the optional_sfixed32 field.
|
478
|
-
* @param {number} value The value.
|
479
|
-
*/
|
480
|
-
proto2.TestAllTypes.prototype.setOptionalSfixed32 = function(value) {
|
481
|
-
this.set$Value(9, value);
|
482
|
-
};
|
483
|
-
|
484
|
-
|
485
|
-
/**
|
486
|
-
* @return {boolean} Whether the optional_sfixed32 field has a value.
|
487
|
-
*/
|
488
|
-
proto2.TestAllTypes.prototype.hasOptionalSfixed32 = function() {
|
489
|
-
return this.has$Value(9);
|
490
|
-
};
|
491
|
-
|
492
|
-
|
493
|
-
/**
|
494
|
-
* @return {number} The number of values in the optional_sfixed32 field.
|
495
|
-
*/
|
496
|
-
proto2.TestAllTypes.prototype.optionalSfixed32Count = function() {
|
497
|
-
return this.count$Values(9);
|
498
|
-
};
|
499
|
-
|
500
|
-
|
501
|
-
/**
|
502
|
-
* Clears the values in the optional_sfixed32 field.
|
503
|
-
*/
|
504
|
-
proto2.TestAllTypes.prototype.clearOptionalSfixed32 = function() {
|
505
|
-
this.clear$Field(9);
|
506
|
-
};
|
507
|
-
|
508
|
-
|
509
|
-
/**
|
510
|
-
* Gets the value of the optional_sfixed64 field.
|
511
|
-
* @return {?string} The value.
|
512
|
-
*/
|
513
|
-
proto2.TestAllTypes.prototype.getOptionalSfixed64 = function() {
|
514
|
-
return /** @type {?string} */ (this.get$Value(10));
|
515
|
-
};
|
516
|
-
|
517
|
-
|
518
|
-
/**
|
519
|
-
* Gets the value of the optional_sfixed64 field or the default value if not set.
|
520
|
-
* @return {string} The value.
|
521
|
-
*/
|
522
|
-
proto2.TestAllTypes.prototype.getOptionalSfixed64OrDefault = function() {
|
523
|
-
return /** @type {string} */ (this.get$ValueOrDefault(10));
|
524
|
-
};
|
525
|
-
|
526
|
-
|
527
|
-
/**
|
528
|
-
* Sets the value of the optional_sfixed64 field.
|
529
|
-
* @param {string} value The value.
|
530
|
-
*/
|
531
|
-
proto2.TestAllTypes.prototype.setOptionalSfixed64 = function(value) {
|
532
|
-
this.set$Value(10, value);
|
533
|
-
};
|
534
|
-
|
535
|
-
|
536
|
-
/**
|
537
|
-
* @return {boolean} Whether the optional_sfixed64 field has a value.
|
538
|
-
*/
|
539
|
-
proto2.TestAllTypes.prototype.hasOptionalSfixed64 = function() {
|
540
|
-
return this.has$Value(10);
|
541
|
-
};
|
542
|
-
|
543
|
-
|
544
|
-
/**
|
545
|
-
* @return {number} The number of values in the optional_sfixed64 field.
|
546
|
-
*/
|
547
|
-
proto2.TestAllTypes.prototype.optionalSfixed64Count = function() {
|
548
|
-
return this.count$Values(10);
|
549
|
-
};
|
550
|
-
|
551
|
-
|
552
|
-
/**
|
553
|
-
* Clears the values in the optional_sfixed64 field.
|
554
|
-
*/
|
555
|
-
proto2.TestAllTypes.prototype.clearOptionalSfixed64 = function() {
|
556
|
-
this.clear$Field(10);
|
557
|
-
};
|
558
|
-
|
559
|
-
|
560
|
-
/**
|
561
|
-
* Gets the value of the optional_float field.
|
562
|
-
* @return {?number} The value.
|
563
|
-
*/
|
564
|
-
proto2.TestAllTypes.prototype.getOptionalFloat = function() {
|
565
|
-
return /** @type {?number} */ (this.get$Value(11));
|
566
|
-
};
|
567
|
-
|
568
|
-
|
569
|
-
/**
|
570
|
-
* Gets the value of the optional_float field or the default value if not set.
|
571
|
-
* @return {number} The value.
|
572
|
-
*/
|
573
|
-
proto2.TestAllTypes.prototype.getOptionalFloatOrDefault = function() {
|
574
|
-
return /** @type {number} */ (this.get$ValueOrDefault(11));
|
575
|
-
};
|
576
|
-
|
577
|
-
|
578
|
-
/**
|
579
|
-
* Sets the value of the optional_float field.
|
580
|
-
* @param {number} value The value.
|
581
|
-
*/
|
582
|
-
proto2.TestAllTypes.prototype.setOptionalFloat = function(value) {
|
583
|
-
this.set$Value(11, value);
|
584
|
-
};
|
585
|
-
|
586
|
-
|
587
|
-
/**
|
588
|
-
* @return {boolean} Whether the optional_float field has a value.
|
589
|
-
*/
|
590
|
-
proto2.TestAllTypes.prototype.hasOptionalFloat = function() {
|
591
|
-
return this.has$Value(11);
|
592
|
-
};
|
593
|
-
|
594
|
-
|
595
|
-
/**
|
596
|
-
* @return {number} The number of values in the optional_float field.
|
597
|
-
*/
|
598
|
-
proto2.TestAllTypes.prototype.optionalFloatCount = function() {
|
599
|
-
return this.count$Values(11);
|
600
|
-
};
|
601
|
-
|
602
|
-
|
603
|
-
/**
|
604
|
-
* Clears the values in the optional_float field.
|
605
|
-
*/
|
606
|
-
proto2.TestAllTypes.prototype.clearOptionalFloat = function() {
|
607
|
-
this.clear$Field(11);
|
608
|
-
};
|
609
|
-
|
610
|
-
|
611
|
-
/**
|
612
|
-
* Gets the value of the optional_double field.
|
613
|
-
* @return {?number} The value.
|
614
|
-
*/
|
615
|
-
proto2.TestAllTypes.prototype.getOptionalDouble = function() {
|
616
|
-
return /** @type {?number} */ (this.get$Value(12));
|
617
|
-
};
|
618
|
-
|
619
|
-
|
620
|
-
/**
|
621
|
-
* Gets the value of the optional_double field or the default value if not set.
|
622
|
-
* @return {number} The value.
|
623
|
-
*/
|
624
|
-
proto2.TestAllTypes.prototype.getOptionalDoubleOrDefault = function() {
|
625
|
-
return /** @type {number} */ (this.get$ValueOrDefault(12));
|
626
|
-
};
|
627
|
-
|
628
|
-
|
629
|
-
/**
|
630
|
-
* Sets the value of the optional_double field.
|
631
|
-
* @param {number} value The value.
|
632
|
-
*/
|
633
|
-
proto2.TestAllTypes.prototype.setOptionalDouble = function(value) {
|
634
|
-
this.set$Value(12, value);
|
635
|
-
};
|
636
|
-
|
637
|
-
|
638
|
-
/**
|
639
|
-
* @return {boolean} Whether the optional_double field has a value.
|
640
|
-
*/
|
641
|
-
proto2.TestAllTypes.prototype.hasOptionalDouble = function() {
|
642
|
-
return this.has$Value(12);
|
643
|
-
};
|
644
|
-
|
645
|
-
|
646
|
-
/**
|
647
|
-
* @return {number} The number of values in the optional_double field.
|
648
|
-
*/
|
649
|
-
proto2.TestAllTypes.prototype.optionalDoubleCount = function() {
|
650
|
-
return this.count$Values(12);
|
651
|
-
};
|
652
|
-
|
653
|
-
|
654
|
-
/**
|
655
|
-
* Clears the values in the optional_double field.
|
656
|
-
*/
|
657
|
-
proto2.TestAllTypes.prototype.clearOptionalDouble = function() {
|
658
|
-
this.clear$Field(12);
|
659
|
-
};
|
660
|
-
|
661
|
-
|
662
|
-
/**
|
663
|
-
* Gets the value of the optional_bool field.
|
664
|
-
* @return {?boolean} The value.
|
665
|
-
*/
|
666
|
-
proto2.TestAllTypes.prototype.getOptionalBool = function() {
|
667
|
-
return /** @type {?boolean} */ (this.get$Value(13));
|
668
|
-
};
|
669
|
-
|
670
|
-
|
671
|
-
/**
|
672
|
-
* Gets the value of the optional_bool field or the default value if not set.
|
673
|
-
* @return {boolean} The value.
|
674
|
-
*/
|
675
|
-
proto2.TestAllTypes.prototype.getOptionalBoolOrDefault = function() {
|
676
|
-
return /** @type {boolean} */ (this.get$ValueOrDefault(13));
|
677
|
-
};
|
678
|
-
|
679
|
-
|
680
|
-
/**
|
681
|
-
* Sets the value of the optional_bool field.
|
682
|
-
* @param {boolean} value The value.
|
683
|
-
*/
|
684
|
-
proto2.TestAllTypes.prototype.setOptionalBool = function(value) {
|
685
|
-
this.set$Value(13, value);
|
686
|
-
};
|
687
|
-
|
688
|
-
|
689
|
-
/**
|
690
|
-
* @return {boolean} Whether the optional_bool field has a value.
|
691
|
-
*/
|
692
|
-
proto2.TestAllTypes.prototype.hasOptionalBool = function() {
|
693
|
-
return this.has$Value(13);
|
694
|
-
};
|
695
|
-
|
696
|
-
|
697
|
-
/**
|
698
|
-
* @return {number} The number of values in the optional_bool field.
|
699
|
-
*/
|
700
|
-
proto2.TestAllTypes.prototype.optionalBoolCount = function() {
|
701
|
-
return this.count$Values(13);
|
702
|
-
};
|
703
|
-
|
704
|
-
|
705
|
-
/**
|
706
|
-
* Clears the values in the optional_bool field.
|
707
|
-
*/
|
708
|
-
proto2.TestAllTypes.prototype.clearOptionalBool = function() {
|
709
|
-
this.clear$Field(13);
|
710
|
-
};
|
711
|
-
|
712
|
-
|
713
|
-
/**
|
714
|
-
* Gets the value of the optional_string field.
|
715
|
-
* @return {?string} The value.
|
716
|
-
*/
|
717
|
-
proto2.TestAllTypes.prototype.getOptionalString = function() {
|
718
|
-
return /** @type {?string} */ (this.get$Value(14));
|
719
|
-
};
|
720
|
-
|
721
|
-
|
722
|
-
/**
|
723
|
-
* Gets the value of the optional_string field or the default value if not set.
|
724
|
-
* @return {string} The value.
|
725
|
-
*/
|
726
|
-
proto2.TestAllTypes.prototype.getOptionalStringOrDefault = function() {
|
727
|
-
return /** @type {string} */ (this.get$ValueOrDefault(14));
|
728
|
-
};
|
729
|
-
|
730
|
-
|
731
|
-
/**
|
732
|
-
* Sets the value of the optional_string field.
|
733
|
-
* @param {string} value The value.
|
734
|
-
*/
|
735
|
-
proto2.TestAllTypes.prototype.setOptionalString = function(value) {
|
736
|
-
this.set$Value(14, value);
|
737
|
-
};
|
738
|
-
|
739
|
-
|
740
|
-
/**
|
741
|
-
* @return {boolean} Whether the optional_string field has a value.
|
742
|
-
*/
|
743
|
-
proto2.TestAllTypes.prototype.hasOptionalString = function() {
|
744
|
-
return this.has$Value(14);
|
745
|
-
};
|
746
|
-
|
747
|
-
|
748
|
-
/**
|
749
|
-
* @return {number} The number of values in the optional_string field.
|
750
|
-
*/
|
751
|
-
proto2.TestAllTypes.prototype.optionalStringCount = function() {
|
752
|
-
return this.count$Values(14);
|
753
|
-
};
|
754
|
-
|
755
|
-
|
756
|
-
/**
|
757
|
-
* Clears the values in the optional_string field.
|
758
|
-
*/
|
759
|
-
proto2.TestAllTypes.prototype.clearOptionalString = function() {
|
760
|
-
this.clear$Field(14);
|
761
|
-
};
|
762
|
-
|
763
|
-
|
764
|
-
/**
|
765
|
-
* Gets the value of the optional_bytes field.
|
766
|
-
* @return {?string} The value.
|
767
|
-
*/
|
768
|
-
proto2.TestAllTypes.prototype.getOptionalBytes = function() {
|
769
|
-
return /** @type {?string} */ (this.get$Value(15));
|
770
|
-
};
|
771
|
-
|
772
|
-
|
773
|
-
/**
|
774
|
-
* Gets the value of the optional_bytes field or the default value if not set.
|
775
|
-
* @return {string} The value.
|
776
|
-
*/
|
777
|
-
proto2.TestAllTypes.prototype.getOptionalBytesOrDefault = function() {
|
778
|
-
return /** @type {string} */ (this.get$ValueOrDefault(15));
|
779
|
-
};
|
780
|
-
|
781
|
-
|
782
|
-
/**
|
783
|
-
* Sets the value of the optional_bytes field.
|
784
|
-
* @param {string} value The value.
|
785
|
-
*/
|
786
|
-
proto2.TestAllTypes.prototype.setOptionalBytes = function(value) {
|
787
|
-
this.set$Value(15, value);
|
788
|
-
};
|
789
|
-
|
790
|
-
|
791
|
-
/**
|
792
|
-
* @return {boolean} Whether the optional_bytes field has a value.
|
793
|
-
*/
|
794
|
-
proto2.TestAllTypes.prototype.hasOptionalBytes = function() {
|
795
|
-
return this.has$Value(15);
|
796
|
-
};
|
797
|
-
|
798
|
-
|
799
|
-
/**
|
800
|
-
* @return {number} The number of values in the optional_bytes field.
|
801
|
-
*/
|
802
|
-
proto2.TestAllTypes.prototype.optionalBytesCount = function() {
|
803
|
-
return this.count$Values(15);
|
804
|
-
};
|
805
|
-
|
806
|
-
|
807
|
-
/**
|
808
|
-
* Clears the values in the optional_bytes field.
|
809
|
-
*/
|
810
|
-
proto2.TestAllTypes.prototype.clearOptionalBytes = function() {
|
811
|
-
this.clear$Field(15);
|
812
|
-
};
|
813
|
-
|
814
|
-
|
815
|
-
/**
|
816
|
-
* Gets the value of the optionalgroup field.
|
817
|
-
* @return {proto2.TestAllTypes.OptionalGroup} The value.
|
818
|
-
*/
|
819
|
-
proto2.TestAllTypes.prototype.getOptionalgroup = function() {
|
820
|
-
return /** @type {proto2.TestAllTypes.OptionalGroup} */ (this.get$Value(16));
|
821
|
-
};
|
822
|
-
|
823
|
-
|
824
|
-
/**
|
825
|
-
* Gets the value of the optionalgroup field or the default value if not set.
|
826
|
-
* @return {!proto2.TestAllTypes.OptionalGroup} The value.
|
827
|
-
*/
|
828
|
-
proto2.TestAllTypes.prototype.getOptionalgroupOrDefault = function() {
|
829
|
-
return /** @type {!proto2.TestAllTypes.OptionalGroup} */ (this.get$ValueOrDefault(16));
|
830
|
-
};
|
831
|
-
|
832
|
-
|
833
|
-
/**
|
834
|
-
* Sets the value of the optionalgroup field.
|
835
|
-
* @param {!proto2.TestAllTypes.OptionalGroup} value The value.
|
836
|
-
*/
|
837
|
-
proto2.TestAllTypes.prototype.setOptionalgroup = function(value) {
|
838
|
-
this.set$Value(16, value);
|
839
|
-
};
|
840
|
-
|
841
|
-
|
842
|
-
/**
|
843
|
-
* @return {boolean} Whether the optionalgroup field has a value.
|
844
|
-
*/
|
845
|
-
proto2.TestAllTypes.prototype.hasOptionalgroup = function() {
|
846
|
-
return this.has$Value(16);
|
847
|
-
};
|
848
|
-
|
849
|
-
|
850
|
-
/**
|
851
|
-
* @return {number} The number of values in the optionalgroup field.
|
852
|
-
*/
|
853
|
-
proto2.TestAllTypes.prototype.optionalgroupCount = function() {
|
854
|
-
return this.count$Values(16);
|
855
|
-
};
|
856
|
-
|
857
|
-
|
858
|
-
/**
|
859
|
-
* Clears the values in the optionalgroup field.
|
860
|
-
*/
|
861
|
-
proto2.TestAllTypes.prototype.clearOptionalgroup = function() {
|
862
|
-
this.clear$Field(16);
|
863
|
-
};
|
864
|
-
|
865
|
-
|
866
|
-
/**
|
867
|
-
* Gets the value of the optional_nested_message field.
|
868
|
-
* @return {proto2.TestAllTypes.NestedMessage} The value.
|
869
|
-
*/
|
870
|
-
proto2.TestAllTypes.prototype.getOptionalNestedMessage = function() {
|
871
|
-
return /** @type {proto2.TestAllTypes.NestedMessage} */ (this.get$Value(18));
|
872
|
-
};
|
873
|
-
|
874
|
-
|
875
|
-
/**
|
876
|
-
* Gets the value of the optional_nested_message field or the default value if not set.
|
877
|
-
* @return {!proto2.TestAllTypes.NestedMessage} The value.
|
878
|
-
*/
|
879
|
-
proto2.TestAllTypes.prototype.getOptionalNestedMessageOrDefault = function() {
|
880
|
-
return /** @type {!proto2.TestAllTypes.NestedMessage} */ (this.get$ValueOrDefault(18));
|
881
|
-
};
|
882
|
-
|
883
|
-
|
884
|
-
/**
|
885
|
-
* Sets the value of the optional_nested_message field.
|
886
|
-
* @param {!proto2.TestAllTypes.NestedMessage} value The value.
|
887
|
-
*/
|
888
|
-
proto2.TestAllTypes.prototype.setOptionalNestedMessage = function(value) {
|
889
|
-
this.set$Value(18, value);
|
890
|
-
};
|
891
|
-
|
892
|
-
|
893
|
-
/**
|
894
|
-
* @return {boolean} Whether the optional_nested_message field has a value.
|
895
|
-
*/
|
896
|
-
proto2.TestAllTypes.prototype.hasOptionalNestedMessage = function() {
|
897
|
-
return this.has$Value(18);
|
898
|
-
};
|
899
|
-
|
900
|
-
|
901
|
-
/**
|
902
|
-
* @return {number} The number of values in the optional_nested_message field.
|
903
|
-
*/
|
904
|
-
proto2.TestAllTypes.prototype.optionalNestedMessageCount = function() {
|
905
|
-
return this.count$Values(18);
|
906
|
-
};
|
907
|
-
|
908
|
-
|
909
|
-
/**
|
910
|
-
* Clears the values in the optional_nested_message field.
|
911
|
-
*/
|
912
|
-
proto2.TestAllTypes.prototype.clearOptionalNestedMessage = function() {
|
913
|
-
this.clear$Field(18);
|
914
|
-
};
|
915
|
-
|
916
|
-
|
917
|
-
/**
|
918
|
-
* Gets the value of the optional_nested_enum field.
|
919
|
-
* @return {?proto2.TestAllTypes.NestedEnum} The value.
|
920
|
-
*/
|
921
|
-
proto2.TestAllTypes.prototype.getOptionalNestedEnum = function() {
|
922
|
-
return /** @type {?proto2.TestAllTypes.NestedEnum} */ (this.get$Value(21));
|
923
|
-
};
|
924
|
-
|
925
|
-
|
926
|
-
/**
|
927
|
-
* Gets the value of the optional_nested_enum field or the default value if not set.
|
928
|
-
* @return {proto2.TestAllTypes.NestedEnum} The value.
|
929
|
-
*/
|
930
|
-
proto2.TestAllTypes.prototype.getOptionalNestedEnumOrDefault = function() {
|
931
|
-
return /** @type {proto2.TestAllTypes.NestedEnum} */ (this.get$ValueOrDefault(21));
|
932
|
-
};
|
933
|
-
|
934
|
-
|
935
|
-
/**
|
936
|
-
* Sets the value of the optional_nested_enum field.
|
937
|
-
* @param {proto2.TestAllTypes.NestedEnum} value The value.
|
938
|
-
*/
|
939
|
-
proto2.TestAllTypes.prototype.setOptionalNestedEnum = function(value) {
|
940
|
-
this.set$Value(21, value);
|
941
|
-
};
|
942
|
-
|
943
|
-
|
944
|
-
/**
|
945
|
-
* @return {boolean} Whether the optional_nested_enum field has a value.
|
946
|
-
*/
|
947
|
-
proto2.TestAllTypes.prototype.hasOptionalNestedEnum = function() {
|
948
|
-
return this.has$Value(21);
|
949
|
-
};
|
950
|
-
|
951
|
-
|
952
|
-
/**
|
953
|
-
* @return {number} The number of values in the optional_nested_enum field.
|
954
|
-
*/
|
955
|
-
proto2.TestAllTypes.prototype.optionalNestedEnumCount = function() {
|
956
|
-
return this.count$Values(21);
|
957
|
-
};
|
958
|
-
|
959
|
-
|
960
|
-
/**
|
961
|
-
* Clears the values in the optional_nested_enum field.
|
962
|
-
*/
|
963
|
-
proto2.TestAllTypes.prototype.clearOptionalNestedEnum = function() {
|
964
|
-
this.clear$Field(21);
|
965
|
-
};
|
966
|
-
|
967
|
-
|
968
|
-
/**
|
969
|
-
* Gets the value of the optional_int64_number field.
|
970
|
-
* @return {?number} The value.
|
971
|
-
*/
|
972
|
-
proto2.TestAllTypes.prototype.getOptionalInt64Number = function() {
|
973
|
-
return /** @type {?number} */ (this.get$Value(50));
|
974
|
-
};
|
975
|
-
|
976
|
-
|
977
|
-
/**
|
978
|
-
* Gets the value of the optional_int64_number field or the default value if not set.
|
979
|
-
* @return {number} The value.
|
980
|
-
*/
|
981
|
-
proto2.TestAllTypes.prototype.getOptionalInt64NumberOrDefault = function() {
|
982
|
-
return /** @type {number} */ (this.get$ValueOrDefault(50));
|
983
|
-
};
|
984
|
-
|
985
|
-
|
986
|
-
/**
|
987
|
-
* Sets the value of the optional_int64_number field.
|
988
|
-
* @param {number} value The value.
|
989
|
-
*/
|
990
|
-
proto2.TestAllTypes.prototype.setOptionalInt64Number = function(value) {
|
991
|
-
this.set$Value(50, value);
|
992
|
-
};
|
993
|
-
|
994
|
-
|
995
|
-
/**
|
996
|
-
* @return {boolean} Whether the optional_int64_number field has a value.
|
997
|
-
*/
|
998
|
-
proto2.TestAllTypes.prototype.hasOptionalInt64Number = function() {
|
999
|
-
return this.has$Value(50);
|
1000
|
-
};
|
1001
|
-
|
1002
|
-
|
1003
|
-
/**
|
1004
|
-
* @return {number} The number of values in the optional_int64_number field.
|
1005
|
-
*/
|
1006
|
-
proto2.TestAllTypes.prototype.optionalInt64NumberCount = function() {
|
1007
|
-
return this.count$Values(50);
|
1008
|
-
};
|
1009
|
-
|
1010
|
-
|
1011
|
-
/**
|
1012
|
-
* Clears the values in the optional_int64_number field.
|
1013
|
-
*/
|
1014
|
-
proto2.TestAllTypes.prototype.clearOptionalInt64Number = function() {
|
1015
|
-
this.clear$Field(50);
|
1016
|
-
};
|
1017
|
-
|
1018
|
-
|
1019
|
-
/**
|
1020
|
-
* Gets the value of the optional_int64_string field.
|
1021
|
-
* @return {?string} The value.
|
1022
|
-
*/
|
1023
|
-
proto2.TestAllTypes.prototype.getOptionalInt64String = function() {
|
1024
|
-
return /** @type {?string} */ (this.get$Value(51));
|
1025
|
-
};
|
1026
|
-
|
1027
|
-
|
1028
|
-
/**
|
1029
|
-
* Gets the value of the optional_int64_string field or the default value if not set.
|
1030
|
-
* @return {string} The value.
|
1031
|
-
*/
|
1032
|
-
proto2.TestAllTypes.prototype.getOptionalInt64StringOrDefault = function() {
|
1033
|
-
return /** @type {string} */ (this.get$ValueOrDefault(51));
|
1034
|
-
};
|
1035
|
-
|
1036
|
-
|
1037
|
-
/**
|
1038
|
-
* Sets the value of the optional_int64_string field.
|
1039
|
-
* @param {string} value The value.
|
1040
|
-
*/
|
1041
|
-
proto2.TestAllTypes.prototype.setOptionalInt64String = function(value) {
|
1042
|
-
this.set$Value(51, value);
|
1043
|
-
};
|
1044
|
-
|
1045
|
-
|
1046
|
-
/**
|
1047
|
-
* @return {boolean} Whether the optional_int64_string field has a value.
|
1048
|
-
*/
|
1049
|
-
proto2.TestAllTypes.prototype.hasOptionalInt64String = function() {
|
1050
|
-
return this.has$Value(51);
|
1051
|
-
};
|
1052
|
-
|
1053
|
-
|
1054
|
-
/**
|
1055
|
-
* @return {number} The number of values in the optional_int64_string field.
|
1056
|
-
*/
|
1057
|
-
proto2.TestAllTypes.prototype.optionalInt64StringCount = function() {
|
1058
|
-
return this.count$Values(51);
|
1059
|
-
};
|
1060
|
-
|
1061
|
-
|
1062
|
-
/**
|
1063
|
-
* Clears the values in the optional_int64_string field.
|
1064
|
-
*/
|
1065
|
-
proto2.TestAllTypes.prototype.clearOptionalInt64String = function() {
|
1066
|
-
this.clear$Field(51);
|
1067
|
-
};
|
1068
|
-
|
1069
|
-
|
1070
|
-
/**
|
1071
|
-
* Gets the value of the repeated_int32 field at the index given.
|
1072
|
-
* @param {number} index The index to lookup.
|
1073
|
-
* @return {?number} The value.
|
1074
|
-
*/
|
1075
|
-
proto2.TestAllTypes.prototype.getRepeatedInt32 = function(index) {
|
1076
|
-
return /** @type {?number} */ (this.get$Value(31, index));
|
1077
|
-
};
|
1078
|
-
|
1079
|
-
|
1080
|
-
/**
|
1081
|
-
* Gets the value of the repeated_int32 field at the index given or the default value if not set.
|
1082
|
-
* @param {number} index The index to lookup.
|
1083
|
-
* @return {number} The value.
|
1084
|
-
*/
|
1085
|
-
proto2.TestAllTypes.prototype.getRepeatedInt32OrDefault = function(index) {
|
1086
|
-
return /** @type {number} */ (this.get$ValueOrDefault(31, index));
|
1087
|
-
};
|
1088
|
-
|
1089
|
-
|
1090
|
-
/**
|
1091
|
-
* Adds a value to the repeated_int32 field.
|
1092
|
-
* @param {number} value The value to add.
|
1093
|
-
*/
|
1094
|
-
proto2.TestAllTypes.prototype.addRepeatedInt32 = function(value) {
|
1095
|
-
this.add$Value(31, value);
|
1096
|
-
};
|
1097
|
-
|
1098
|
-
|
1099
|
-
/**
|
1100
|
-
* Returns the array of values in the repeated_int32 field.
|
1101
|
-
* @return {!Array.<number>} The values in the field.
|
1102
|
-
*/
|
1103
|
-
proto2.TestAllTypes.prototype.repeatedInt32Array = function() {
|
1104
|
-
return /** @type {!Array.<number>} */ (this.array$Values(31));
|
1105
|
-
};
|
1106
|
-
|
1107
|
-
|
1108
|
-
/**
|
1109
|
-
* @return {boolean} Whether the repeated_int32 field has a value.
|
1110
|
-
*/
|
1111
|
-
proto2.TestAllTypes.prototype.hasRepeatedInt32 = function() {
|
1112
|
-
return this.has$Value(31);
|
1113
|
-
};
|
1114
|
-
|
1115
|
-
|
1116
|
-
/**
|
1117
|
-
* @return {number} The number of values in the repeated_int32 field.
|
1118
|
-
*/
|
1119
|
-
proto2.TestAllTypes.prototype.repeatedInt32Count = function() {
|
1120
|
-
return this.count$Values(31);
|
1121
|
-
};
|
1122
|
-
|
1123
|
-
|
1124
|
-
/**
|
1125
|
-
* Clears the values in the repeated_int32 field.
|
1126
|
-
*/
|
1127
|
-
proto2.TestAllTypes.prototype.clearRepeatedInt32 = function() {
|
1128
|
-
this.clear$Field(31);
|
1129
|
-
};
|
1130
|
-
|
1131
|
-
|
1132
|
-
/**
|
1133
|
-
* Gets the value of the repeated_int64 field at the index given.
|
1134
|
-
* @param {number} index The index to lookup.
|
1135
|
-
* @return {?string} The value.
|
1136
|
-
*/
|
1137
|
-
proto2.TestAllTypes.prototype.getRepeatedInt64 = function(index) {
|
1138
|
-
return /** @type {?string} */ (this.get$Value(32, index));
|
1139
|
-
};
|
1140
|
-
|
1141
|
-
|
1142
|
-
/**
|
1143
|
-
* Gets the value of the repeated_int64 field at the index given or the default value if not set.
|
1144
|
-
* @param {number} index The index to lookup.
|
1145
|
-
* @return {string} The value.
|
1146
|
-
*/
|
1147
|
-
proto2.TestAllTypes.prototype.getRepeatedInt64OrDefault = function(index) {
|
1148
|
-
return /** @type {string} */ (this.get$ValueOrDefault(32, index));
|
1149
|
-
};
|
1150
|
-
|
1151
|
-
|
1152
|
-
/**
|
1153
|
-
* Adds a value to the repeated_int64 field.
|
1154
|
-
* @param {string} value The value to add.
|
1155
|
-
*/
|
1156
|
-
proto2.TestAllTypes.prototype.addRepeatedInt64 = function(value) {
|
1157
|
-
this.add$Value(32, value);
|
1158
|
-
};
|
1159
|
-
|
1160
|
-
|
1161
|
-
/**
|
1162
|
-
* Returns the array of values in the repeated_int64 field.
|
1163
|
-
* @return {!Array.<string>} The values in the field.
|
1164
|
-
*/
|
1165
|
-
proto2.TestAllTypes.prototype.repeatedInt64Array = function() {
|
1166
|
-
return /** @type {!Array.<string>} */ (this.array$Values(32));
|
1167
|
-
};
|
1168
|
-
|
1169
|
-
|
1170
|
-
/**
|
1171
|
-
* @return {boolean} Whether the repeated_int64 field has a value.
|
1172
|
-
*/
|
1173
|
-
proto2.TestAllTypes.prototype.hasRepeatedInt64 = function() {
|
1174
|
-
return this.has$Value(32);
|
1175
|
-
};
|
1176
|
-
|
1177
|
-
|
1178
|
-
/**
|
1179
|
-
* @return {number} The number of values in the repeated_int64 field.
|
1180
|
-
*/
|
1181
|
-
proto2.TestAllTypes.prototype.repeatedInt64Count = function() {
|
1182
|
-
return this.count$Values(32);
|
1183
|
-
};
|
1184
|
-
|
1185
|
-
|
1186
|
-
/**
|
1187
|
-
* Clears the values in the repeated_int64 field.
|
1188
|
-
*/
|
1189
|
-
proto2.TestAllTypes.prototype.clearRepeatedInt64 = function() {
|
1190
|
-
this.clear$Field(32);
|
1191
|
-
};
|
1192
|
-
|
1193
|
-
|
1194
|
-
/**
|
1195
|
-
* Gets the value of the repeated_uint32 field at the index given.
|
1196
|
-
* @param {number} index The index to lookup.
|
1197
|
-
* @return {?number} The value.
|
1198
|
-
*/
|
1199
|
-
proto2.TestAllTypes.prototype.getRepeatedUint32 = function(index) {
|
1200
|
-
return /** @type {?number} */ (this.get$Value(33, index));
|
1201
|
-
};
|
1202
|
-
|
1203
|
-
|
1204
|
-
/**
|
1205
|
-
* Gets the value of the repeated_uint32 field at the index given or the default value if not set.
|
1206
|
-
* @param {number} index The index to lookup.
|
1207
|
-
* @return {number} The value.
|
1208
|
-
*/
|
1209
|
-
proto2.TestAllTypes.prototype.getRepeatedUint32OrDefault = function(index) {
|
1210
|
-
return /** @type {number} */ (this.get$ValueOrDefault(33, index));
|
1211
|
-
};
|
1212
|
-
|
1213
|
-
|
1214
|
-
/**
|
1215
|
-
* Adds a value to the repeated_uint32 field.
|
1216
|
-
* @param {number} value The value to add.
|
1217
|
-
*/
|
1218
|
-
proto2.TestAllTypes.prototype.addRepeatedUint32 = function(value) {
|
1219
|
-
this.add$Value(33, value);
|
1220
|
-
};
|
1221
|
-
|
1222
|
-
|
1223
|
-
/**
|
1224
|
-
* Returns the array of values in the repeated_uint32 field.
|
1225
|
-
* @return {!Array.<number>} The values in the field.
|
1226
|
-
*/
|
1227
|
-
proto2.TestAllTypes.prototype.repeatedUint32Array = function() {
|
1228
|
-
return /** @type {!Array.<number>} */ (this.array$Values(33));
|
1229
|
-
};
|
1230
|
-
|
1231
|
-
|
1232
|
-
/**
|
1233
|
-
* @return {boolean} Whether the repeated_uint32 field has a value.
|
1234
|
-
*/
|
1235
|
-
proto2.TestAllTypes.prototype.hasRepeatedUint32 = function() {
|
1236
|
-
return this.has$Value(33);
|
1237
|
-
};
|
1238
|
-
|
1239
|
-
|
1240
|
-
/**
|
1241
|
-
* @return {number} The number of values in the repeated_uint32 field.
|
1242
|
-
*/
|
1243
|
-
proto2.TestAllTypes.prototype.repeatedUint32Count = function() {
|
1244
|
-
return this.count$Values(33);
|
1245
|
-
};
|
1246
|
-
|
1247
|
-
|
1248
|
-
/**
|
1249
|
-
* Clears the values in the repeated_uint32 field.
|
1250
|
-
*/
|
1251
|
-
proto2.TestAllTypes.prototype.clearRepeatedUint32 = function() {
|
1252
|
-
this.clear$Field(33);
|
1253
|
-
};
|
1254
|
-
|
1255
|
-
|
1256
|
-
/**
|
1257
|
-
* Gets the value of the repeated_uint64 field at the index given.
|
1258
|
-
* @param {number} index The index to lookup.
|
1259
|
-
* @return {?string} The value.
|
1260
|
-
*/
|
1261
|
-
proto2.TestAllTypes.prototype.getRepeatedUint64 = function(index) {
|
1262
|
-
return /** @type {?string} */ (this.get$Value(34, index));
|
1263
|
-
};
|
1264
|
-
|
1265
|
-
|
1266
|
-
/**
|
1267
|
-
* Gets the value of the repeated_uint64 field at the index given or the default value if not set.
|
1268
|
-
* @param {number} index The index to lookup.
|
1269
|
-
* @return {string} The value.
|
1270
|
-
*/
|
1271
|
-
proto2.TestAllTypes.prototype.getRepeatedUint64OrDefault = function(index) {
|
1272
|
-
return /** @type {string} */ (this.get$ValueOrDefault(34, index));
|
1273
|
-
};
|
1274
|
-
|
1275
|
-
|
1276
|
-
/**
|
1277
|
-
* Adds a value to the repeated_uint64 field.
|
1278
|
-
* @param {string} value The value to add.
|
1279
|
-
*/
|
1280
|
-
proto2.TestAllTypes.prototype.addRepeatedUint64 = function(value) {
|
1281
|
-
this.add$Value(34, value);
|
1282
|
-
};
|
1283
|
-
|
1284
|
-
|
1285
|
-
/**
|
1286
|
-
* Returns the array of values in the repeated_uint64 field.
|
1287
|
-
* @return {!Array.<string>} The values in the field.
|
1288
|
-
*/
|
1289
|
-
proto2.TestAllTypes.prototype.repeatedUint64Array = function() {
|
1290
|
-
return /** @type {!Array.<string>} */ (this.array$Values(34));
|
1291
|
-
};
|
1292
|
-
|
1293
|
-
|
1294
|
-
/**
|
1295
|
-
* @return {boolean} Whether the repeated_uint64 field has a value.
|
1296
|
-
*/
|
1297
|
-
proto2.TestAllTypes.prototype.hasRepeatedUint64 = function() {
|
1298
|
-
return this.has$Value(34);
|
1299
|
-
};
|
1300
|
-
|
1301
|
-
|
1302
|
-
/**
|
1303
|
-
* @return {number} The number of values in the repeated_uint64 field.
|
1304
|
-
*/
|
1305
|
-
proto2.TestAllTypes.prototype.repeatedUint64Count = function() {
|
1306
|
-
return this.count$Values(34);
|
1307
|
-
};
|
1308
|
-
|
1309
|
-
|
1310
|
-
/**
|
1311
|
-
* Clears the values in the repeated_uint64 field.
|
1312
|
-
*/
|
1313
|
-
proto2.TestAllTypes.prototype.clearRepeatedUint64 = function() {
|
1314
|
-
this.clear$Field(34);
|
1315
|
-
};
|
1316
|
-
|
1317
|
-
|
1318
|
-
/**
|
1319
|
-
* Gets the value of the repeated_sint32 field at the index given.
|
1320
|
-
* @param {number} index The index to lookup.
|
1321
|
-
* @return {?number} The value.
|
1322
|
-
*/
|
1323
|
-
proto2.TestAllTypes.prototype.getRepeatedSint32 = function(index) {
|
1324
|
-
return /** @type {?number} */ (this.get$Value(35, index));
|
1325
|
-
};
|
1326
|
-
|
1327
|
-
|
1328
|
-
/**
|
1329
|
-
* Gets the value of the repeated_sint32 field at the index given or the default value if not set.
|
1330
|
-
* @param {number} index The index to lookup.
|
1331
|
-
* @return {number} The value.
|
1332
|
-
*/
|
1333
|
-
proto2.TestAllTypes.prototype.getRepeatedSint32OrDefault = function(index) {
|
1334
|
-
return /** @type {number} */ (this.get$ValueOrDefault(35, index));
|
1335
|
-
};
|
1336
|
-
|
1337
|
-
|
1338
|
-
/**
|
1339
|
-
* Adds a value to the repeated_sint32 field.
|
1340
|
-
* @param {number} value The value to add.
|
1341
|
-
*/
|
1342
|
-
proto2.TestAllTypes.prototype.addRepeatedSint32 = function(value) {
|
1343
|
-
this.add$Value(35, value);
|
1344
|
-
};
|
1345
|
-
|
1346
|
-
|
1347
|
-
/**
|
1348
|
-
* Returns the array of values in the repeated_sint32 field.
|
1349
|
-
* @return {!Array.<number>} The values in the field.
|
1350
|
-
*/
|
1351
|
-
proto2.TestAllTypes.prototype.repeatedSint32Array = function() {
|
1352
|
-
return /** @type {!Array.<number>} */ (this.array$Values(35));
|
1353
|
-
};
|
1354
|
-
|
1355
|
-
|
1356
|
-
/**
|
1357
|
-
* @return {boolean} Whether the repeated_sint32 field has a value.
|
1358
|
-
*/
|
1359
|
-
proto2.TestAllTypes.prototype.hasRepeatedSint32 = function() {
|
1360
|
-
return this.has$Value(35);
|
1361
|
-
};
|
1362
|
-
|
1363
|
-
|
1364
|
-
/**
|
1365
|
-
* @return {number} The number of values in the repeated_sint32 field.
|
1366
|
-
*/
|
1367
|
-
proto2.TestAllTypes.prototype.repeatedSint32Count = function() {
|
1368
|
-
return this.count$Values(35);
|
1369
|
-
};
|
1370
|
-
|
1371
|
-
|
1372
|
-
/**
|
1373
|
-
* Clears the values in the repeated_sint32 field.
|
1374
|
-
*/
|
1375
|
-
proto2.TestAllTypes.prototype.clearRepeatedSint32 = function() {
|
1376
|
-
this.clear$Field(35);
|
1377
|
-
};
|
1378
|
-
|
1379
|
-
|
1380
|
-
/**
|
1381
|
-
* Gets the value of the repeated_sint64 field at the index given.
|
1382
|
-
* @param {number} index The index to lookup.
|
1383
|
-
* @return {?string} The value.
|
1384
|
-
*/
|
1385
|
-
proto2.TestAllTypes.prototype.getRepeatedSint64 = function(index) {
|
1386
|
-
return /** @type {?string} */ (this.get$Value(36, index));
|
1387
|
-
};
|
1388
|
-
|
1389
|
-
|
1390
|
-
/**
|
1391
|
-
* Gets the value of the repeated_sint64 field at the index given or the default value if not set.
|
1392
|
-
* @param {number} index The index to lookup.
|
1393
|
-
* @return {string} The value.
|
1394
|
-
*/
|
1395
|
-
proto2.TestAllTypes.prototype.getRepeatedSint64OrDefault = function(index) {
|
1396
|
-
return /** @type {string} */ (this.get$ValueOrDefault(36, index));
|
1397
|
-
};
|
1398
|
-
|
1399
|
-
|
1400
|
-
/**
|
1401
|
-
* Adds a value to the repeated_sint64 field.
|
1402
|
-
* @param {string} value The value to add.
|
1403
|
-
*/
|
1404
|
-
proto2.TestAllTypes.prototype.addRepeatedSint64 = function(value) {
|
1405
|
-
this.add$Value(36, value);
|
1406
|
-
};
|
1407
|
-
|
1408
|
-
|
1409
|
-
/**
|
1410
|
-
* Returns the array of values in the repeated_sint64 field.
|
1411
|
-
* @return {!Array.<string>} The values in the field.
|
1412
|
-
*/
|
1413
|
-
proto2.TestAllTypes.prototype.repeatedSint64Array = function() {
|
1414
|
-
return /** @type {!Array.<string>} */ (this.array$Values(36));
|
1415
|
-
};
|
1416
|
-
|
1417
|
-
|
1418
|
-
/**
|
1419
|
-
* @return {boolean} Whether the repeated_sint64 field has a value.
|
1420
|
-
*/
|
1421
|
-
proto2.TestAllTypes.prototype.hasRepeatedSint64 = function() {
|
1422
|
-
return this.has$Value(36);
|
1423
|
-
};
|
1424
|
-
|
1425
|
-
|
1426
|
-
/**
|
1427
|
-
* @return {number} The number of values in the repeated_sint64 field.
|
1428
|
-
*/
|
1429
|
-
proto2.TestAllTypes.prototype.repeatedSint64Count = function() {
|
1430
|
-
return this.count$Values(36);
|
1431
|
-
};
|
1432
|
-
|
1433
|
-
|
1434
|
-
/**
|
1435
|
-
* Clears the values in the repeated_sint64 field.
|
1436
|
-
*/
|
1437
|
-
proto2.TestAllTypes.prototype.clearRepeatedSint64 = function() {
|
1438
|
-
this.clear$Field(36);
|
1439
|
-
};
|
1440
|
-
|
1441
|
-
|
1442
|
-
/**
|
1443
|
-
* Gets the value of the repeated_fixed32 field at the index given.
|
1444
|
-
* @param {number} index The index to lookup.
|
1445
|
-
* @return {?number} The value.
|
1446
|
-
*/
|
1447
|
-
proto2.TestAllTypes.prototype.getRepeatedFixed32 = function(index) {
|
1448
|
-
return /** @type {?number} */ (this.get$Value(37, index));
|
1449
|
-
};
|
1450
|
-
|
1451
|
-
|
1452
|
-
/**
|
1453
|
-
* Gets the value of the repeated_fixed32 field at the index given or the default value if not set.
|
1454
|
-
* @param {number} index The index to lookup.
|
1455
|
-
* @return {number} The value.
|
1456
|
-
*/
|
1457
|
-
proto2.TestAllTypes.prototype.getRepeatedFixed32OrDefault = function(index) {
|
1458
|
-
return /** @type {number} */ (this.get$ValueOrDefault(37, index));
|
1459
|
-
};
|
1460
|
-
|
1461
|
-
|
1462
|
-
/**
|
1463
|
-
* Adds a value to the repeated_fixed32 field.
|
1464
|
-
* @param {number} value The value to add.
|
1465
|
-
*/
|
1466
|
-
proto2.TestAllTypes.prototype.addRepeatedFixed32 = function(value) {
|
1467
|
-
this.add$Value(37, value);
|
1468
|
-
};
|
1469
|
-
|
1470
|
-
|
1471
|
-
/**
|
1472
|
-
* Returns the array of values in the repeated_fixed32 field.
|
1473
|
-
* @return {!Array.<number>} The values in the field.
|
1474
|
-
*/
|
1475
|
-
proto2.TestAllTypes.prototype.repeatedFixed32Array = function() {
|
1476
|
-
return /** @type {!Array.<number>} */ (this.array$Values(37));
|
1477
|
-
};
|
1478
|
-
|
1479
|
-
|
1480
|
-
/**
|
1481
|
-
* @return {boolean} Whether the repeated_fixed32 field has a value.
|
1482
|
-
*/
|
1483
|
-
proto2.TestAllTypes.prototype.hasRepeatedFixed32 = function() {
|
1484
|
-
return this.has$Value(37);
|
1485
|
-
};
|
1486
|
-
|
1487
|
-
|
1488
|
-
/**
|
1489
|
-
* @return {number} The number of values in the repeated_fixed32 field.
|
1490
|
-
*/
|
1491
|
-
proto2.TestAllTypes.prototype.repeatedFixed32Count = function() {
|
1492
|
-
return this.count$Values(37);
|
1493
|
-
};
|
1494
|
-
|
1495
|
-
|
1496
|
-
/**
|
1497
|
-
* Clears the values in the repeated_fixed32 field.
|
1498
|
-
*/
|
1499
|
-
proto2.TestAllTypes.prototype.clearRepeatedFixed32 = function() {
|
1500
|
-
this.clear$Field(37);
|
1501
|
-
};
|
1502
|
-
|
1503
|
-
|
1504
|
-
/**
|
1505
|
-
* Gets the value of the repeated_fixed64 field at the index given.
|
1506
|
-
* @param {number} index The index to lookup.
|
1507
|
-
* @return {?string} The value.
|
1508
|
-
*/
|
1509
|
-
proto2.TestAllTypes.prototype.getRepeatedFixed64 = function(index) {
|
1510
|
-
return /** @type {?string} */ (this.get$Value(38, index));
|
1511
|
-
};
|
1512
|
-
|
1513
|
-
|
1514
|
-
/**
|
1515
|
-
* Gets the value of the repeated_fixed64 field at the index given or the default value if not set.
|
1516
|
-
* @param {number} index The index to lookup.
|
1517
|
-
* @return {string} The value.
|
1518
|
-
*/
|
1519
|
-
proto2.TestAllTypes.prototype.getRepeatedFixed64OrDefault = function(index) {
|
1520
|
-
return /** @type {string} */ (this.get$ValueOrDefault(38, index));
|
1521
|
-
};
|
1522
|
-
|
1523
|
-
|
1524
|
-
/**
|
1525
|
-
* Adds a value to the repeated_fixed64 field.
|
1526
|
-
* @param {string} value The value to add.
|
1527
|
-
*/
|
1528
|
-
proto2.TestAllTypes.prototype.addRepeatedFixed64 = function(value) {
|
1529
|
-
this.add$Value(38, value);
|
1530
|
-
};
|
1531
|
-
|
1532
|
-
|
1533
|
-
/**
|
1534
|
-
* Returns the array of values in the repeated_fixed64 field.
|
1535
|
-
* @return {!Array.<string>} The values in the field.
|
1536
|
-
*/
|
1537
|
-
proto2.TestAllTypes.prototype.repeatedFixed64Array = function() {
|
1538
|
-
return /** @type {!Array.<string>} */ (this.array$Values(38));
|
1539
|
-
};
|
1540
|
-
|
1541
|
-
|
1542
|
-
/**
|
1543
|
-
* @return {boolean} Whether the repeated_fixed64 field has a value.
|
1544
|
-
*/
|
1545
|
-
proto2.TestAllTypes.prototype.hasRepeatedFixed64 = function() {
|
1546
|
-
return this.has$Value(38);
|
1547
|
-
};
|
1548
|
-
|
1549
|
-
|
1550
|
-
/**
|
1551
|
-
* @return {number} The number of values in the repeated_fixed64 field.
|
1552
|
-
*/
|
1553
|
-
proto2.TestAllTypes.prototype.repeatedFixed64Count = function() {
|
1554
|
-
return this.count$Values(38);
|
1555
|
-
};
|
1556
|
-
|
1557
|
-
|
1558
|
-
/**
|
1559
|
-
* Clears the values in the repeated_fixed64 field.
|
1560
|
-
*/
|
1561
|
-
proto2.TestAllTypes.prototype.clearRepeatedFixed64 = function() {
|
1562
|
-
this.clear$Field(38);
|
1563
|
-
};
|
1564
|
-
|
1565
|
-
|
1566
|
-
/**
|
1567
|
-
* Gets the value of the repeated_sfixed32 field at the index given.
|
1568
|
-
* @param {number} index The index to lookup.
|
1569
|
-
* @return {?number} The value.
|
1570
|
-
*/
|
1571
|
-
proto2.TestAllTypes.prototype.getRepeatedSfixed32 = function(index) {
|
1572
|
-
return /** @type {?number} */ (this.get$Value(39, index));
|
1573
|
-
};
|
1574
|
-
|
1575
|
-
|
1576
|
-
/**
|
1577
|
-
* Gets the value of the repeated_sfixed32 field at the index given or the default value if not set.
|
1578
|
-
* @param {number} index The index to lookup.
|
1579
|
-
* @return {number} The value.
|
1580
|
-
*/
|
1581
|
-
proto2.TestAllTypes.prototype.getRepeatedSfixed32OrDefault = function(index) {
|
1582
|
-
return /** @type {number} */ (this.get$ValueOrDefault(39, index));
|
1583
|
-
};
|
1584
|
-
|
1585
|
-
|
1586
|
-
/**
|
1587
|
-
* Adds a value to the repeated_sfixed32 field.
|
1588
|
-
* @param {number} value The value to add.
|
1589
|
-
*/
|
1590
|
-
proto2.TestAllTypes.prototype.addRepeatedSfixed32 = function(value) {
|
1591
|
-
this.add$Value(39, value);
|
1592
|
-
};
|
1593
|
-
|
1594
|
-
|
1595
|
-
/**
|
1596
|
-
* Returns the array of values in the repeated_sfixed32 field.
|
1597
|
-
* @return {!Array.<number>} The values in the field.
|
1598
|
-
*/
|
1599
|
-
proto2.TestAllTypes.prototype.repeatedSfixed32Array = function() {
|
1600
|
-
return /** @type {!Array.<number>} */ (this.array$Values(39));
|
1601
|
-
};
|
1602
|
-
|
1603
|
-
|
1604
|
-
/**
|
1605
|
-
* @return {boolean} Whether the repeated_sfixed32 field has a value.
|
1606
|
-
*/
|
1607
|
-
proto2.TestAllTypes.prototype.hasRepeatedSfixed32 = function() {
|
1608
|
-
return this.has$Value(39);
|
1609
|
-
};
|
1610
|
-
|
1611
|
-
|
1612
|
-
/**
|
1613
|
-
* @return {number} The number of values in the repeated_sfixed32 field.
|
1614
|
-
*/
|
1615
|
-
proto2.TestAllTypes.prototype.repeatedSfixed32Count = function() {
|
1616
|
-
return this.count$Values(39);
|
1617
|
-
};
|
1618
|
-
|
1619
|
-
|
1620
|
-
/**
|
1621
|
-
* Clears the values in the repeated_sfixed32 field.
|
1622
|
-
*/
|
1623
|
-
proto2.TestAllTypes.prototype.clearRepeatedSfixed32 = function() {
|
1624
|
-
this.clear$Field(39);
|
1625
|
-
};
|
1626
|
-
|
1627
|
-
|
1628
|
-
/**
|
1629
|
-
* Gets the value of the repeated_sfixed64 field at the index given.
|
1630
|
-
* @param {number} index The index to lookup.
|
1631
|
-
* @return {?string} The value.
|
1632
|
-
*/
|
1633
|
-
proto2.TestAllTypes.prototype.getRepeatedSfixed64 = function(index) {
|
1634
|
-
return /** @type {?string} */ (this.get$Value(40, index));
|
1635
|
-
};
|
1636
|
-
|
1637
|
-
|
1638
|
-
/**
|
1639
|
-
* Gets the value of the repeated_sfixed64 field at the index given or the default value if not set.
|
1640
|
-
* @param {number} index The index to lookup.
|
1641
|
-
* @return {string} The value.
|
1642
|
-
*/
|
1643
|
-
proto2.TestAllTypes.prototype.getRepeatedSfixed64OrDefault = function(index) {
|
1644
|
-
return /** @type {string} */ (this.get$ValueOrDefault(40, index));
|
1645
|
-
};
|
1646
|
-
|
1647
|
-
|
1648
|
-
/**
|
1649
|
-
* Adds a value to the repeated_sfixed64 field.
|
1650
|
-
* @param {string} value The value to add.
|
1651
|
-
*/
|
1652
|
-
proto2.TestAllTypes.prototype.addRepeatedSfixed64 = function(value) {
|
1653
|
-
this.add$Value(40, value);
|
1654
|
-
};
|
1655
|
-
|
1656
|
-
|
1657
|
-
/**
|
1658
|
-
* Returns the array of values in the repeated_sfixed64 field.
|
1659
|
-
* @return {!Array.<string>} The values in the field.
|
1660
|
-
*/
|
1661
|
-
proto2.TestAllTypes.prototype.repeatedSfixed64Array = function() {
|
1662
|
-
return /** @type {!Array.<string>} */ (this.array$Values(40));
|
1663
|
-
};
|
1664
|
-
|
1665
|
-
|
1666
|
-
/**
|
1667
|
-
* @return {boolean} Whether the repeated_sfixed64 field has a value.
|
1668
|
-
*/
|
1669
|
-
proto2.TestAllTypes.prototype.hasRepeatedSfixed64 = function() {
|
1670
|
-
return this.has$Value(40);
|
1671
|
-
};
|
1672
|
-
|
1673
|
-
|
1674
|
-
/**
|
1675
|
-
* @return {number} The number of values in the repeated_sfixed64 field.
|
1676
|
-
*/
|
1677
|
-
proto2.TestAllTypes.prototype.repeatedSfixed64Count = function() {
|
1678
|
-
return this.count$Values(40);
|
1679
|
-
};
|
1680
|
-
|
1681
|
-
|
1682
|
-
/**
|
1683
|
-
* Clears the values in the repeated_sfixed64 field.
|
1684
|
-
*/
|
1685
|
-
proto2.TestAllTypes.prototype.clearRepeatedSfixed64 = function() {
|
1686
|
-
this.clear$Field(40);
|
1687
|
-
};
|
1688
|
-
|
1689
|
-
|
1690
|
-
/**
|
1691
|
-
* Gets the value of the repeated_float field at the index given.
|
1692
|
-
* @param {number} index The index to lookup.
|
1693
|
-
* @return {?number} The value.
|
1694
|
-
*/
|
1695
|
-
proto2.TestAllTypes.prototype.getRepeatedFloat = function(index) {
|
1696
|
-
return /** @type {?number} */ (this.get$Value(41, index));
|
1697
|
-
};
|
1698
|
-
|
1699
|
-
|
1700
|
-
/**
|
1701
|
-
* Gets the value of the repeated_float field at the index given or the default value if not set.
|
1702
|
-
* @param {number} index The index to lookup.
|
1703
|
-
* @return {number} The value.
|
1704
|
-
*/
|
1705
|
-
proto2.TestAllTypes.prototype.getRepeatedFloatOrDefault = function(index) {
|
1706
|
-
return /** @type {number} */ (this.get$ValueOrDefault(41, index));
|
1707
|
-
};
|
1708
|
-
|
1709
|
-
|
1710
|
-
/**
|
1711
|
-
* Adds a value to the repeated_float field.
|
1712
|
-
* @param {number} value The value to add.
|
1713
|
-
*/
|
1714
|
-
proto2.TestAllTypes.prototype.addRepeatedFloat = function(value) {
|
1715
|
-
this.add$Value(41, value);
|
1716
|
-
};
|
1717
|
-
|
1718
|
-
|
1719
|
-
/**
|
1720
|
-
* Returns the array of values in the repeated_float field.
|
1721
|
-
* @return {!Array.<number>} The values in the field.
|
1722
|
-
*/
|
1723
|
-
proto2.TestAllTypes.prototype.repeatedFloatArray = function() {
|
1724
|
-
return /** @type {!Array.<number>} */ (this.array$Values(41));
|
1725
|
-
};
|
1726
|
-
|
1727
|
-
|
1728
|
-
/**
|
1729
|
-
* @return {boolean} Whether the repeated_float field has a value.
|
1730
|
-
*/
|
1731
|
-
proto2.TestAllTypes.prototype.hasRepeatedFloat = function() {
|
1732
|
-
return this.has$Value(41);
|
1733
|
-
};
|
1734
|
-
|
1735
|
-
|
1736
|
-
/**
|
1737
|
-
* @return {number} The number of values in the repeated_float field.
|
1738
|
-
*/
|
1739
|
-
proto2.TestAllTypes.prototype.repeatedFloatCount = function() {
|
1740
|
-
return this.count$Values(41);
|
1741
|
-
};
|
1742
|
-
|
1743
|
-
|
1744
|
-
/**
|
1745
|
-
* Clears the values in the repeated_float field.
|
1746
|
-
*/
|
1747
|
-
proto2.TestAllTypes.prototype.clearRepeatedFloat = function() {
|
1748
|
-
this.clear$Field(41);
|
1749
|
-
};
|
1750
|
-
|
1751
|
-
|
1752
|
-
/**
|
1753
|
-
* Gets the value of the repeated_double field at the index given.
|
1754
|
-
* @param {number} index The index to lookup.
|
1755
|
-
* @return {?number} The value.
|
1756
|
-
*/
|
1757
|
-
proto2.TestAllTypes.prototype.getRepeatedDouble = function(index) {
|
1758
|
-
return /** @type {?number} */ (this.get$Value(42, index));
|
1759
|
-
};
|
1760
|
-
|
1761
|
-
|
1762
|
-
/**
|
1763
|
-
* Gets the value of the repeated_double field at the index given or the default value if not set.
|
1764
|
-
* @param {number} index The index to lookup.
|
1765
|
-
* @return {number} The value.
|
1766
|
-
*/
|
1767
|
-
proto2.TestAllTypes.prototype.getRepeatedDoubleOrDefault = function(index) {
|
1768
|
-
return /** @type {number} */ (this.get$ValueOrDefault(42, index));
|
1769
|
-
};
|
1770
|
-
|
1771
|
-
|
1772
|
-
/**
|
1773
|
-
* Adds a value to the repeated_double field.
|
1774
|
-
* @param {number} value The value to add.
|
1775
|
-
*/
|
1776
|
-
proto2.TestAllTypes.prototype.addRepeatedDouble = function(value) {
|
1777
|
-
this.add$Value(42, value);
|
1778
|
-
};
|
1779
|
-
|
1780
|
-
|
1781
|
-
/**
|
1782
|
-
* Returns the array of values in the repeated_double field.
|
1783
|
-
* @return {!Array.<number>} The values in the field.
|
1784
|
-
*/
|
1785
|
-
proto2.TestAllTypes.prototype.repeatedDoubleArray = function() {
|
1786
|
-
return /** @type {!Array.<number>} */ (this.array$Values(42));
|
1787
|
-
};
|
1788
|
-
|
1789
|
-
|
1790
|
-
/**
|
1791
|
-
* @return {boolean} Whether the repeated_double field has a value.
|
1792
|
-
*/
|
1793
|
-
proto2.TestAllTypes.prototype.hasRepeatedDouble = function() {
|
1794
|
-
return this.has$Value(42);
|
1795
|
-
};
|
1796
|
-
|
1797
|
-
|
1798
|
-
/**
|
1799
|
-
* @return {number} The number of values in the repeated_double field.
|
1800
|
-
*/
|
1801
|
-
proto2.TestAllTypes.prototype.repeatedDoubleCount = function() {
|
1802
|
-
return this.count$Values(42);
|
1803
|
-
};
|
1804
|
-
|
1805
|
-
|
1806
|
-
/**
|
1807
|
-
* Clears the values in the repeated_double field.
|
1808
|
-
*/
|
1809
|
-
proto2.TestAllTypes.prototype.clearRepeatedDouble = function() {
|
1810
|
-
this.clear$Field(42);
|
1811
|
-
};
|
1812
|
-
|
1813
|
-
|
1814
|
-
/**
|
1815
|
-
* Gets the value of the repeated_bool field at the index given.
|
1816
|
-
* @param {number} index The index to lookup.
|
1817
|
-
* @return {?boolean} The value.
|
1818
|
-
*/
|
1819
|
-
proto2.TestAllTypes.prototype.getRepeatedBool = function(index) {
|
1820
|
-
return /** @type {?boolean} */ (this.get$Value(43, index));
|
1821
|
-
};
|
1822
|
-
|
1823
|
-
|
1824
|
-
/**
|
1825
|
-
* Gets the value of the repeated_bool field at the index given or the default value if not set.
|
1826
|
-
* @param {number} index The index to lookup.
|
1827
|
-
* @return {boolean} The value.
|
1828
|
-
*/
|
1829
|
-
proto2.TestAllTypes.prototype.getRepeatedBoolOrDefault = function(index) {
|
1830
|
-
return /** @type {boolean} */ (this.get$ValueOrDefault(43, index));
|
1831
|
-
};
|
1832
|
-
|
1833
|
-
|
1834
|
-
/**
|
1835
|
-
* Adds a value to the repeated_bool field.
|
1836
|
-
* @param {boolean} value The value to add.
|
1837
|
-
*/
|
1838
|
-
proto2.TestAllTypes.prototype.addRepeatedBool = function(value) {
|
1839
|
-
this.add$Value(43, value);
|
1840
|
-
};
|
1841
|
-
|
1842
|
-
|
1843
|
-
/**
|
1844
|
-
* Returns the array of values in the repeated_bool field.
|
1845
|
-
* @return {!Array.<boolean>} The values in the field.
|
1846
|
-
*/
|
1847
|
-
proto2.TestAllTypes.prototype.repeatedBoolArray = function() {
|
1848
|
-
return /** @type {!Array.<boolean>} */ (this.array$Values(43));
|
1849
|
-
};
|
1850
|
-
|
1851
|
-
|
1852
|
-
/**
|
1853
|
-
* @return {boolean} Whether the repeated_bool field has a value.
|
1854
|
-
*/
|
1855
|
-
proto2.TestAllTypes.prototype.hasRepeatedBool = function() {
|
1856
|
-
return this.has$Value(43);
|
1857
|
-
};
|
1858
|
-
|
1859
|
-
|
1860
|
-
/**
|
1861
|
-
* @return {number} The number of values in the repeated_bool field.
|
1862
|
-
*/
|
1863
|
-
proto2.TestAllTypes.prototype.repeatedBoolCount = function() {
|
1864
|
-
return this.count$Values(43);
|
1865
|
-
};
|
1866
|
-
|
1867
|
-
|
1868
|
-
/**
|
1869
|
-
* Clears the values in the repeated_bool field.
|
1870
|
-
*/
|
1871
|
-
proto2.TestAllTypes.prototype.clearRepeatedBool = function() {
|
1872
|
-
this.clear$Field(43);
|
1873
|
-
};
|
1874
|
-
|
1875
|
-
|
1876
|
-
/**
|
1877
|
-
* Gets the value of the repeated_string field at the index given.
|
1878
|
-
* @param {number} index The index to lookup.
|
1879
|
-
* @return {?string} The value.
|
1880
|
-
*/
|
1881
|
-
proto2.TestAllTypes.prototype.getRepeatedString = function(index) {
|
1882
|
-
return /** @type {?string} */ (this.get$Value(44, index));
|
1883
|
-
};
|
1884
|
-
|
1885
|
-
|
1886
|
-
/**
|
1887
|
-
* Gets the value of the repeated_string field at the index given or the default value if not set.
|
1888
|
-
* @param {number} index The index to lookup.
|
1889
|
-
* @return {string} The value.
|
1890
|
-
*/
|
1891
|
-
proto2.TestAllTypes.prototype.getRepeatedStringOrDefault = function(index) {
|
1892
|
-
return /** @type {string} */ (this.get$ValueOrDefault(44, index));
|
1893
|
-
};
|
1894
|
-
|
1895
|
-
|
1896
|
-
/**
|
1897
|
-
* Adds a value to the repeated_string field.
|
1898
|
-
* @param {string} value The value to add.
|
1899
|
-
*/
|
1900
|
-
proto2.TestAllTypes.prototype.addRepeatedString = function(value) {
|
1901
|
-
this.add$Value(44, value);
|
1902
|
-
};
|
1903
|
-
|
1904
|
-
|
1905
|
-
/**
|
1906
|
-
* Returns the array of values in the repeated_string field.
|
1907
|
-
* @return {!Array.<string>} The values in the field.
|
1908
|
-
*/
|
1909
|
-
proto2.TestAllTypes.prototype.repeatedStringArray = function() {
|
1910
|
-
return /** @type {!Array.<string>} */ (this.array$Values(44));
|
1911
|
-
};
|
1912
|
-
|
1913
|
-
|
1914
|
-
/**
|
1915
|
-
* @return {boolean} Whether the repeated_string field has a value.
|
1916
|
-
*/
|
1917
|
-
proto2.TestAllTypes.prototype.hasRepeatedString = function() {
|
1918
|
-
return this.has$Value(44);
|
1919
|
-
};
|
1920
|
-
|
1921
|
-
|
1922
|
-
/**
|
1923
|
-
* @return {number} The number of values in the repeated_string field.
|
1924
|
-
*/
|
1925
|
-
proto2.TestAllTypes.prototype.repeatedStringCount = function() {
|
1926
|
-
return this.count$Values(44);
|
1927
|
-
};
|
1928
|
-
|
1929
|
-
|
1930
|
-
/**
|
1931
|
-
* Clears the values in the repeated_string field.
|
1932
|
-
*/
|
1933
|
-
proto2.TestAllTypes.prototype.clearRepeatedString = function() {
|
1934
|
-
this.clear$Field(44);
|
1935
|
-
};
|
1936
|
-
|
1937
|
-
|
1938
|
-
/**
|
1939
|
-
* Gets the value of the repeated_bytes field at the index given.
|
1940
|
-
* @param {number} index The index to lookup.
|
1941
|
-
* @return {?string} The value.
|
1942
|
-
*/
|
1943
|
-
proto2.TestAllTypes.prototype.getRepeatedBytes = function(index) {
|
1944
|
-
return /** @type {?string} */ (this.get$Value(45, index));
|
1945
|
-
};
|
1946
|
-
|
1947
|
-
|
1948
|
-
/**
|
1949
|
-
* Gets the value of the repeated_bytes field at the index given or the default value if not set.
|
1950
|
-
* @param {number} index The index to lookup.
|
1951
|
-
* @return {string} The value.
|
1952
|
-
*/
|
1953
|
-
proto2.TestAllTypes.prototype.getRepeatedBytesOrDefault = function(index) {
|
1954
|
-
return /** @type {string} */ (this.get$ValueOrDefault(45, index));
|
1955
|
-
};
|
1956
|
-
|
1957
|
-
|
1958
|
-
/**
|
1959
|
-
* Adds a value to the repeated_bytes field.
|
1960
|
-
* @param {string} value The value to add.
|
1961
|
-
*/
|
1962
|
-
proto2.TestAllTypes.prototype.addRepeatedBytes = function(value) {
|
1963
|
-
this.add$Value(45, value);
|
1964
|
-
};
|
1965
|
-
|
1966
|
-
|
1967
|
-
/**
|
1968
|
-
* Returns the array of values in the repeated_bytes field.
|
1969
|
-
* @return {!Array.<string>} The values in the field.
|
1970
|
-
*/
|
1971
|
-
proto2.TestAllTypes.prototype.repeatedBytesArray = function() {
|
1972
|
-
return /** @type {!Array.<string>} */ (this.array$Values(45));
|
1973
|
-
};
|
1974
|
-
|
1975
|
-
|
1976
|
-
/**
|
1977
|
-
* @return {boolean} Whether the repeated_bytes field has a value.
|
1978
|
-
*/
|
1979
|
-
proto2.TestAllTypes.prototype.hasRepeatedBytes = function() {
|
1980
|
-
return this.has$Value(45);
|
1981
|
-
};
|
1982
|
-
|
1983
|
-
|
1984
|
-
/**
|
1985
|
-
* @return {number} The number of values in the repeated_bytes field.
|
1986
|
-
*/
|
1987
|
-
proto2.TestAllTypes.prototype.repeatedBytesCount = function() {
|
1988
|
-
return this.count$Values(45);
|
1989
|
-
};
|
1990
|
-
|
1991
|
-
|
1992
|
-
/**
|
1993
|
-
* Clears the values in the repeated_bytes field.
|
1994
|
-
*/
|
1995
|
-
proto2.TestAllTypes.prototype.clearRepeatedBytes = function() {
|
1996
|
-
this.clear$Field(45);
|
1997
|
-
};
|
1998
|
-
|
1999
|
-
|
2000
|
-
/**
|
2001
|
-
* Gets the value of the repeatedgroup field at the index given.
|
2002
|
-
* @param {number} index The index to lookup.
|
2003
|
-
* @return {proto2.TestAllTypes.RepeatedGroup} The value.
|
2004
|
-
*/
|
2005
|
-
proto2.TestAllTypes.prototype.getRepeatedgroup = function(index) {
|
2006
|
-
return /** @type {proto2.TestAllTypes.RepeatedGroup} */ (this.get$Value(46, index));
|
2007
|
-
};
|
2008
|
-
|
2009
|
-
|
2010
|
-
/**
|
2011
|
-
* Gets the value of the repeatedgroup field at the index given or the default value if not set.
|
2012
|
-
* @param {number} index The index to lookup.
|
2013
|
-
* @return {!proto2.TestAllTypes.RepeatedGroup} The value.
|
2014
|
-
*/
|
2015
|
-
proto2.TestAllTypes.prototype.getRepeatedgroupOrDefault = function(index) {
|
2016
|
-
return /** @type {!proto2.TestAllTypes.RepeatedGroup} */ (this.get$ValueOrDefault(46, index));
|
2017
|
-
};
|
2018
|
-
|
2019
|
-
|
2020
|
-
/**
|
2021
|
-
* Adds a value to the repeatedgroup field.
|
2022
|
-
* @param {!proto2.TestAllTypes.RepeatedGroup} value The value to add.
|
2023
|
-
*/
|
2024
|
-
proto2.TestAllTypes.prototype.addRepeatedgroup = function(value) {
|
2025
|
-
this.add$Value(46, value);
|
2026
|
-
};
|
2027
|
-
|
2028
|
-
|
2029
|
-
/**
|
2030
|
-
* Returns the array of values in the repeatedgroup field.
|
2031
|
-
* @return {!Array.<!proto2.TestAllTypes.RepeatedGroup>} The values in the field.
|
2032
|
-
*/
|
2033
|
-
proto2.TestAllTypes.prototype.repeatedgroupArray = function() {
|
2034
|
-
return /** @type {!Array.<!proto2.TestAllTypes.RepeatedGroup>} */ (this.array$Values(46));
|
2035
|
-
};
|
2036
|
-
|
2037
|
-
|
2038
|
-
/**
|
2039
|
-
* @return {boolean} Whether the repeatedgroup field has a value.
|
2040
|
-
*/
|
2041
|
-
proto2.TestAllTypes.prototype.hasRepeatedgroup = function() {
|
2042
|
-
return this.has$Value(46);
|
2043
|
-
};
|
2044
|
-
|
2045
|
-
|
2046
|
-
/**
|
2047
|
-
* @return {number} The number of values in the repeatedgroup field.
|
2048
|
-
*/
|
2049
|
-
proto2.TestAllTypes.prototype.repeatedgroupCount = function() {
|
2050
|
-
return this.count$Values(46);
|
2051
|
-
};
|
2052
|
-
|
2053
|
-
|
2054
|
-
/**
|
2055
|
-
* Clears the values in the repeatedgroup field.
|
2056
|
-
*/
|
2057
|
-
proto2.TestAllTypes.prototype.clearRepeatedgroup = function() {
|
2058
|
-
this.clear$Field(46);
|
2059
|
-
};
|
2060
|
-
|
2061
|
-
|
2062
|
-
/**
|
2063
|
-
* Gets the value of the repeated_nested_message field at the index given.
|
2064
|
-
* @param {number} index The index to lookup.
|
2065
|
-
* @return {proto2.TestAllTypes.NestedMessage} The value.
|
2066
|
-
*/
|
2067
|
-
proto2.TestAllTypes.prototype.getRepeatedNestedMessage = function(index) {
|
2068
|
-
return /** @type {proto2.TestAllTypes.NestedMessage} */ (this.get$Value(48, index));
|
2069
|
-
};
|
2070
|
-
|
2071
|
-
|
2072
|
-
/**
|
2073
|
-
* Gets the value of the repeated_nested_message field at the index given or the default value if not set.
|
2074
|
-
* @param {number} index The index to lookup.
|
2075
|
-
* @return {!proto2.TestAllTypes.NestedMessage} The value.
|
2076
|
-
*/
|
2077
|
-
proto2.TestAllTypes.prototype.getRepeatedNestedMessageOrDefault = function(index) {
|
2078
|
-
return /** @type {!proto2.TestAllTypes.NestedMessage} */ (this.get$ValueOrDefault(48, index));
|
2079
|
-
};
|
2080
|
-
|
2081
|
-
|
2082
|
-
/**
|
2083
|
-
* Adds a value to the repeated_nested_message field.
|
2084
|
-
* @param {!proto2.TestAllTypes.NestedMessage} value The value to add.
|
2085
|
-
*/
|
2086
|
-
proto2.TestAllTypes.prototype.addRepeatedNestedMessage = function(value) {
|
2087
|
-
this.add$Value(48, value);
|
2088
|
-
};
|
2089
|
-
|
2090
|
-
|
2091
|
-
/**
|
2092
|
-
* Returns the array of values in the repeated_nested_message field.
|
2093
|
-
* @return {!Array.<!proto2.TestAllTypes.NestedMessage>} The values in the field.
|
2094
|
-
*/
|
2095
|
-
proto2.TestAllTypes.prototype.repeatedNestedMessageArray = function() {
|
2096
|
-
return /** @type {!Array.<!proto2.TestAllTypes.NestedMessage>} */ (this.array$Values(48));
|
2097
|
-
};
|
2098
|
-
|
2099
|
-
|
2100
|
-
/**
|
2101
|
-
* @return {boolean} Whether the repeated_nested_message field has a value.
|
2102
|
-
*/
|
2103
|
-
proto2.TestAllTypes.prototype.hasRepeatedNestedMessage = function() {
|
2104
|
-
return this.has$Value(48);
|
2105
|
-
};
|
2106
|
-
|
2107
|
-
|
2108
|
-
/**
|
2109
|
-
* @return {number} The number of values in the repeated_nested_message field.
|
2110
|
-
*/
|
2111
|
-
proto2.TestAllTypes.prototype.repeatedNestedMessageCount = function() {
|
2112
|
-
return this.count$Values(48);
|
2113
|
-
};
|
2114
|
-
|
2115
|
-
|
2116
|
-
/**
|
2117
|
-
* Clears the values in the repeated_nested_message field.
|
2118
|
-
*/
|
2119
|
-
proto2.TestAllTypes.prototype.clearRepeatedNestedMessage = function() {
|
2120
|
-
this.clear$Field(48);
|
2121
|
-
};
|
2122
|
-
|
2123
|
-
|
2124
|
-
/**
|
2125
|
-
* Gets the value of the repeated_nested_enum field at the index given.
|
2126
|
-
* @param {number} index The index to lookup.
|
2127
|
-
* @return {?proto2.TestAllTypes.NestedEnum} The value.
|
2128
|
-
*/
|
2129
|
-
proto2.TestAllTypes.prototype.getRepeatedNestedEnum = function(index) {
|
2130
|
-
return /** @type {?proto2.TestAllTypes.NestedEnum} */ (this.get$Value(49, index));
|
2131
|
-
};
|
2132
|
-
|
2133
|
-
|
2134
|
-
/**
|
2135
|
-
* Gets the value of the repeated_nested_enum field at the index given or the default value if not set.
|
2136
|
-
* @param {number} index The index to lookup.
|
2137
|
-
* @return {proto2.TestAllTypes.NestedEnum} The value.
|
2138
|
-
*/
|
2139
|
-
proto2.TestAllTypes.prototype.getRepeatedNestedEnumOrDefault = function(index) {
|
2140
|
-
return /** @type {proto2.TestAllTypes.NestedEnum} */ (this.get$ValueOrDefault(49, index));
|
2141
|
-
};
|
2142
|
-
|
2143
|
-
|
2144
|
-
/**
|
2145
|
-
* Adds a value to the repeated_nested_enum field.
|
2146
|
-
* @param {proto2.TestAllTypes.NestedEnum} value The value to add.
|
2147
|
-
*/
|
2148
|
-
proto2.TestAllTypes.prototype.addRepeatedNestedEnum = function(value) {
|
2149
|
-
this.add$Value(49, value);
|
2150
|
-
};
|
2151
|
-
|
2152
|
-
|
2153
|
-
/**
|
2154
|
-
* Returns the array of values in the repeated_nested_enum field.
|
2155
|
-
* @return {!Array.<proto2.TestAllTypes.NestedEnum>} The values in the field.
|
2156
|
-
*/
|
2157
|
-
proto2.TestAllTypes.prototype.repeatedNestedEnumArray = function() {
|
2158
|
-
return /** @type {!Array.<proto2.TestAllTypes.NestedEnum>} */ (this.array$Values(49));
|
2159
|
-
};
|
2160
|
-
|
2161
|
-
|
2162
|
-
/**
|
2163
|
-
* @return {boolean} Whether the repeated_nested_enum field has a value.
|
2164
|
-
*/
|
2165
|
-
proto2.TestAllTypes.prototype.hasRepeatedNestedEnum = function() {
|
2166
|
-
return this.has$Value(49);
|
2167
|
-
};
|
2168
|
-
|
2169
|
-
|
2170
|
-
/**
|
2171
|
-
* @return {number} The number of values in the repeated_nested_enum field.
|
2172
|
-
*/
|
2173
|
-
proto2.TestAllTypes.prototype.repeatedNestedEnumCount = function() {
|
2174
|
-
return this.count$Values(49);
|
2175
|
-
};
|
2176
|
-
|
2177
|
-
|
2178
|
-
/**
|
2179
|
-
* Clears the values in the repeated_nested_enum field.
|
2180
|
-
*/
|
2181
|
-
proto2.TestAllTypes.prototype.clearRepeatedNestedEnum = function() {
|
2182
|
-
this.clear$Field(49);
|
2183
|
-
};
|
2184
|
-
|
2185
|
-
|
2186
|
-
/**
|
2187
|
-
* Gets the value of the repeated_int64_number field at the index given.
|
2188
|
-
* @param {number} index The index to lookup.
|
2189
|
-
* @return {?number} The value.
|
2190
|
-
*/
|
2191
|
-
proto2.TestAllTypes.prototype.getRepeatedInt64Number = function(index) {
|
2192
|
-
return /** @type {?number} */ (this.get$Value(52, index));
|
2193
|
-
};
|
2194
|
-
|
2195
|
-
|
2196
|
-
/**
|
2197
|
-
* Gets the value of the repeated_int64_number field at the index given or the default value if not set.
|
2198
|
-
* @param {number} index The index to lookup.
|
2199
|
-
* @return {number} The value.
|
2200
|
-
*/
|
2201
|
-
proto2.TestAllTypes.prototype.getRepeatedInt64NumberOrDefault = function(index) {
|
2202
|
-
return /** @type {number} */ (this.get$ValueOrDefault(52, index));
|
2203
|
-
};
|
2204
|
-
|
2205
|
-
|
2206
|
-
/**
|
2207
|
-
* Adds a value to the repeated_int64_number field.
|
2208
|
-
* @param {number} value The value to add.
|
2209
|
-
*/
|
2210
|
-
proto2.TestAllTypes.prototype.addRepeatedInt64Number = function(value) {
|
2211
|
-
this.add$Value(52, value);
|
2212
|
-
};
|
2213
|
-
|
2214
|
-
|
2215
|
-
/**
|
2216
|
-
* Returns the array of values in the repeated_int64_number field.
|
2217
|
-
* @return {!Array.<number>} The values in the field.
|
2218
|
-
*/
|
2219
|
-
proto2.TestAllTypes.prototype.repeatedInt64NumberArray = function() {
|
2220
|
-
return /** @type {!Array.<number>} */ (this.array$Values(52));
|
2221
|
-
};
|
2222
|
-
|
2223
|
-
|
2224
|
-
/**
|
2225
|
-
* @return {boolean} Whether the repeated_int64_number field has a value.
|
2226
|
-
*/
|
2227
|
-
proto2.TestAllTypes.prototype.hasRepeatedInt64Number = function() {
|
2228
|
-
return this.has$Value(52);
|
2229
|
-
};
|
2230
|
-
|
2231
|
-
|
2232
|
-
/**
|
2233
|
-
* @return {number} The number of values in the repeated_int64_number field.
|
2234
|
-
*/
|
2235
|
-
proto2.TestAllTypes.prototype.repeatedInt64NumberCount = function() {
|
2236
|
-
return this.count$Values(52);
|
2237
|
-
};
|
2238
|
-
|
2239
|
-
|
2240
|
-
/**
|
2241
|
-
* Clears the values in the repeated_int64_number field.
|
2242
|
-
*/
|
2243
|
-
proto2.TestAllTypes.prototype.clearRepeatedInt64Number = function() {
|
2244
|
-
this.clear$Field(52);
|
2245
|
-
};
|
2246
|
-
|
2247
|
-
|
2248
|
-
/**
|
2249
|
-
* Gets the value of the repeated_int64_string field at the index given.
|
2250
|
-
* @param {number} index The index to lookup.
|
2251
|
-
* @return {?string} The value.
|
2252
|
-
*/
|
2253
|
-
proto2.TestAllTypes.prototype.getRepeatedInt64String = function(index) {
|
2254
|
-
return /** @type {?string} */ (this.get$Value(53, index));
|
2255
|
-
};
|
2256
|
-
|
2257
|
-
|
2258
|
-
/**
|
2259
|
-
* Gets the value of the repeated_int64_string field at the index given or the default value if not set.
|
2260
|
-
* @param {number} index The index to lookup.
|
2261
|
-
* @return {string} The value.
|
2262
|
-
*/
|
2263
|
-
proto2.TestAllTypes.prototype.getRepeatedInt64StringOrDefault = function(index) {
|
2264
|
-
return /** @type {string} */ (this.get$ValueOrDefault(53, index));
|
2265
|
-
};
|
2266
|
-
|
2267
|
-
|
2268
|
-
/**
|
2269
|
-
* Adds a value to the repeated_int64_string field.
|
2270
|
-
* @param {string} value The value to add.
|
2271
|
-
*/
|
2272
|
-
proto2.TestAllTypes.prototype.addRepeatedInt64String = function(value) {
|
2273
|
-
this.add$Value(53, value);
|
2274
|
-
};
|
2275
|
-
|
2276
|
-
|
2277
|
-
/**
|
2278
|
-
* Returns the array of values in the repeated_int64_string field.
|
2279
|
-
* @return {!Array.<string>} The values in the field.
|
2280
|
-
*/
|
2281
|
-
proto2.TestAllTypes.prototype.repeatedInt64StringArray = function() {
|
2282
|
-
return /** @type {!Array.<string>} */ (this.array$Values(53));
|
2283
|
-
};
|
2284
|
-
|
2285
|
-
|
2286
|
-
/**
|
2287
|
-
* @return {boolean} Whether the repeated_int64_string field has a value.
|
2288
|
-
*/
|
2289
|
-
proto2.TestAllTypes.prototype.hasRepeatedInt64String = function() {
|
2290
|
-
return this.has$Value(53);
|
2291
|
-
};
|
2292
|
-
|
2293
|
-
|
2294
|
-
/**
|
2295
|
-
* @return {number} The number of values in the repeated_int64_string field.
|
2296
|
-
*/
|
2297
|
-
proto2.TestAllTypes.prototype.repeatedInt64StringCount = function() {
|
2298
|
-
return this.count$Values(53);
|
2299
|
-
};
|
2300
|
-
|
2301
|
-
|
2302
|
-
/**
|
2303
|
-
* Clears the values in the repeated_int64_string field.
|
2304
|
-
*/
|
2305
|
-
proto2.TestAllTypes.prototype.clearRepeatedInt64String = function() {
|
2306
|
-
this.clear$Field(53);
|
2307
|
-
};
|
2308
|
-
|
2309
|
-
|
2310
|
-
/**
|
2311
|
-
* Enumeration NestedEnum.
|
2312
|
-
* @enum {number}
|
2313
|
-
*/
|
2314
|
-
proto2.TestAllTypes.NestedEnum = {
|
2315
|
-
FOO: 1,
|
2316
|
-
BAR: 2,
|
2317
|
-
BAZ: 3
|
2318
|
-
};
|
2319
|
-
|
2320
|
-
|
2321
|
-
|
2322
|
-
/**
|
2323
|
-
* Message NestedMessage.
|
2324
|
-
* @constructor
|
2325
|
-
* @extends {goog.proto2.Message}
|
2326
|
-
*/
|
2327
|
-
proto2.TestAllTypes.NestedMessage = function() {
|
2328
|
-
goog.proto2.Message.apply(this);
|
2329
|
-
};
|
2330
|
-
goog.inherits(proto2.TestAllTypes.NestedMessage, goog.proto2.Message);
|
2331
|
-
|
2332
|
-
|
2333
|
-
/**
|
2334
|
-
* Overrides {@link goog.proto2.Message#clone} to specify its exact return type.
|
2335
|
-
* @return {!proto2.TestAllTypes.NestedMessage} The cloned message.
|
2336
|
-
* @override
|
2337
|
-
*/
|
2338
|
-
proto2.TestAllTypes.NestedMessage.prototype.clone;
|
2339
|
-
|
2340
|
-
|
2341
|
-
/**
|
2342
|
-
* Gets the value of the b field.
|
2343
|
-
* @return {?number} The value.
|
2344
|
-
*/
|
2345
|
-
proto2.TestAllTypes.NestedMessage.prototype.getB = function() {
|
2346
|
-
return /** @type {?number} */ (this.get$Value(1));
|
2347
|
-
};
|
2348
|
-
|
2349
|
-
|
2350
|
-
/**
|
2351
|
-
* Gets the value of the b field or the default value if not set.
|
2352
|
-
* @return {number} The value.
|
2353
|
-
*/
|
2354
|
-
proto2.TestAllTypes.NestedMessage.prototype.getBOrDefault = function() {
|
2355
|
-
return /** @type {number} */ (this.get$ValueOrDefault(1));
|
2356
|
-
};
|
2357
|
-
|
2358
|
-
|
2359
|
-
/**
|
2360
|
-
* Sets the value of the b field.
|
2361
|
-
* @param {number} value The value.
|
2362
|
-
*/
|
2363
|
-
proto2.TestAllTypes.NestedMessage.prototype.setB = function(value) {
|
2364
|
-
this.set$Value(1, value);
|
2365
|
-
};
|
2366
|
-
|
2367
|
-
|
2368
|
-
/**
|
2369
|
-
* @return {boolean} Whether the b field has a value.
|
2370
|
-
*/
|
2371
|
-
proto2.TestAllTypes.NestedMessage.prototype.hasB = function() {
|
2372
|
-
return this.has$Value(1);
|
2373
|
-
};
|
2374
|
-
|
2375
|
-
|
2376
|
-
/**
|
2377
|
-
* @return {number} The number of values in the b field.
|
2378
|
-
*/
|
2379
|
-
proto2.TestAllTypes.NestedMessage.prototype.bCount = function() {
|
2380
|
-
return this.count$Values(1);
|
2381
|
-
};
|
2382
|
-
|
2383
|
-
|
2384
|
-
/**
|
2385
|
-
* Clears the values in the b field.
|
2386
|
-
*/
|
2387
|
-
proto2.TestAllTypes.NestedMessage.prototype.clearB = function() {
|
2388
|
-
this.clear$Field(1);
|
2389
|
-
};
|
2390
|
-
|
2391
|
-
|
2392
|
-
|
2393
|
-
/**
|
2394
|
-
* Message OptionalGroup.
|
2395
|
-
* @constructor
|
2396
|
-
* @extends {goog.proto2.Message}
|
2397
|
-
*/
|
2398
|
-
proto2.TestAllTypes.OptionalGroup = function() {
|
2399
|
-
goog.proto2.Message.apply(this);
|
2400
|
-
};
|
2401
|
-
goog.inherits(proto2.TestAllTypes.OptionalGroup, goog.proto2.Message);
|
2402
|
-
|
2403
|
-
|
2404
|
-
/**
|
2405
|
-
* Overrides {@link goog.proto2.Message#clone} to specify its exact return type.
|
2406
|
-
* @return {!proto2.TestAllTypes.OptionalGroup} The cloned message.
|
2407
|
-
* @override
|
2408
|
-
*/
|
2409
|
-
proto2.TestAllTypes.OptionalGroup.prototype.clone;
|
2410
|
-
|
2411
|
-
|
2412
|
-
/**
|
2413
|
-
* Gets the value of the a field.
|
2414
|
-
* @return {?number} The value.
|
2415
|
-
*/
|
2416
|
-
proto2.TestAllTypes.OptionalGroup.prototype.getA = function() {
|
2417
|
-
return /** @type {?number} */ (this.get$Value(17));
|
2418
|
-
};
|
2419
|
-
|
2420
|
-
|
2421
|
-
/**
|
2422
|
-
* Gets the value of the a field or the default value if not set.
|
2423
|
-
* @return {number} The value.
|
2424
|
-
*/
|
2425
|
-
proto2.TestAllTypes.OptionalGroup.prototype.getAOrDefault = function() {
|
2426
|
-
return /** @type {number} */ (this.get$ValueOrDefault(17));
|
2427
|
-
};
|
2428
|
-
|
2429
|
-
|
2430
|
-
/**
|
2431
|
-
* Sets the value of the a field.
|
2432
|
-
* @param {number} value The value.
|
2433
|
-
*/
|
2434
|
-
proto2.TestAllTypes.OptionalGroup.prototype.setA = function(value) {
|
2435
|
-
this.set$Value(17, value);
|
2436
|
-
};
|
2437
|
-
|
2438
|
-
|
2439
|
-
/**
|
2440
|
-
* @return {boolean} Whether the a field has a value.
|
2441
|
-
*/
|
2442
|
-
proto2.TestAllTypes.OptionalGroup.prototype.hasA = function() {
|
2443
|
-
return this.has$Value(17);
|
2444
|
-
};
|
2445
|
-
|
2446
|
-
|
2447
|
-
/**
|
2448
|
-
* @return {number} The number of values in the a field.
|
2449
|
-
*/
|
2450
|
-
proto2.TestAllTypes.OptionalGroup.prototype.aCount = function() {
|
2451
|
-
return this.count$Values(17);
|
2452
|
-
};
|
2453
|
-
|
2454
|
-
|
2455
|
-
/**
|
2456
|
-
* Clears the values in the a field.
|
2457
|
-
*/
|
2458
|
-
proto2.TestAllTypes.OptionalGroup.prototype.clearA = function() {
|
2459
|
-
this.clear$Field(17);
|
2460
|
-
};
|
2461
|
-
|
2462
|
-
|
2463
|
-
|
2464
|
-
/**
|
2465
|
-
* Message RepeatedGroup.
|
2466
|
-
* @constructor
|
2467
|
-
* @extends {goog.proto2.Message}
|
2468
|
-
*/
|
2469
|
-
proto2.TestAllTypes.RepeatedGroup = function() {
|
2470
|
-
goog.proto2.Message.apply(this);
|
2471
|
-
};
|
2472
|
-
goog.inherits(proto2.TestAllTypes.RepeatedGroup, goog.proto2.Message);
|
2473
|
-
|
2474
|
-
|
2475
|
-
/**
|
2476
|
-
* Overrides {@link goog.proto2.Message#clone} to specify its exact return type.
|
2477
|
-
* @return {!proto2.TestAllTypes.RepeatedGroup} The cloned message.
|
2478
|
-
* @override
|
2479
|
-
*/
|
2480
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.clone;
|
2481
|
-
|
2482
|
-
|
2483
|
-
/**
|
2484
|
-
* Gets the value of the a field at the index given.
|
2485
|
-
* @param {number} index The index to lookup.
|
2486
|
-
* @return {?number} The value.
|
2487
|
-
*/
|
2488
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.getA = function(index) {
|
2489
|
-
return /** @type {?number} */ (this.get$Value(47, index));
|
2490
|
-
};
|
2491
|
-
|
2492
|
-
|
2493
|
-
/**
|
2494
|
-
* Gets the value of the a field at the index given or the default value if not set.
|
2495
|
-
* @param {number} index The index to lookup.
|
2496
|
-
* @return {number} The value.
|
2497
|
-
*/
|
2498
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.getAOrDefault = function(index) {
|
2499
|
-
return /** @type {number} */ (this.get$ValueOrDefault(47, index));
|
2500
|
-
};
|
2501
|
-
|
2502
|
-
|
2503
|
-
/**
|
2504
|
-
* Adds a value to the a field.
|
2505
|
-
* @param {number} value The value to add.
|
2506
|
-
*/
|
2507
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.addA = function(value) {
|
2508
|
-
this.add$Value(47, value);
|
2509
|
-
};
|
2510
|
-
|
2511
|
-
|
2512
|
-
/**
|
2513
|
-
* Returns the array of values in the a field.
|
2514
|
-
* @return {!Array.<number>} The values in the field.
|
2515
|
-
*/
|
2516
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.aArray = function() {
|
2517
|
-
return /** @type {!Array.<number>} */ (this.array$Values(47));
|
2518
|
-
};
|
2519
|
-
|
2520
|
-
|
2521
|
-
/**
|
2522
|
-
* @return {boolean} Whether the a field has a value.
|
2523
|
-
*/
|
2524
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.hasA = function() {
|
2525
|
-
return this.has$Value(47);
|
2526
|
-
};
|
2527
|
-
|
2528
|
-
|
2529
|
-
/**
|
2530
|
-
* @return {number} The number of values in the a field.
|
2531
|
-
*/
|
2532
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.aCount = function() {
|
2533
|
-
return this.count$Values(47);
|
2534
|
-
};
|
2535
|
-
|
2536
|
-
|
2537
|
-
/**
|
2538
|
-
* Clears the values in the a field.
|
2539
|
-
*/
|
2540
|
-
proto2.TestAllTypes.RepeatedGroup.prototype.clearA = function() {
|
2541
|
-
this.clear$Field(47);
|
2542
|
-
};
|
2543
|
-
|
2544
|
-
|
2545
|
-
goog.proto2.Message.set$Metadata(proto2.TestAllTypes, {
|
2546
|
-
0: {
|
2547
|
-
name: 'TestAllTypes',
|
2548
|
-
fullName: 'TestAllTypes'
|
2549
|
-
},
|
2550
|
-
1: {
|
2551
|
-
name: 'optional_int32',
|
2552
|
-
fieldType: goog.proto2.Message.FieldType.INT32,
|
2553
|
-
type: Number
|
2554
|
-
},
|
2555
|
-
2: {
|
2556
|
-
name: 'optional_int64',
|
2557
|
-
fieldType: goog.proto2.Message.FieldType.INT64,
|
2558
|
-
defaultValue: '1',
|
2559
|
-
type: String
|
2560
|
-
},
|
2561
|
-
3: {
|
2562
|
-
name: 'optional_uint32',
|
2563
|
-
fieldType: goog.proto2.Message.FieldType.UINT32,
|
2564
|
-
type: Number
|
2565
|
-
},
|
2566
|
-
4: {
|
2567
|
-
name: 'optional_uint64',
|
2568
|
-
fieldType: goog.proto2.Message.FieldType.UINT64,
|
2569
|
-
type: String
|
2570
|
-
},
|
2571
|
-
5: {
|
2572
|
-
name: 'optional_sint32',
|
2573
|
-
fieldType: goog.proto2.Message.FieldType.SINT32,
|
2574
|
-
type: Number
|
2575
|
-
},
|
2576
|
-
6: {
|
2577
|
-
name: 'optional_sint64',
|
2578
|
-
fieldType: goog.proto2.Message.FieldType.SINT64,
|
2579
|
-
type: String
|
2580
|
-
},
|
2581
|
-
7: {
|
2582
|
-
name: 'optional_fixed32',
|
2583
|
-
fieldType: goog.proto2.Message.FieldType.FIXED32,
|
2584
|
-
type: Number
|
2585
|
-
},
|
2586
|
-
8: {
|
2587
|
-
name: 'optional_fixed64',
|
2588
|
-
fieldType: goog.proto2.Message.FieldType.FIXED64,
|
2589
|
-
type: String
|
2590
|
-
},
|
2591
|
-
9: {
|
2592
|
-
name: 'optional_sfixed32',
|
2593
|
-
fieldType: goog.proto2.Message.FieldType.SFIXED32,
|
2594
|
-
type: Number
|
2595
|
-
},
|
2596
|
-
10: {
|
2597
|
-
name: 'optional_sfixed64',
|
2598
|
-
fieldType: goog.proto2.Message.FieldType.SFIXED64,
|
2599
|
-
type: String
|
2600
|
-
},
|
2601
|
-
11: {
|
2602
|
-
name: 'optional_float',
|
2603
|
-
fieldType: goog.proto2.Message.FieldType.FLOAT,
|
2604
|
-
defaultValue: 1.5,
|
2605
|
-
type: Number
|
2606
|
-
},
|
2607
|
-
12: {
|
2608
|
-
name: 'optional_double',
|
2609
|
-
fieldType: goog.proto2.Message.FieldType.DOUBLE,
|
2610
|
-
type: Number
|
2611
|
-
},
|
2612
|
-
13: {
|
2613
|
-
name: 'optional_bool',
|
2614
|
-
fieldType: goog.proto2.Message.FieldType.BOOL,
|
2615
|
-
type: Boolean
|
2616
|
-
},
|
2617
|
-
14: {
|
2618
|
-
name: 'optional_string',
|
2619
|
-
fieldType: goog.proto2.Message.FieldType.STRING,
|
2620
|
-
type: String
|
2621
|
-
},
|
2622
|
-
15: {
|
2623
|
-
name: 'optional_bytes',
|
2624
|
-
fieldType: goog.proto2.Message.FieldType.BYTES,
|
2625
|
-
defaultValue: 'moo',
|
2626
|
-
type: String
|
2627
|
-
},
|
2628
|
-
16: {
|
2629
|
-
name: 'optionalgroup',
|
2630
|
-
fieldType: goog.proto2.Message.FieldType.GROUP,
|
2631
|
-
type: proto2.TestAllTypes.OptionalGroup
|
2632
|
-
},
|
2633
|
-
18: {
|
2634
|
-
name: 'optional_nested_message',
|
2635
|
-
fieldType: goog.proto2.Message.FieldType.MESSAGE,
|
2636
|
-
type: proto2.TestAllTypes.NestedMessage
|
2637
|
-
},
|
2638
|
-
21: {
|
2639
|
-
name: 'optional_nested_enum',
|
2640
|
-
fieldType: goog.proto2.Message.FieldType.ENUM,
|
2641
|
-
defaultValue: proto2.TestAllTypes.NestedEnum.FOO,
|
2642
|
-
type: proto2.TestAllTypes.NestedEnum
|
2643
|
-
},
|
2644
|
-
50: {
|
2645
|
-
name: 'optional_int64_number',
|
2646
|
-
fieldType: goog.proto2.Message.FieldType.INT64,
|
2647
|
-
defaultValue: 1000000000000000001,
|
2648
|
-
type: Number
|
2649
|
-
},
|
2650
|
-
51: {
|
2651
|
-
name: 'optional_int64_string',
|
2652
|
-
fieldType: goog.proto2.Message.FieldType.INT64,
|
2653
|
-
defaultValue: '1000000000000000001',
|
2654
|
-
type: String
|
2655
|
-
},
|
2656
|
-
31: {
|
2657
|
-
name: 'repeated_int32',
|
2658
|
-
repeated: true,
|
2659
|
-
fieldType: goog.proto2.Message.FieldType.INT32,
|
2660
|
-
type: Number
|
2661
|
-
},
|
2662
|
-
32: {
|
2663
|
-
name: 'repeated_int64',
|
2664
|
-
repeated: true,
|
2665
|
-
fieldType: goog.proto2.Message.FieldType.INT64,
|
2666
|
-
type: String
|
2667
|
-
},
|
2668
|
-
33: {
|
2669
|
-
name: 'repeated_uint32',
|
2670
|
-
repeated: true,
|
2671
|
-
fieldType: goog.proto2.Message.FieldType.UINT32,
|
2672
|
-
type: Number
|
2673
|
-
},
|
2674
|
-
34: {
|
2675
|
-
name: 'repeated_uint64',
|
2676
|
-
repeated: true,
|
2677
|
-
fieldType: goog.proto2.Message.FieldType.UINT64,
|
2678
|
-
type: String
|
2679
|
-
},
|
2680
|
-
35: {
|
2681
|
-
name: 'repeated_sint32',
|
2682
|
-
repeated: true,
|
2683
|
-
fieldType: goog.proto2.Message.FieldType.SINT32,
|
2684
|
-
type: Number
|
2685
|
-
},
|
2686
|
-
36: {
|
2687
|
-
name: 'repeated_sint64',
|
2688
|
-
repeated: true,
|
2689
|
-
fieldType: goog.proto2.Message.FieldType.SINT64,
|
2690
|
-
type: String
|
2691
|
-
},
|
2692
|
-
37: {
|
2693
|
-
name: 'repeated_fixed32',
|
2694
|
-
repeated: true,
|
2695
|
-
fieldType: goog.proto2.Message.FieldType.FIXED32,
|
2696
|
-
type: Number
|
2697
|
-
},
|
2698
|
-
38: {
|
2699
|
-
name: 'repeated_fixed64',
|
2700
|
-
repeated: true,
|
2701
|
-
fieldType: goog.proto2.Message.FieldType.FIXED64,
|
2702
|
-
type: String
|
2703
|
-
},
|
2704
|
-
39: {
|
2705
|
-
name: 'repeated_sfixed32',
|
2706
|
-
repeated: true,
|
2707
|
-
fieldType: goog.proto2.Message.FieldType.SFIXED32,
|
2708
|
-
type: Number
|
2709
|
-
},
|
2710
|
-
40: {
|
2711
|
-
name: 'repeated_sfixed64',
|
2712
|
-
repeated: true,
|
2713
|
-
fieldType: goog.proto2.Message.FieldType.SFIXED64,
|
2714
|
-
type: String
|
2715
|
-
},
|
2716
|
-
41: {
|
2717
|
-
name: 'repeated_float',
|
2718
|
-
repeated: true,
|
2719
|
-
fieldType: goog.proto2.Message.FieldType.FLOAT,
|
2720
|
-
type: Number
|
2721
|
-
},
|
2722
|
-
42: {
|
2723
|
-
name: 'repeated_double',
|
2724
|
-
repeated: true,
|
2725
|
-
fieldType: goog.proto2.Message.FieldType.DOUBLE,
|
2726
|
-
type: Number
|
2727
|
-
},
|
2728
|
-
43: {
|
2729
|
-
name: 'repeated_bool',
|
2730
|
-
repeated: true,
|
2731
|
-
fieldType: goog.proto2.Message.FieldType.BOOL,
|
2732
|
-
type: Boolean
|
2733
|
-
},
|
2734
|
-
44: {
|
2735
|
-
name: 'repeated_string',
|
2736
|
-
repeated: true,
|
2737
|
-
fieldType: goog.proto2.Message.FieldType.STRING,
|
2738
|
-
type: String
|
2739
|
-
},
|
2740
|
-
45: {
|
2741
|
-
name: 'repeated_bytes',
|
2742
|
-
repeated: true,
|
2743
|
-
fieldType: goog.proto2.Message.FieldType.BYTES,
|
2744
|
-
type: String
|
2745
|
-
},
|
2746
|
-
46: {
|
2747
|
-
name: 'repeatedgroup',
|
2748
|
-
repeated: true,
|
2749
|
-
fieldType: goog.proto2.Message.FieldType.GROUP,
|
2750
|
-
type: proto2.TestAllTypes.RepeatedGroup
|
2751
|
-
},
|
2752
|
-
48: {
|
2753
|
-
name: 'repeated_nested_message',
|
2754
|
-
repeated: true,
|
2755
|
-
fieldType: goog.proto2.Message.FieldType.MESSAGE,
|
2756
|
-
type: proto2.TestAllTypes.NestedMessage
|
2757
|
-
},
|
2758
|
-
49: {
|
2759
|
-
name: 'repeated_nested_enum',
|
2760
|
-
repeated: true,
|
2761
|
-
fieldType: goog.proto2.Message.FieldType.ENUM,
|
2762
|
-
defaultValue: proto2.TestAllTypes.NestedEnum.FOO,
|
2763
|
-
type: proto2.TestAllTypes.NestedEnum
|
2764
|
-
},
|
2765
|
-
52: {
|
2766
|
-
name: 'repeated_int64_number',
|
2767
|
-
repeated: true,
|
2768
|
-
fieldType: goog.proto2.Message.FieldType.INT64,
|
2769
|
-
type: Number
|
2770
|
-
},
|
2771
|
-
53: {
|
2772
|
-
name: 'repeated_int64_string',
|
2773
|
-
repeated: true,
|
2774
|
-
fieldType: goog.proto2.Message.FieldType.INT64,
|
2775
|
-
type: String
|
2776
|
-
}
|
2777
|
-
});
|
2778
|
-
|
2779
|
-
|
2780
|
-
goog.proto2.Message.set$Metadata(proto2.TestAllTypes.NestedMessage, {
|
2781
|
-
0: {
|
2782
|
-
name: 'NestedMessage',
|
2783
|
-
containingType: proto2.TestAllTypes,
|
2784
|
-
fullName: 'TestAllTypes.NestedMessage'
|
2785
|
-
},
|
2786
|
-
1: {
|
2787
|
-
name: 'b',
|
2788
|
-
fieldType: goog.proto2.Message.FieldType.INT32,
|
2789
|
-
type: Number
|
2790
|
-
}
|
2791
|
-
});
|
2792
|
-
|
2793
|
-
|
2794
|
-
goog.proto2.Message.set$Metadata(proto2.TestAllTypes.OptionalGroup, {
|
2795
|
-
0: {
|
2796
|
-
name: 'OptionalGroup',
|
2797
|
-
containingType: proto2.TestAllTypes,
|
2798
|
-
fullName: 'TestAllTypes.OptionalGroup'
|
2799
|
-
},
|
2800
|
-
17: {
|
2801
|
-
name: 'a',
|
2802
|
-
fieldType: goog.proto2.Message.FieldType.INT32,
|
2803
|
-
type: Number
|
2804
|
-
}
|
2805
|
-
});
|
2806
|
-
|
2807
|
-
|
2808
|
-
goog.proto2.Message.set$Metadata(proto2.TestAllTypes.RepeatedGroup, {
|
2809
|
-
0: {
|
2810
|
-
name: 'RepeatedGroup',
|
2811
|
-
containingType: proto2.TestAllTypes,
|
2812
|
-
fullName: 'TestAllTypes.RepeatedGroup'
|
2813
|
-
},
|
2814
|
-
47: {
|
2815
|
-
name: 'a',
|
2816
|
-
repeated: true,
|
2817
|
-
fieldType: goog.proto2.Message.FieldType.INT32,
|
2818
|
-
type: Number
|
2819
|
-
}
|
2820
|
-
});
|