You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7762 lines
345 KiB

8 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="theme-color" content="#375EAB">
  7. <title>testdata - The Go Programming Language</title>
  8. <link type="text/css" rel="stylesheet" href="../../../../../../lib/godoc/style.css">
  9. <link rel="stylesheet" href="../../../../../../lib/godoc/jquery.treeview.css">
  10. <script type="text/javascript">window.initFuncs = [];</script>
  11. </head>
  12. <body>
  13. <div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;">
  14. ...
  15. </div><!-- #lowframe -->
  16. <div id="topbar" class="wide"><div class="container">
  17. <div class="top-heading" id="heading-wide"><a href="http://localhost:6060/">The Go Programming Language</a></div>
  18. <div class="top-heading" id="heading-narrow"><a href="http://localhost:6060/">Go</a></div>
  19. <a href="index.html#" id="menu-button"><span id="menu-button-arrow">&#9661;</span></a>
  20. <form method="GET" action="http://localhost:6060/search">
  21. <div id="menu">
  22. <a href="http://localhost:6060/doc/">Documents</a>
  23. <a href="http://localhost:6060/pkg/">Packages</a>
  24. <a href="http://localhost:6060/project/">The Project</a>
  25. <a href="http://localhost:6060/help/">Help</a>
  26. <a href="http://localhost:6060/blog/">Blog</a>
  27. <input type="text" id="search" name="q" class="inactive" value="Search" placeholder="Search">
  28. </div>
  29. </form>
  30. </div></div>
  31. <div id="page" class="wide">
  32. <div class="container">
  33. <h1>Package testdata</h1>
  34. <div id="nav"></div>
  35. <!--
  36. Copyright 2009 The Go Authors. All rights reserved.
  37. Use of this source code is governed by a BSD-style
  38. license that can be found in the LICENSE file.
  39. -->
  40. <!--
  41. Note: Static (i.e., not template-generated) href and id
  42. attributes start with "pkg-" to make it impossible for
  43. them to conflict with generated attributes (some of which
  44. correspond to Go identifiers).
  45. -->
  46. <script type='text/javascript'>
  47. document.ANALYSIS_DATA = null;
  48. document.CALLGRAPH = null;
  49. </script>
  50. <div id="short-nav">
  51. <dl>
  52. <dd><code>import "github.com/golang/protobuf/proto/testdata"</code></dd>
  53. </dl>
  54. <dl>
  55. <dd><a href="index.html#pkg-overview" class="overviewLink">Overview</a></dd>
  56. <dd><a href="index.html#pkg-index" class="indexLink">Index</a></dd>
  57. </dl>
  58. </div>
  59. <!-- The package's Name is printed as title by the top-level template -->
  60. <div id="pkg-overview" class="toggleVisible">
  61. <div class="collapsed">
  62. <h2 class="toggleButton" title="Click to show Overview section">Overview ▹</h2>
  63. </div>
  64. <div class="expanded">
  65. <h2 class="toggleButton" title="Click to hide Overview section">Overview ▾</h2>
  66. <p>
  67. Package testdata is a generated protocol buffer package.
  68. </p>
  69. <p>
  70. It is generated from these files:
  71. </p>
  72. <pre>test.proto
  73. </pre>
  74. <p>
  75. It has these top-level messages:
  76. </p>
  77. <pre>GoEnum
  78. GoTestField
  79. GoTest
  80. GoTestRequiredGroupField
  81. GoSkipTest
  82. NonPackedTest
  83. PackedTest
  84. MaxTag
  85. OldMessage
  86. NewMessage
  87. InnerMessage
  88. OtherMessage
  89. RequiredInnerMessage
  90. MyMessage
  91. Ext
  92. ComplexExtension
  93. DefaultsMessage
  94. MyMessageSet
  95. Empty
  96. MessageList
  97. Strings
  98. Defaults
  99. SubDefaults
  100. RepeatedEnum
  101. MoreRepeated
  102. GroupOld
  103. GroupNew
  104. FloatingPoint
  105. MessageWithMap
  106. Oneof
  107. Communique
  108. </pre>
  109. </div>
  110. </div>
  111. <div id="pkg-index" class="toggleVisible">
  112. <div class="collapsed">
  113. <h2 class="toggleButton" title="Click to show Index section">Index ▹</h2>
  114. </div>
  115. <div class="expanded">
  116. <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
  117. <!-- Table of contents for API; must be named manual-nav to turn off auto nav. -->
  118. <div id="manual-nav">
  119. <dl>
  120. <dd><a href="index.html#pkg-constants">Constants</a></dd>
  121. <dd><a href="index.html#pkg-variables">Variables</a></dd>
  122. <dd><a href="index.html#Communique">type Communique</a></dd>
  123. <dd>&nbsp; &nbsp; <a href="index.html#Communique.Descriptor">func (*Communique) Descriptor() ([]byte, []int)</a></dd>
  124. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetCol">func (m *Communique) GetCol() MyMessage_Color</a></dd>
  125. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetData">func (m *Communique) GetData() []byte</a></dd>
  126. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetMakeMeCry">func (m *Communique) GetMakeMeCry() bool</a></dd>
  127. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetMsg">func (m *Communique) GetMsg() *Strings</a></dd>
  128. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetName">func (m *Communique) GetName() string</a></dd>
  129. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetNumber">func (m *Communique) GetNumber() int32</a></dd>
  130. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetTempC">func (m *Communique) GetTempC() float64</a></dd>
  131. <dd>&nbsp; &nbsp; <a href="index.html#Communique.GetUnion">func (m *Communique) GetUnion() isCommunique_Union</a></dd>
  132. <dd>&nbsp; &nbsp; <a href="index.html#Communique.ProtoMessage">func (*Communique) ProtoMessage()</a></dd>
  133. <dd>&nbsp; &nbsp; <a href="index.html#Communique.Reset">func (m *Communique) Reset()</a></dd>
  134. <dd>&nbsp; &nbsp; <a href="index.html#Communique.String">func (m *Communique) String() string</a></dd>
  135. <dd>&nbsp; &nbsp; <a href="index.html#Communique.XXX_OneofFuncs">func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})</a></dd>
  136. <dd><a href="index.html#Communique_Col">type Communique_Col</a></dd>
  137. <dd><a href="index.html#Communique_Data">type Communique_Data</a></dd>
  138. <dd><a href="index.html#Communique_Msg">type Communique_Msg</a></dd>
  139. <dd><a href="index.html#Communique_Name">type Communique_Name</a></dd>
  140. <dd><a href="index.html#Communique_Number">type Communique_Number</a></dd>
  141. <dd><a href="index.html#Communique_TempC">type Communique_TempC</a></dd>
  142. <dd><a href="index.html#ComplexExtension">type ComplexExtension</a></dd>
  143. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.Descriptor">func (*ComplexExtension) Descriptor() ([]byte, []int)</a></dd>
  144. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.GetFirst">func (m *ComplexExtension) GetFirst() int32</a></dd>
  145. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.GetSecond">func (m *ComplexExtension) GetSecond() int32</a></dd>
  146. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.GetThird">func (m *ComplexExtension) GetThird() []int32</a></dd>
  147. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.ProtoMessage">func (*ComplexExtension) ProtoMessage()</a></dd>
  148. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.Reset">func (m *ComplexExtension) Reset()</a></dd>
  149. <dd>&nbsp; &nbsp; <a href="index.html#ComplexExtension.String">func (m *ComplexExtension) String() string</a></dd>
  150. <dd><a href="index.html#Defaults">type Defaults</a></dd>
  151. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.Descriptor">func (*Defaults) Descriptor() ([]byte, []int)</a></dd>
  152. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Bool">func (m *Defaults) GetF_Bool() bool</a></dd>
  153. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Bytes">func (m *Defaults) GetF_Bytes() []byte</a></dd>
  154. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Double">func (m *Defaults) GetF_Double() float64</a></dd>
  155. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Enum">func (m *Defaults) GetF_Enum() Defaults_Color</a></dd>
  156. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Fixed32">func (m *Defaults) GetF_Fixed32() uint32</a></dd>
  157. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Fixed64">func (m *Defaults) GetF_Fixed64() uint64</a></dd>
  158. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Float">func (m *Defaults) GetF_Float() float32</a></dd>
  159. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Int32">func (m *Defaults) GetF_Int32() int32</a></dd>
  160. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Int64">func (m *Defaults) GetF_Int64() int64</a></dd>
  161. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Nan">func (m *Defaults) GetF_Nan() float32</a></dd>
  162. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Ninf">func (m *Defaults) GetF_Ninf() float32</a></dd>
  163. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Pinf">func (m *Defaults) GetF_Pinf() float32</a></dd>
  164. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Sint32">func (m *Defaults) GetF_Sint32() int32</a></dd>
  165. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Sint64">func (m *Defaults) GetF_Sint64() int64</a></dd>
  166. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_String">func (m *Defaults) GetF_String() string</a></dd>
  167. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Uint32">func (m *Defaults) GetF_Uint32() uint32</a></dd>
  168. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetF_Uint64">func (m *Defaults) GetF_Uint64() uint64</a></dd>
  169. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetStrZero">func (m *Defaults) GetStrZero() string</a></dd>
  170. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.GetSub">func (m *Defaults) GetSub() *SubDefaults</a></dd>
  171. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.ProtoMessage">func (*Defaults) ProtoMessage()</a></dd>
  172. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.Reset">func (m *Defaults) Reset()</a></dd>
  173. <dd>&nbsp; &nbsp; <a href="index.html#Defaults.String">func (m *Defaults) String() string</a></dd>
  174. <dd><a href="index.html#DefaultsMessage">type DefaultsMessage</a></dd>
  175. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage.Descriptor">func (*DefaultsMessage) Descriptor() ([]byte, []int)</a></dd>
  176. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage.ExtensionRangeArray">func (*DefaultsMessage) ExtensionRangeArray() []proto.ExtensionRange</a></dd>
  177. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage.ProtoMessage">func (*DefaultsMessage) ProtoMessage()</a></dd>
  178. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage.Reset">func (m *DefaultsMessage) Reset()</a></dd>
  179. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage.String">func (m *DefaultsMessage) String() string</a></dd>
  180. <dd><a href="index.html#DefaultsMessage_DefaultsEnum">type DefaultsMessage_DefaultsEnum</a></dd>
  181. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage_DefaultsEnum.Enum">func (x DefaultsMessage_DefaultsEnum) Enum() *DefaultsMessage_DefaultsEnum</a></dd>
  182. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage_DefaultsEnum.EnumDescriptor">func (DefaultsMessage_DefaultsEnum) EnumDescriptor() ([]byte, []int)</a></dd>
  183. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage_DefaultsEnum.String">func (x DefaultsMessage_DefaultsEnum) String() string</a></dd>
  184. <dd>&nbsp; &nbsp; <a href="index.html#DefaultsMessage_DefaultsEnum.UnmarshalJSON">func (x *DefaultsMessage_DefaultsEnum) UnmarshalJSON(data []byte) error</a></dd>
  185. <dd><a href="index.html#Defaults_Color">type Defaults_Color</a></dd>
  186. <dd>&nbsp; &nbsp; <a href="index.html#Defaults_Color.Enum">func (x Defaults_Color) Enum() *Defaults_Color</a></dd>
  187. <dd>&nbsp; &nbsp; <a href="index.html#Defaults_Color.EnumDescriptor">func (Defaults_Color) EnumDescriptor() ([]byte, []int)</a></dd>
  188. <dd>&nbsp; &nbsp; <a href="index.html#Defaults_Color.String">func (x Defaults_Color) String() string</a></dd>
  189. <dd>&nbsp; &nbsp; <a href="index.html#Defaults_Color.UnmarshalJSON">func (x *Defaults_Color) UnmarshalJSON(data []byte) error</a></dd>
  190. <dd><a href="index.html#Empty">type Empty</a></dd>
  191. <dd>&nbsp; &nbsp; <a href="index.html#Empty.Descriptor">func (*Empty) Descriptor() ([]byte, []int)</a></dd>
  192. <dd>&nbsp; &nbsp; <a href="index.html#Empty.ProtoMessage">func (*Empty) ProtoMessage()</a></dd>
  193. <dd>&nbsp; &nbsp; <a href="index.html#Empty.Reset">func (m *Empty) Reset()</a></dd>
  194. <dd>&nbsp; &nbsp; <a href="index.html#Empty.String">func (m *Empty) String() string</a></dd>
  195. <dd><a href="index.html#Ext">type Ext</a></dd>
  196. <dd>&nbsp; &nbsp; <a href="index.html#Ext.Descriptor">func (*Ext) Descriptor() ([]byte, []int)</a></dd>
  197. <dd>&nbsp; &nbsp; <a href="index.html#Ext.GetData">func (m *Ext) GetData() string</a></dd>
  198. <dd>&nbsp; &nbsp; <a href="index.html#Ext.ProtoMessage">func (*Ext) ProtoMessage()</a></dd>
  199. <dd>&nbsp; &nbsp; <a href="index.html#Ext.Reset">func (m *Ext) Reset()</a></dd>
  200. <dd>&nbsp; &nbsp; <a href="index.html#Ext.String">func (m *Ext) String() string</a></dd>
  201. <dd><a href="index.html#FOO">type FOO</a></dd>
  202. <dd>&nbsp; &nbsp; <a href="index.html#FOO.Enum">func (x FOO) Enum() *FOO</a></dd>
  203. <dd>&nbsp; &nbsp; <a href="index.html#FOO.EnumDescriptor">func (FOO) EnumDescriptor() ([]byte, []int)</a></dd>
  204. <dd>&nbsp; &nbsp; <a href="index.html#FOO.String">func (x FOO) String() string</a></dd>
  205. <dd>&nbsp; &nbsp; <a href="index.html#FOO.UnmarshalJSON">func (x *FOO) UnmarshalJSON(data []byte) error</a></dd>
  206. <dd><a href="index.html#FloatingPoint">type FloatingPoint</a></dd>
  207. <dd>&nbsp; &nbsp; <a href="index.html#FloatingPoint.Descriptor">func (*FloatingPoint) Descriptor() ([]byte, []int)</a></dd>
  208. <dd>&nbsp; &nbsp; <a href="index.html#FloatingPoint.GetExact">func (m *FloatingPoint) GetExact() bool</a></dd>
  209. <dd>&nbsp; &nbsp; <a href="index.html#FloatingPoint.GetF">func (m *FloatingPoint) GetF() float64</a></dd>
  210. <dd>&nbsp; &nbsp; <a href="index.html#FloatingPoint.ProtoMessage">func (*FloatingPoint) ProtoMessage()</a></dd>
  211. <dd>&nbsp; &nbsp; <a href="index.html#FloatingPoint.Reset">func (m *FloatingPoint) Reset()</a></dd>
  212. <dd>&nbsp; &nbsp; <a href="index.html#FloatingPoint.String">func (m *FloatingPoint) String() string</a></dd>
  213. <dd><a href="index.html#GoEnum">type GoEnum</a></dd>
  214. <dd>&nbsp; &nbsp; <a href="index.html#GoEnum.Descriptor">func (*GoEnum) Descriptor() ([]byte, []int)</a></dd>
  215. <dd>&nbsp; &nbsp; <a href="index.html#GoEnum.GetFoo">func (m *GoEnum) GetFoo() FOO</a></dd>
  216. <dd>&nbsp; &nbsp; <a href="index.html#GoEnum.ProtoMessage">func (*GoEnum) ProtoMessage()</a></dd>
  217. <dd>&nbsp; &nbsp; <a href="index.html#GoEnum.Reset">func (m *GoEnum) Reset()</a></dd>
  218. <dd>&nbsp; &nbsp; <a href="index.html#GoEnum.String">func (m *GoEnum) String() string</a></dd>
  219. <dd><a href="index.html#GoSkipTest">type GoSkipTest</a></dd>
  220. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.Descriptor">func (*GoSkipTest) Descriptor() ([]byte, []int)</a></dd>
  221. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.GetSkipFixed32">func (m *GoSkipTest) GetSkipFixed32() uint32</a></dd>
  222. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.GetSkipFixed64">func (m *GoSkipTest) GetSkipFixed64() uint64</a></dd>
  223. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.GetSkipInt32">func (m *GoSkipTest) GetSkipInt32() int32</a></dd>
  224. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.GetSkipString">func (m *GoSkipTest) GetSkipString() string</a></dd>
  225. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.GetSkipgroup">func (m *GoSkipTest) GetSkipgroup() *GoSkipTest_SkipGroup</a></dd>
  226. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.ProtoMessage">func (*GoSkipTest) ProtoMessage()</a></dd>
  227. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.Reset">func (m *GoSkipTest) Reset()</a></dd>
  228. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest.String">func (m *GoSkipTest) String() string</a></dd>
  229. <dd><a href="index.html#GoSkipTest_SkipGroup">type GoSkipTest_SkipGroup</a></dd>
  230. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest_SkipGroup.Descriptor">func (*GoSkipTest_SkipGroup) Descriptor() ([]byte, []int)</a></dd>
  231. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest_SkipGroup.GetGroupInt32">func (m *GoSkipTest_SkipGroup) GetGroupInt32() int32</a></dd>
  232. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest_SkipGroup.GetGroupString">func (m *GoSkipTest_SkipGroup) GetGroupString() string</a></dd>
  233. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest_SkipGroup.ProtoMessage">func (*GoSkipTest_SkipGroup) ProtoMessage()</a></dd>
  234. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest_SkipGroup.Reset">func (m *GoSkipTest_SkipGroup) Reset()</a></dd>
  235. <dd>&nbsp; &nbsp; <a href="index.html#GoSkipTest_SkipGroup.String">func (m *GoSkipTest_SkipGroup) String() string</a></dd>
  236. <dd><a href="index.html#GoTest">type GoTest</a></dd>
  237. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.Descriptor">func (*GoTest) Descriptor() ([]byte, []int)</a></dd>
  238. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BoolDefaulted">func (m *GoTest) GetF_BoolDefaulted() bool</a></dd>
  239. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BoolOptional">func (m *GoTest) GetF_BoolOptional() bool</a></dd>
  240. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BoolRepeated">func (m *GoTest) GetF_BoolRepeated() []bool</a></dd>
  241. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BoolRepeatedPacked">func (m *GoTest) GetF_BoolRepeatedPacked() []bool</a></dd>
  242. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BoolRequired">func (m *GoTest) GetF_BoolRequired() bool</a></dd>
  243. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BytesDefaulted">func (m *GoTest) GetF_BytesDefaulted() []byte</a></dd>
  244. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BytesOptional">func (m *GoTest) GetF_BytesOptional() []byte</a></dd>
  245. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BytesRepeated">func (m *GoTest) GetF_BytesRepeated() [][]byte</a></dd>
  246. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_BytesRequired">func (m *GoTest) GetF_BytesRequired() []byte</a></dd>
  247. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_DoubleDefaulted">func (m *GoTest) GetF_DoubleDefaulted() float64</a></dd>
  248. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_DoubleOptional">func (m *GoTest) GetF_DoubleOptional() float64</a></dd>
  249. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_DoubleRepeated">func (m *GoTest) GetF_DoubleRepeated() []float64</a></dd>
  250. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_DoubleRepeatedPacked">func (m *GoTest) GetF_DoubleRepeatedPacked() []float64</a></dd>
  251. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_DoubleRequired">func (m *GoTest) GetF_DoubleRequired() float64</a></dd>
  252. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed32Defaulted">func (m *GoTest) GetF_Fixed32Defaulted() uint32</a></dd>
  253. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed32Optional">func (m *GoTest) GetF_Fixed32Optional() uint32</a></dd>
  254. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed32Repeated">func (m *GoTest) GetF_Fixed32Repeated() []uint32</a></dd>
  255. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed32RepeatedPacked">func (m *GoTest) GetF_Fixed32RepeatedPacked() []uint32</a></dd>
  256. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed32Required">func (m *GoTest) GetF_Fixed32Required() uint32</a></dd>
  257. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed64Defaulted">func (m *GoTest) GetF_Fixed64Defaulted() uint64</a></dd>
  258. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed64Optional">func (m *GoTest) GetF_Fixed64Optional() uint64</a></dd>
  259. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed64Repeated">func (m *GoTest) GetF_Fixed64Repeated() []uint64</a></dd>
  260. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed64RepeatedPacked">func (m *GoTest) GetF_Fixed64RepeatedPacked() []uint64</a></dd>
  261. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Fixed64Required">func (m *GoTest) GetF_Fixed64Required() uint64</a></dd>
  262. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_FloatDefaulted">func (m *GoTest) GetF_FloatDefaulted() float32</a></dd>
  263. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_FloatOptional">func (m *GoTest) GetF_FloatOptional() float32</a></dd>
  264. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_FloatRepeated">func (m *GoTest) GetF_FloatRepeated() []float32</a></dd>
  265. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_FloatRepeatedPacked">func (m *GoTest) GetF_FloatRepeatedPacked() []float32</a></dd>
  266. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_FloatRequired">func (m *GoTest) GetF_FloatRequired() float32</a></dd>
  267. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int32Defaulted">func (m *GoTest) GetF_Int32Defaulted() int32</a></dd>
  268. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int32Optional">func (m *GoTest) GetF_Int32Optional() int32</a></dd>
  269. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int32Repeated">func (m *GoTest) GetF_Int32Repeated() []int32</a></dd>
  270. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int32RepeatedPacked">func (m *GoTest) GetF_Int32RepeatedPacked() []int32</a></dd>
  271. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int32Required">func (m *GoTest) GetF_Int32Required() int32</a></dd>
  272. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int64Defaulted">func (m *GoTest) GetF_Int64Defaulted() int64</a></dd>
  273. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int64Optional">func (m *GoTest) GetF_Int64Optional() int64</a></dd>
  274. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int64Repeated">func (m *GoTest) GetF_Int64Repeated() []int64</a></dd>
  275. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int64RepeatedPacked">func (m *GoTest) GetF_Int64RepeatedPacked() []int64</a></dd>
  276. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Int64Required">func (m *GoTest) GetF_Int64Required() int64</a></dd>
  277. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint32Defaulted">func (m *GoTest) GetF_Sint32Defaulted() int32</a></dd>
  278. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint32Optional">func (m *GoTest) GetF_Sint32Optional() int32</a></dd>
  279. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint32Repeated">func (m *GoTest) GetF_Sint32Repeated() []int32</a></dd>
  280. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint32RepeatedPacked">func (m *GoTest) GetF_Sint32RepeatedPacked() []int32</a></dd>
  281. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint32Required">func (m *GoTest) GetF_Sint32Required() int32</a></dd>
  282. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint64Defaulted">func (m *GoTest) GetF_Sint64Defaulted() int64</a></dd>
  283. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint64Optional">func (m *GoTest) GetF_Sint64Optional() int64</a></dd>
  284. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint64Repeated">func (m *GoTest) GetF_Sint64Repeated() []int64</a></dd>
  285. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint64RepeatedPacked">func (m *GoTest) GetF_Sint64RepeatedPacked() []int64</a></dd>
  286. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Sint64Required">func (m *GoTest) GetF_Sint64Required() int64</a></dd>
  287. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_StringDefaulted">func (m *GoTest) GetF_StringDefaulted() string</a></dd>
  288. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_StringOptional">func (m *GoTest) GetF_StringOptional() string</a></dd>
  289. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_StringRepeated">func (m *GoTest) GetF_StringRepeated() []string</a></dd>
  290. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_StringRequired">func (m *GoTest) GetF_StringRequired() string</a></dd>
  291. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint32Defaulted">func (m *GoTest) GetF_Uint32Defaulted() uint32</a></dd>
  292. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint32Optional">func (m *GoTest) GetF_Uint32Optional() uint32</a></dd>
  293. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint32Repeated">func (m *GoTest) GetF_Uint32Repeated() []uint32</a></dd>
  294. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint32RepeatedPacked">func (m *GoTest) GetF_Uint32RepeatedPacked() []uint32</a></dd>
  295. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint32Required">func (m *GoTest) GetF_Uint32Required() uint32</a></dd>
  296. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint64Defaulted">func (m *GoTest) GetF_Uint64Defaulted() uint64</a></dd>
  297. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint64Optional">func (m *GoTest) GetF_Uint64Optional() uint64</a></dd>
  298. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint64Repeated">func (m *GoTest) GetF_Uint64Repeated() []uint64</a></dd>
  299. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint64RepeatedPacked">func (m *GoTest) GetF_Uint64RepeatedPacked() []uint64</a></dd>
  300. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetF_Uint64Required">func (m *GoTest) GetF_Uint64Required() uint64</a></dd>
  301. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetKind">func (m *GoTest) GetKind() GoTest_KIND</a></dd>
  302. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetOptionalField">func (m *GoTest) GetOptionalField() *GoTestField</a></dd>
  303. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetOptionalgroup">func (m *GoTest) GetOptionalgroup() *GoTest_OptionalGroup</a></dd>
  304. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetParam">func (m *GoTest) GetParam() int32</a></dd>
  305. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetRepeatedField">func (m *GoTest) GetRepeatedField() []*GoTestField</a></dd>
  306. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetRepeatedgroup">func (m *GoTest) GetRepeatedgroup() []*GoTest_RepeatedGroup</a></dd>
  307. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetRequiredField">func (m *GoTest) GetRequiredField() *GoTestField</a></dd>
  308. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetRequiredgroup">func (m *GoTest) GetRequiredgroup() *GoTest_RequiredGroup</a></dd>
  309. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.GetTable">func (m *GoTest) GetTable() string</a></dd>
  310. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.ProtoMessage">func (*GoTest) ProtoMessage()</a></dd>
  311. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.Reset">func (m *GoTest) Reset()</a></dd>
  312. <dd>&nbsp; &nbsp; <a href="index.html#GoTest.String">func (m *GoTest) String() string</a></dd>
  313. <dd><a href="index.html#GoTestField">type GoTestField</a></dd>
  314. <dd>&nbsp; &nbsp; <a href="index.html#GoTestField.Descriptor">func (*GoTestField) Descriptor() ([]byte, []int)</a></dd>
  315. <dd>&nbsp; &nbsp; <a href="index.html#GoTestField.GetLabel">func (m *GoTestField) GetLabel() string</a></dd>
  316. <dd>&nbsp; &nbsp; <a href="index.html#GoTestField.GetType">func (m *GoTestField) GetType() string</a></dd>
  317. <dd>&nbsp; &nbsp; <a href="index.html#GoTestField.ProtoMessage">func (*GoTestField) ProtoMessage()</a></dd>
  318. <dd>&nbsp; &nbsp; <a href="index.html#GoTestField.Reset">func (m *GoTestField) Reset()</a></dd>
  319. <dd>&nbsp; &nbsp; <a href="index.html#GoTestField.String">func (m *GoTestField) String() string</a></dd>
  320. <dd><a href="index.html#GoTestRequiredGroupField">type GoTestRequiredGroupField</a></dd>
  321. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField.Descriptor">func (*GoTestRequiredGroupField) Descriptor() ([]byte, []int)</a></dd>
  322. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField.GetGroup">func (m *GoTestRequiredGroupField) GetGroup() *GoTestRequiredGroupField_Group</a></dd>
  323. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField.ProtoMessage">func (*GoTestRequiredGroupField) ProtoMessage()</a></dd>
  324. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField.Reset">func (m *GoTestRequiredGroupField) Reset()</a></dd>
  325. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField.String">func (m *GoTestRequiredGroupField) String() string</a></dd>
  326. <dd><a href="index.html#GoTestRequiredGroupField_Group">type GoTestRequiredGroupField_Group</a></dd>
  327. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField_Group.Descriptor">func (*GoTestRequiredGroupField_Group) Descriptor() ([]byte, []int)</a></dd>
  328. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField_Group.GetField">func (m *GoTestRequiredGroupField_Group) GetField() int32</a></dd>
  329. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField_Group.ProtoMessage">func (*GoTestRequiredGroupField_Group) ProtoMessage()</a></dd>
  330. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField_Group.Reset">func (m *GoTestRequiredGroupField_Group) Reset()</a></dd>
  331. <dd>&nbsp; &nbsp; <a href="index.html#GoTestRequiredGroupField_Group.String">func (m *GoTestRequiredGroupField_Group) String() string</a></dd>
  332. <dd><a href="index.html#GoTest_KIND">type GoTest_KIND</a></dd>
  333. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_KIND.Enum">func (x GoTest_KIND) Enum() *GoTest_KIND</a></dd>
  334. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_KIND.EnumDescriptor">func (GoTest_KIND) EnumDescriptor() ([]byte, []int)</a></dd>
  335. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_KIND.String">func (x GoTest_KIND) String() string</a></dd>
  336. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_KIND.UnmarshalJSON">func (x *GoTest_KIND) UnmarshalJSON(data []byte) error</a></dd>
  337. <dd><a href="index.html#GoTest_OptionalGroup">type GoTest_OptionalGroup</a></dd>
  338. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_OptionalGroup.Descriptor">func (*GoTest_OptionalGroup) Descriptor() ([]byte, []int)</a></dd>
  339. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_OptionalGroup.GetRequiredField">func (m *GoTest_OptionalGroup) GetRequiredField() string</a></dd>
  340. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_OptionalGroup.ProtoMessage">func (*GoTest_OptionalGroup) ProtoMessage()</a></dd>
  341. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_OptionalGroup.Reset">func (m *GoTest_OptionalGroup) Reset()</a></dd>
  342. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_OptionalGroup.String">func (m *GoTest_OptionalGroup) String() string</a></dd>
  343. <dd><a href="index.html#GoTest_RepeatedGroup">type GoTest_RepeatedGroup</a></dd>
  344. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RepeatedGroup.Descriptor">func (*GoTest_RepeatedGroup) Descriptor() ([]byte, []int)</a></dd>
  345. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RepeatedGroup.GetRequiredField">func (m *GoTest_RepeatedGroup) GetRequiredField() string</a></dd>
  346. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RepeatedGroup.ProtoMessage">func (*GoTest_RepeatedGroup) ProtoMessage()</a></dd>
  347. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RepeatedGroup.Reset">func (m *GoTest_RepeatedGroup) Reset()</a></dd>
  348. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RepeatedGroup.String">func (m *GoTest_RepeatedGroup) String() string</a></dd>
  349. <dd><a href="index.html#GoTest_RequiredGroup">type GoTest_RequiredGroup</a></dd>
  350. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RequiredGroup.Descriptor">func (*GoTest_RequiredGroup) Descriptor() ([]byte, []int)</a></dd>
  351. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RequiredGroup.GetRequiredField">func (m *GoTest_RequiredGroup) GetRequiredField() string</a></dd>
  352. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RequiredGroup.ProtoMessage">func (*GoTest_RequiredGroup) ProtoMessage()</a></dd>
  353. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RequiredGroup.Reset">func (m *GoTest_RequiredGroup) Reset()</a></dd>
  354. <dd>&nbsp; &nbsp; <a href="index.html#GoTest_RequiredGroup.String">func (m *GoTest_RequiredGroup) String() string</a></dd>
  355. <dd><a href="index.html#GroupNew">type GroupNew</a></dd>
  356. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew.Descriptor">func (*GroupNew) Descriptor() ([]byte, []int)</a></dd>
  357. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew.GetG">func (m *GroupNew) GetG() *GroupNew_G</a></dd>
  358. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew.ProtoMessage">func (*GroupNew) ProtoMessage()</a></dd>
  359. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew.Reset">func (m *GroupNew) Reset()</a></dd>
  360. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew.String">func (m *GroupNew) String() string</a></dd>
  361. <dd><a href="index.html#GroupNew_G">type GroupNew_G</a></dd>
  362. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew_G.Descriptor">func (*GroupNew_G) Descriptor() ([]byte, []int)</a></dd>
  363. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew_G.GetX">func (m *GroupNew_G) GetX() int32</a></dd>
  364. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew_G.GetY">func (m *GroupNew_G) GetY() int32</a></dd>
  365. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew_G.ProtoMessage">func (*GroupNew_G) ProtoMessage()</a></dd>
  366. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew_G.Reset">func (m *GroupNew_G) Reset()</a></dd>
  367. <dd>&nbsp; &nbsp; <a href="index.html#GroupNew_G.String">func (m *GroupNew_G) String() string</a></dd>
  368. <dd><a href="index.html#GroupOld">type GroupOld</a></dd>
  369. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld.Descriptor">func (*GroupOld) Descriptor() ([]byte, []int)</a></dd>
  370. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld.GetG">func (m *GroupOld) GetG() *GroupOld_G</a></dd>
  371. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld.ProtoMessage">func (*GroupOld) ProtoMessage()</a></dd>
  372. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld.Reset">func (m *GroupOld) Reset()</a></dd>
  373. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld.String">func (m *GroupOld) String() string</a></dd>
  374. <dd><a href="index.html#GroupOld_G">type GroupOld_G</a></dd>
  375. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld_G.Descriptor">func (*GroupOld_G) Descriptor() ([]byte, []int)</a></dd>
  376. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld_G.GetX">func (m *GroupOld_G) GetX() int32</a></dd>
  377. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld_G.ProtoMessage">func (*GroupOld_G) ProtoMessage()</a></dd>
  378. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld_G.Reset">func (m *GroupOld_G) Reset()</a></dd>
  379. <dd>&nbsp; &nbsp; <a href="index.html#GroupOld_G.String">func (m *GroupOld_G) String() string</a></dd>
  380. <dd><a href="index.html#InnerMessage">type InnerMessage</a></dd>
  381. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.Descriptor">func (*InnerMessage) Descriptor() ([]byte, []int)</a></dd>
  382. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.GetConnected">func (m *InnerMessage) GetConnected() bool</a></dd>
  383. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.GetHost">func (m *InnerMessage) GetHost() string</a></dd>
  384. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.GetPort">func (m *InnerMessage) GetPort() int32</a></dd>
  385. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.ProtoMessage">func (*InnerMessage) ProtoMessage()</a></dd>
  386. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.Reset">func (m *InnerMessage) Reset()</a></dd>
  387. <dd>&nbsp; &nbsp; <a href="index.html#InnerMessage.String">func (m *InnerMessage) String() string</a></dd>
  388. <dd><a href="index.html#MaxTag">type MaxTag</a></dd>
  389. <dd>&nbsp; &nbsp; <a href="index.html#MaxTag.Descriptor">func (*MaxTag) Descriptor() ([]byte, []int)</a></dd>
  390. <dd>&nbsp; &nbsp; <a href="index.html#MaxTag.GetLastField">func (m *MaxTag) GetLastField() string</a></dd>
  391. <dd>&nbsp; &nbsp; <a href="index.html#MaxTag.ProtoMessage">func (*MaxTag) ProtoMessage()</a></dd>
  392. <dd>&nbsp; &nbsp; <a href="index.html#MaxTag.Reset">func (m *MaxTag) Reset()</a></dd>
  393. <dd>&nbsp; &nbsp; <a href="index.html#MaxTag.String">func (m *MaxTag) String() string</a></dd>
  394. <dd><a href="index.html#MessageList">type MessageList</a></dd>
  395. <dd>&nbsp; &nbsp; <a href="index.html#MessageList.Descriptor">func (*MessageList) Descriptor() ([]byte, []int)</a></dd>
  396. <dd>&nbsp; &nbsp; <a href="index.html#MessageList.GetMessage">func (m *MessageList) GetMessage() []*MessageList_Message</a></dd>
  397. <dd>&nbsp; &nbsp; <a href="index.html#MessageList.ProtoMessage">func (*MessageList) ProtoMessage()</a></dd>
  398. <dd>&nbsp; &nbsp; <a href="index.html#MessageList.Reset">func (m *MessageList) Reset()</a></dd>
  399. <dd>&nbsp; &nbsp; <a href="index.html#MessageList.String">func (m *MessageList) String() string</a></dd>
  400. <dd><a href="index.html#MessageList_Message">type MessageList_Message</a></dd>
  401. <dd>&nbsp; &nbsp; <a href="index.html#MessageList_Message.Descriptor">func (*MessageList_Message) Descriptor() ([]byte, []int)</a></dd>
  402. <dd>&nbsp; &nbsp; <a href="index.html#MessageList_Message.GetCount">func (m *MessageList_Message) GetCount() int32</a></dd>
  403. <dd>&nbsp; &nbsp; <a href="index.html#MessageList_Message.GetName">func (m *MessageList_Message) GetName() string</a></dd>
  404. <dd>&nbsp; &nbsp; <a href="index.html#MessageList_Message.ProtoMessage">func (*MessageList_Message) ProtoMessage()</a></dd>
  405. <dd>&nbsp; &nbsp; <a href="index.html#MessageList_Message.Reset">func (m *MessageList_Message) Reset()</a></dd>
  406. <dd>&nbsp; &nbsp; <a href="index.html#MessageList_Message.String">func (m *MessageList_Message) String() string</a></dd>
  407. <dd><a href="index.html#MessageWithMap">type MessageWithMap</a></dd>
  408. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.Descriptor">func (*MessageWithMap) Descriptor() ([]byte, []int)</a></dd>
  409. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.GetByteMapping">func (m *MessageWithMap) GetByteMapping() map[bool][]byte</a></dd>
  410. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.GetMsgMapping">func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint</a></dd>
  411. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.GetNameMapping">func (m *MessageWithMap) GetNameMapping() map[int32]string</a></dd>
  412. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.GetStrToStr">func (m *MessageWithMap) GetStrToStr() map[string]string</a></dd>
  413. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.ProtoMessage">func (*MessageWithMap) ProtoMessage()</a></dd>
  414. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.Reset">func (m *MessageWithMap) Reset()</a></dd>
  415. <dd>&nbsp; &nbsp; <a href="index.html#MessageWithMap.String">func (m *MessageWithMap) String() string</a></dd>
  416. <dd><a href="index.html#MoreRepeated">type MoreRepeated</a></dd>
  417. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.Descriptor">func (*MoreRepeated) Descriptor() ([]byte, []int)</a></dd>
  418. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetBools">func (m *MoreRepeated) GetBools() []bool</a></dd>
  419. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetBoolsPacked">func (m *MoreRepeated) GetBoolsPacked() []bool</a></dd>
  420. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetFixeds">func (m *MoreRepeated) GetFixeds() []uint32</a></dd>
  421. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetInt64SPacked">func (m *MoreRepeated) GetInt64SPacked() []int64</a></dd>
  422. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetInts">func (m *MoreRepeated) GetInts() []int32</a></dd>
  423. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetIntsPacked">func (m *MoreRepeated) GetIntsPacked() []int32</a></dd>
  424. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.GetStrings">func (m *MoreRepeated) GetStrings() []string</a></dd>
  425. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.ProtoMessage">func (*MoreRepeated) ProtoMessage()</a></dd>
  426. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.Reset">func (m *MoreRepeated) Reset()</a></dd>
  427. <dd>&nbsp; &nbsp; <a href="index.html#MoreRepeated.String">func (m *MoreRepeated) String() string</a></dd>
  428. <dd><a href="index.html#MyMessage">type MyMessage</a></dd>
  429. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.Descriptor">func (*MyMessage) Descriptor() ([]byte, []int)</a></dd>
  430. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.ExtensionRangeArray">func (*MyMessage) ExtensionRangeArray() []proto.ExtensionRange</a></dd>
  431. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetBigfloat">func (m *MyMessage) GetBigfloat() float64</a></dd>
  432. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetBikeshed">func (m *MyMessage) GetBikeshed() MyMessage_Color</a></dd>
  433. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetCount">func (m *MyMessage) GetCount() int32</a></dd>
  434. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetInner">func (m *MyMessage) GetInner() *InnerMessage</a></dd>
  435. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetName">func (m *MyMessage) GetName() string</a></dd>
  436. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetOthers">func (m *MyMessage) GetOthers() []*OtherMessage</a></dd>
  437. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetPet">func (m *MyMessage) GetPet() []string</a></dd>
  438. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetQuote">func (m *MyMessage) GetQuote() string</a></dd>
  439. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetRepBytes">func (m *MyMessage) GetRepBytes() [][]byte</a></dd>
  440. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetRepInner">func (m *MyMessage) GetRepInner() []*InnerMessage</a></dd>
  441. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetSomegroup">func (m *MyMessage) GetSomegroup() *MyMessage_SomeGroup</a></dd>
  442. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.GetWeMustGoDeeper">func (m *MyMessage) GetWeMustGoDeeper() *RequiredInnerMessage</a></dd>
  443. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.ProtoMessage">func (*MyMessage) ProtoMessage()</a></dd>
  444. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.Reset">func (m *MyMessage) Reset()</a></dd>
  445. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage.String">func (m *MyMessage) String() string</a></dd>
  446. <dd><a href="index.html#MyMessageSet">type MyMessageSet</a></dd>
  447. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.Descriptor">func (*MyMessageSet) Descriptor() ([]byte, []int)</a></dd>
  448. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.ExtensionRangeArray">func (*MyMessageSet) ExtensionRangeArray() []proto.ExtensionRange</a></dd>
  449. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.Marshal">func (m *MyMessageSet) Marshal() ([]byte, error)</a></dd>
  450. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.MarshalJSON">func (m *MyMessageSet) MarshalJSON() ([]byte, error)</a></dd>
  451. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.ProtoMessage">func (*MyMessageSet) ProtoMessage()</a></dd>
  452. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.Reset">func (m *MyMessageSet) Reset()</a></dd>
  453. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.String">func (m *MyMessageSet) String() string</a></dd>
  454. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.Unmarshal">func (m *MyMessageSet) Unmarshal(buf []byte) error</a></dd>
  455. <dd>&nbsp; &nbsp; <a href="index.html#MyMessageSet.UnmarshalJSON">func (m *MyMessageSet) UnmarshalJSON(buf []byte) error</a></dd>
  456. <dd><a href="index.html#MyMessage_Color">type MyMessage_Color</a></dd>
  457. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_Color.Enum">func (x MyMessage_Color) Enum() *MyMessage_Color</a></dd>
  458. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_Color.EnumDescriptor">func (MyMessage_Color) EnumDescriptor() ([]byte, []int)</a></dd>
  459. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_Color.String">func (x MyMessage_Color) String() string</a></dd>
  460. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_Color.UnmarshalJSON">func (x *MyMessage_Color) UnmarshalJSON(data []byte) error</a></dd>
  461. <dd><a href="index.html#MyMessage_SomeGroup">type MyMessage_SomeGroup</a></dd>
  462. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_SomeGroup.Descriptor">func (*MyMessage_SomeGroup) Descriptor() ([]byte, []int)</a></dd>
  463. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_SomeGroup.GetGroupField">func (m *MyMessage_SomeGroup) GetGroupField() int32</a></dd>
  464. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_SomeGroup.ProtoMessage">func (*MyMessage_SomeGroup) ProtoMessage()</a></dd>
  465. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_SomeGroup.Reset">func (m *MyMessage_SomeGroup) Reset()</a></dd>
  466. <dd>&nbsp; &nbsp; <a href="index.html#MyMessage_SomeGroup.String">func (m *MyMessage_SomeGroup) String() string</a></dd>
  467. <dd><a href="index.html#NewMessage">type NewMessage</a></dd>
  468. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage.Descriptor">func (*NewMessage) Descriptor() ([]byte, []int)</a></dd>
  469. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage.GetNested">func (m *NewMessage) GetNested() *NewMessage_Nested</a></dd>
  470. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage.GetNum">func (m *NewMessage) GetNum() int64</a></dd>
  471. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage.ProtoMessage">func (*NewMessage) ProtoMessage()</a></dd>
  472. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage.Reset">func (m *NewMessage) Reset()</a></dd>
  473. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage.String">func (m *NewMessage) String() string</a></dd>
  474. <dd><a href="index.html#NewMessage_Nested">type NewMessage_Nested</a></dd>
  475. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage_Nested.Descriptor">func (*NewMessage_Nested) Descriptor() ([]byte, []int)</a></dd>
  476. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage_Nested.GetFoodGroup">func (m *NewMessage_Nested) GetFoodGroup() string</a></dd>
  477. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage_Nested.GetName">func (m *NewMessage_Nested) GetName() string</a></dd>
  478. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage_Nested.ProtoMessage">func (*NewMessage_Nested) ProtoMessage()</a></dd>
  479. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage_Nested.Reset">func (m *NewMessage_Nested) Reset()</a></dd>
  480. <dd>&nbsp; &nbsp; <a href="index.html#NewMessage_Nested.String">func (m *NewMessage_Nested) String() string</a></dd>
  481. <dd><a href="index.html#NonPackedTest">type NonPackedTest</a></dd>
  482. <dd>&nbsp; &nbsp; <a href="index.html#NonPackedTest.Descriptor">func (*NonPackedTest) Descriptor() ([]byte, []int)</a></dd>
  483. <dd>&nbsp; &nbsp; <a href="index.html#NonPackedTest.GetA">func (m *NonPackedTest) GetA() []int32</a></dd>
  484. <dd>&nbsp; &nbsp; <a href="index.html#NonPackedTest.ProtoMessage">func (*NonPackedTest) ProtoMessage()</a></dd>
  485. <dd>&nbsp; &nbsp; <a href="index.html#NonPackedTest.Reset">func (m *NonPackedTest) Reset()</a></dd>
  486. <dd>&nbsp; &nbsp; <a href="index.html#NonPackedTest.String">func (m *NonPackedTest) String() string</a></dd>
  487. <dd><a href="index.html#OldMessage">type OldMessage</a></dd>
  488. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage.Descriptor">func (*OldMessage) Descriptor() ([]byte, []int)</a></dd>
  489. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage.GetNested">func (m *OldMessage) GetNested() *OldMessage_Nested</a></dd>
  490. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage.GetNum">func (m *OldMessage) GetNum() int32</a></dd>
  491. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage.ProtoMessage">func (*OldMessage) ProtoMessage()</a></dd>
  492. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage.Reset">func (m *OldMessage) Reset()</a></dd>
  493. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage.String">func (m *OldMessage) String() string</a></dd>
  494. <dd><a href="index.html#OldMessage_Nested">type OldMessage_Nested</a></dd>
  495. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage_Nested.Descriptor">func (*OldMessage_Nested) Descriptor() ([]byte, []int)</a></dd>
  496. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage_Nested.GetName">func (m *OldMessage_Nested) GetName() string</a></dd>
  497. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage_Nested.ProtoMessage">func (*OldMessage_Nested) ProtoMessage()</a></dd>
  498. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage_Nested.Reset">func (m *OldMessage_Nested) Reset()</a></dd>
  499. <dd>&nbsp; &nbsp; <a href="index.html#OldMessage_Nested.String">func (m *OldMessage_Nested) String() string</a></dd>
  500. <dd><a href="index.html#Oneof">type Oneof</a></dd>
  501. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.Descriptor">func (*Oneof) Descriptor() ([]byte, []int)</a></dd>
  502. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetFGroup">func (m *Oneof) GetFGroup() *Oneof_F_Group</a></dd>
  503. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Bool">func (m *Oneof) GetF_Bool() bool</a></dd>
  504. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Bytes">func (m *Oneof) GetF_Bytes() []byte</a></dd>
  505. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Double">func (m *Oneof) GetF_Double() float64</a></dd>
  506. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Enum">func (m *Oneof) GetF_Enum() MyMessage_Color</a></dd>
  507. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Fixed32">func (m *Oneof) GetF_Fixed32() uint32</a></dd>
  508. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Fixed64">func (m *Oneof) GetF_Fixed64() uint64</a></dd>
  509. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Float">func (m *Oneof) GetF_Float() float32</a></dd>
  510. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Int32">func (m *Oneof) GetF_Int32() int32</a></dd>
  511. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Int64">func (m *Oneof) GetF_Int64() int64</a></dd>
  512. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Largest_Tag">func (m *Oneof) GetF_Largest_Tag() int32</a></dd>
  513. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Message">func (m *Oneof) GetF_Message() *GoTestField</a></dd>
  514. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Sint32">func (m *Oneof) GetF_Sint32() int32</a></dd>
  515. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Sint64">func (m *Oneof) GetF_Sint64() int64</a></dd>
  516. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_String">func (m *Oneof) GetF_String() string</a></dd>
  517. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Uint32">func (m *Oneof) GetF_Uint32() uint32</a></dd>
  518. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetF_Uint64">func (m *Oneof) GetF_Uint64() uint64</a></dd>
  519. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetTormato">func (m *Oneof) GetTormato() isOneof_Tormato</a></dd>
  520. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetUnion">func (m *Oneof) GetUnion() isOneof_Union</a></dd>
  521. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.GetValue">func (m *Oneof) GetValue() int32</a></dd>
  522. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.ProtoMessage">func (*Oneof) ProtoMessage()</a></dd>
  523. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.Reset">func (m *Oneof) Reset()</a></dd>
  524. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.String">func (m *Oneof) String() string</a></dd>
  525. <dd>&nbsp; &nbsp; <a href="index.html#Oneof.XXX_OneofFuncs">func (*Oneof) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})</a></dd>
  526. <dd><a href="index.html#Oneof_FGroup">type Oneof_FGroup</a></dd>
  527. <dd><a href="index.html#Oneof_F_Bool">type Oneof_F_Bool</a></dd>
  528. <dd><a href="index.html#Oneof_F_Bytes">type Oneof_F_Bytes</a></dd>
  529. <dd><a href="index.html#Oneof_F_Double">type Oneof_F_Double</a></dd>
  530. <dd><a href="index.html#Oneof_F_Enum">type Oneof_F_Enum</a></dd>
  531. <dd><a href="index.html#Oneof_F_Fixed32">type Oneof_F_Fixed32</a></dd>
  532. <dd><a href="index.html#Oneof_F_Fixed64">type Oneof_F_Fixed64</a></dd>
  533. <dd><a href="index.html#Oneof_F_Float">type Oneof_F_Float</a></dd>
  534. <dd><a href="index.html#Oneof_F_Group">type Oneof_F_Group</a></dd>
  535. <dd>&nbsp; &nbsp; <a href="index.html#Oneof_F_Group.Descriptor">func (*Oneof_F_Group) Descriptor() ([]byte, []int)</a></dd>
  536. <dd>&nbsp; &nbsp; <a href="index.html#Oneof_F_Group.GetX">func (m *Oneof_F_Group) GetX() int32</a></dd>
  537. <dd>&nbsp; &nbsp; <a href="index.html#Oneof_F_Group.ProtoMessage">func (*Oneof_F_Group) ProtoMessage()</a></dd>
  538. <dd>&nbsp; &nbsp; <a href="index.html#Oneof_F_Group.Reset">func (m *Oneof_F_Group) Reset()</a></dd>
  539. <dd>&nbsp; &nbsp; <a href="index.html#Oneof_F_Group.String">func (m *Oneof_F_Group) String() string</a></dd>
  540. <dd><a href="index.html#Oneof_F_Int32">type Oneof_F_Int32</a></dd>
  541. <dd><a href="index.html#Oneof_F_Int64">type Oneof_F_Int64</a></dd>
  542. <dd><a href="index.html#Oneof_F_Largest_Tag">type Oneof_F_Largest_Tag</a></dd>
  543. <dd><a href="index.html#Oneof_F_Message">type Oneof_F_Message</a></dd>
  544. <dd><a href="index.html#Oneof_F_Sint32">type Oneof_F_Sint32</a></dd>
  545. <dd><a href="index.html#Oneof_F_Sint64">type Oneof_F_Sint64</a></dd>
  546. <dd><a href="index.html#Oneof_F_String">type Oneof_F_String</a></dd>
  547. <dd><a href="index.html#Oneof_F_Uint32">type Oneof_F_Uint32</a></dd>
  548. <dd><a href="index.html#Oneof_F_Uint64">type Oneof_F_Uint64</a></dd>
  549. <dd><a href="index.html#Oneof_Value">type Oneof_Value</a></dd>
  550. <dd><a href="index.html#OtherMessage">type OtherMessage</a></dd>
  551. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.Descriptor">func (*OtherMessage) Descriptor() ([]byte, []int)</a></dd>
  552. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.ExtensionRangeArray">func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange</a></dd>
  553. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.GetInner">func (m *OtherMessage) GetInner() *InnerMessage</a></dd>
  554. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.GetKey">func (m *OtherMessage) GetKey() int64</a></dd>
  555. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.GetValue">func (m *OtherMessage) GetValue() []byte</a></dd>
  556. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.GetWeight">func (m *OtherMessage) GetWeight() float32</a></dd>
  557. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.ProtoMessage">func (*OtherMessage) ProtoMessage()</a></dd>
  558. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.Reset">func (m *OtherMessage) Reset()</a></dd>
  559. <dd>&nbsp; &nbsp; <a href="index.html#OtherMessage.String">func (m *OtherMessage) String() string</a></dd>
  560. <dd><a href="index.html#PackedTest">type PackedTest</a></dd>
  561. <dd>&nbsp; &nbsp; <a href="index.html#PackedTest.Descriptor">func (*PackedTest) Descriptor() ([]byte, []int)</a></dd>
  562. <dd>&nbsp; &nbsp; <a href="index.html#PackedTest.GetB">func (m *PackedTest) GetB() []int32</a></dd>
  563. <dd>&nbsp; &nbsp; <a href="index.html#PackedTest.ProtoMessage">func (*PackedTest) ProtoMessage()</a></dd>
  564. <dd>&nbsp; &nbsp; <a href="index.html#PackedTest.Reset">func (m *PackedTest) Reset()</a></dd>
  565. <dd>&nbsp; &nbsp; <a href="index.html#PackedTest.String">func (m *PackedTest) String() string</a></dd>
  566. <dd><a href="index.html#RepeatedEnum">type RepeatedEnum</a></dd>
  567. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum.Descriptor">func (*RepeatedEnum) Descriptor() ([]byte, []int)</a></dd>
  568. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum.GetColor">func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color</a></dd>
  569. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum.ProtoMessage">func (*RepeatedEnum) ProtoMessage()</a></dd>
  570. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum.Reset">func (m *RepeatedEnum) Reset()</a></dd>
  571. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum.String">func (m *RepeatedEnum) String() string</a></dd>
  572. <dd><a href="index.html#RepeatedEnum_Color">type RepeatedEnum_Color</a></dd>
  573. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum_Color.Enum">func (x RepeatedEnum_Color) Enum() *RepeatedEnum_Color</a></dd>
  574. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum_Color.EnumDescriptor">func (RepeatedEnum_Color) EnumDescriptor() ([]byte, []int)</a></dd>
  575. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum_Color.String">func (x RepeatedEnum_Color) String() string</a></dd>
  576. <dd>&nbsp; &nbsp; <a href="index.html#RepeatedEnum_Color.UnmarshalJSON">func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error</a></dd>
  577. <dd><a href="index.html#RequiredInnerMessage">type RequiredInnerMessage</a></dd>
  578. <dd>&nbsp; &nbsp; <a href="index.html#RequiredInnerMessage.Descriptor">func (*RequiredInnerMessage) Descriptor() ([]byte, []int)</a></dd>
  579. <dd>&nbsp; &nbsp; <a href="index.html#RequiredInnerMessage.GetLeoFinallyWonAnOscar">func (m *RequiredInnerMessage) GetLeoFinallyWonAnOscar() *InnerMessage</a></dd>
  580. <dd>&nbsp; &nbsp; <a href="index.html#RequiredInnerMessage.ProtoMessage">func (*RequiredInnerMessage) ProtoMessage()</a></dd>
  581. <dd>&nbsp; &nbsp; <a href="index.html#RequiredInnerMessage.Reset">func (m *RequiredInnerMessage) Reset()</a></dd>
  582. <dd>&nbsp; &nbsp; <a href="index.html#RequiredInnerMessage.String">func (m *RequiredInnerMessage) String() string</a></dd>
  583. <dd><a href="index.html#Strings">type Strings</a></dd>
  584. <dd>&nbsp; &nbsp; <a href="index.html#Strings.Descriptor">func (*Strings) Descriptor() ([]byte, []int)</a></dd>
  585. <dd>&nbsp; &nbsp; <a href="index.html#Strings.GetBytesField">func (m *Strings) GetBytesField() []byte</a></dd>
  586. <dd>&nbsp; &nbsp; <a href="index.html#Strings.GetStringField">func (m *Strings) GetStringField() string</a></dd>
  587. <dd>&nbsp; &nbsp; <a href="index.html#Strings.ProtoMessage">func (*Strings) ProtoMessage()</a></dd>
  588. <dd>&nbsp; &nbsp; <a href="index.html#Strings.Reset">func (m *Strings) Reset()</a></dd>
  589. <dd>&nbsp; &nbsp; <a href="index.html#Strings.String">func (m *Strings) String() string</a></dd>
  590. <dd><a href="index.html#SubDefaults">type SubDefaults</a></dd>
  591. <dd>&nbsp; &nbsp; <a href="index.html#SubDefaults.Descriptor">func (*SubDefaults) Descriptor() ([]byte, []int)</a></dd>
  592. <dd>&nbsp; &nbsp; <a href="index.html#SubDefaults.GetN">func (m *SubDefaults) GetN() int64</a></dd>
  593. <dd>&nbsp; &nbsp; <a href="index.html#SubDefaults.ProtoMessage">func (*SubDefaults) ProtoMessage()</a></dd>
  594. <dd>&nbsp; &nbsp; <a href="index.html#SubDefaults.Reset">func (m *SubDefaults) Reset()</a></dd>
  595. <dd>&nbsp; &nbsp; <a href="index.html#SubDefaults.String">func (m *SubDefaults) String() string</a></dd>
  596. </dl>
  597. </div><!-- #manual-nav -->
  598. <h4>Package files</h4>
  599. <p>
  600. <span style="font-size:90%">
  601. <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go">test.pb.go</a>
  602. </span>
  603. </p>
  604. </div><!-- .expanded -->
  605. </div><!-- #pkg-index -->
  606. <div id="pkg-callgraph" class="toggle" style="display: none">
  607. <div class="collapsed">
  608. <h2 class="toggleButton" title="Click to show Internal Call Graph section">Internal call graph ▹</h2>
  609. </div> <!-- .expanded -->
  610. <div class="expanded">
  611. <h2 class="toggleButton" title="Click to hide Internal Call Graph section">Internal call graph ▾</h2>
  612. <p>
  613. In the call graph viewer below, each node
  614. is a function belonging to this package
  615. and its children are the functions it
  616. calls&mdash;perhaps dynamically.
  617. </p>
  618. <p>
  619. The root nodes are the entry points of the
  620. package: functions that may be called from
  621. outside the package.
  622. There may be non-exported or anonymous
  623. functions among them if they are called
  624. dynamically from another package.
  625. </p>
  626. <p>
  627. Click a node to visit that function's source code.
  628. From there you can visit its callers by
  629. clicking its declaring <code>func</code>
  630. token.
  631. </p>
  632. <p>
  633. Functions may be omitted if they were
  634. determined to be unreachable in the
  635. particular programs or tests that were
  636. analyzed.
  637. </p>
  638. <!-- Zero means show all package entry points. -->
  639. <ul style="margin-left: 0.5in" id="callgraph-0" class="treeview"></ul>
  640. </div>
  641. </div> <!-- #pkg-callgraph -->
  642. <h2 id="pkg-constants">Constants</h2>
  643. <pre>const <span id="Default_Defaults_F_Bool">Default_Defaults_F_Bool</span> <a href="../../../../../builtin/index.html#bool">bool</a> = <a href="../../../../../builtin/index.html#true">true</a></pre>
  644. <pre>const <span id="Default_Defaults_F_Double">Default_Defaults_F_Double</span> <a href="../../../../../builtin/index.html#float64">float64</a> = 271828</pre>
  645. <pre>const <span id="Default_Defaults_F_Fixed32">Default_Defaults_F_Fixed32</span> <a href="../../../../../builtin/index.html#uint32">uint32</a> = 320</pre>
  646. <pre>const <span id="Default_Defaults_F_Fixed64">Default_Defaults_F_Fixed64</span> <a href="../../../../../builtin/index.html#uint64">uint64</a> = 640</pre>
  647. <pre>const <span id="Default_Defaults_F_Float">Default_Defaults_F_Float</span> <a href="../../../../../builtin/index.html#float32">float32</a> = 314159</pre>
  648. <pre>const <span id="Default_Defaults_F_Int32">Default_Defaults_F_Int32</span> <a href="../../../../../builtin/index.html#int32">int32</a> = 32</pre>
  649. <pre>const <span id="Default_Defaults_F_Int64">Default_Defaults_F_Int64</span> <a href="../../../../../builtin/index.html#int64">int64</a> = 64</pre>
  650. <pre>const <span id="Default_Defaults_F_Sint32">Default_Defaults_F_Sint32</span> <a href="../../../../../builtin/index.html#int32">int32</a> = -32</pre>
  651. <pre>const <span id="Default_Defaults_F_Sint64">Default_Defaults_F_Sint64</span> <a href="../../../../../builtin/index.html#int64">int64</a> = -64</pre>
  652. <pre>const <span id="Default_Defaults_F_String">Default_Defaults_F_String</span> <a href="../../../../../builtin/index.html#string">string</a> = &#34;hello, \&#34;world!\&#34;\n&#34;</pre>
  653. <pre>const <span id="Default_Defaults_F_Uint32">Default_Defaults_F_Uint32</span> <a href="../../../../../builtin/index.html#uint32">uint32</a> = 3200</pre>
  654. <pre>const <span id="Default_Defaults_F_Uint64">Default_Defaults_F_Uint64</span> <a href="../../../../../builtin/index.html#uint64">uint64</a> = 6400</pre>
  655. <pre>const <span id="Default_GoTest_F_BoolDefaulted">Default_GoTest_F_BoolDefaulted</span> <a href="../../../../../builtin/index.html#bool">bool</a> = <a href="../../../../../builtin/index.html#true">true</a></pre>
  656. <pre>const <span id="Default_GoTest_F_DoubleDefaulted">Default_GoTest_F_DoubleDefaulted</span> <a href="../../../../../builtin/index.html#float64">float64</a> = 271828</pre>
  657. <pre>const <span id="Default_GoTest_F_Fixed32Defaulted">Default_GoTest_F_Fixed32Defaulted</span> <a href="../../../../../builtin/index.html#uint32">uint32</a> = 320</pre>
  658. <pre>const <span id="Default_GoTest_F_Fixed64Defaulted">Default_GoTest_F_Fixed64Defaulted</span> <a href="../../../../../builtin/index.html#uint64">uint64</a> = 640</pre>
  659. <pre>const <span id="Default_GoTest_F_FloatDefaulted">Default_GoTest_F_FloatDefaulted</span> <a href="../../../../../builtin/index.html#float32">float32</a> = 314159</pre>
  660. <pre>const <span id="Default_GoTest_F_Int32Defaulted">Default_GoTest_F_Int32Defaulted</span> <a href="../../../../../builtin/index.html#int32">int32</a> = 32</pre>
  661. <pre>const <span id="Default_GoTest_F_Int64Defaulted">Default_GoTest_F_Int64Defaulted</span> <a href="../../../../../builtin/index.html#int64">int64</a> = 64</pre>
  662. <pre>const <span id="Default_GoTest_F_Sint32Defaulted">Default_GoTest_F_Sint32Defaulted</span> <a href="../../../../../builtin/index.html#int32">int32</a> = -32</pre>
  663. <pre>const <span id="Default_GoTest_F_Sint64Defaulted">Default_GoTest_F_Sint64Defaulted</span> <a href="../../../../../builtin/index.html#int64">int64</a> = -64</pre>
  664. <pre>const <span id="Default_GoTest_F_StringDefaulted">Default_GoTest_F_StringDefaulted</span> <a href="../../../../../builtin/index.html#string">string</a> = &#34;hello, \&#34;world!\&#34;\n&#34;</pre>
  665. <pre>const <span id="Default_GoTest_F_Uint32Defaulted">Default_GoTest_F_Uint32Defaulted</span> <a href="../../../../../builtin/index.html#uint32">uint32</a> = 3200</pre>
  666. <pre>const <span id="Default_GoTest_F_Uint64Defaulted">Default_GoTest_F_Uint64Defaulted</span> <a href="../../../../../builtin/index.html#uint64">uint64</a> = 6400</pre>
  667. <pre>const <span id="Default_InnerMessage_Port">Default_InnerMessage_Port</span> <a href="../../../../../builtin/index.html#int32">int32</a> = 4000</pre>
  668. <pre>const <span id="Default_SubDefaults_N">Default_SubDefaults_N</span> <a href="../../../../../builtin/index.html#int64">int64</a> = 7</pre>
  669. <h2 id="pkg-variables">Variables</h2>
  670. <pre>var <span id="Default_Defaults_F_Bytes">Default_Defaults_F_Bytes</span> []<a href="../../../../../builtin/index.html#byte">byte</a> = []<a href="../../../../../builtin/index.html#byte">byte</a>(&#34;Bignose&#34;)</pre>
  671. <pre>var <span id="Default_Defaults_F_Nan">Default_Defaults_F_Nan</span> <a href="../../../../../builtin/index.html#float32">float32</a> = <a href="../../../../../builtin/index.html#float32">float32</a>(<a href="../../../../../math/index.html">math</a>.<a href="../../../../../math/index.html#NaN">NaN</a>())</pre>
  672. <pre>var <span id="Default_Defaults_F_Ninf">Default_Defaults_F_Ninf</span> <a href="../../../../../builtin/index.html#float32">float32</a> = <a href="../../../../../builtin/index.html#float32">float32</a>(<a href="../../../../../math/index.html">math</a>.<a href="../../../../../math/index.html#Inf">Inf</a>(-1))</pre>
  673. <pre>var <span id="Default_Defaults_F_Pinf">Default_Defaults_F_Pinf</span> <a href="../../../../../builtin/index.html#float32">float32</a> = <a href="../../../../../builtin/index.html#float32">float32</a>(<a href="../../../../../math/index.html">math</a>.<a href="../../../../../math/index.html#Inf">Inf</a>(1))</pre>
  674. <pre>var <span id="Default_GoTest_F_BytesDefaulted">Default_GoTest_F_BytesDefaulted</span> []<a href="../../../../../builtin/index.html#byte">byte</a> = []<a href="../../../../../builtin/index.html#byte">byte</a>(&#34;Bignose&#34;)</pre>
  675. <pre>var <span id="DefaultsMessage_DefaultsEnum_name">DefaultsMessage_DefaultsEnum_name</span> = map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a>{
  676. 0: &#34;ZERO&#34;,
  677. 1: &#34;ONE&#34;,
  678. 2: &#34;TWO&#34;,
  679. }</pre>
  680. <pre>var <span id="DefaultsMessage_DefaultsEnum_value">DefaultsMessage_DefaultsEnum_value</span> = map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#int32">int32</a>{
  681. &#34;ZERO&#34;: 0,
  682. &#34;ONE&#34;: 1,
  683. &#34;TWO&#34;: 2,
  684. }</pre>
  685. <pre>var <span id="Defaults_Color_name">Defaults_Color_name</span> = map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a>{
  686. 0: &#34;RED&#34;,
  687. 1: &#34;GREEN&#34;,
  688. 2: &#34;BLUE&#34;,
  689. }</pre>
  690. <pre>var <span id="Defaults_Color_value">Defaults_Color_value</span> = map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#int32">int32</a>{
  691. &#34;RED&#34;: 0,
  692. &#34;GREEN&#34;: 1,
  693. &#34;BLUE&#34;: 2,
  694. }</pre>
  695. <pre>var <span id="E_Complex">E_Complex</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  696. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#OtherMessage">OtherMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  697. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#ComplexExtension">ComplexExtension</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  698. <a href="index.html#Field">Field</a>: 200,
  699. <a href="index.html#Name">Name</a>: &#34;testdata.complex&#34;,
  700. <a href="index.html#Tag">Tag</a>: &#34;bytes,200,opt,name=complex&#34;,
  701. }</pre>
  702. <pre>var <span id="E_DefaultBool">E_DefaultBool</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  703. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  704. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#bool">bool</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  705. <a href="index.html#Field">Field</a>: 213,
  706. <a href="index.html#Name">Name</a>: &#34;testdata.default_bool&#34;,
  707. <a href="index.html#Tag">Tag</a>: &#34;varint,213,opt,name=default_bool,json=defaultBool,def=1&#34;,
  708. }</pre>
  709. <pre>var <span id="E_DefaultBytes">E_DefaultBytes</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  710. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  711. <a href="index.html#ExtensionType">ExtensionType</a>: ([]<a href="../../../../../builtin/index.html#byte">byte</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  712. <a href="index.html#Field">Field</a>: 215,
  713. <a href="index.html#Name">Name</a>: &#34;testdata.default_bytes&#34;,
  714. <a href="index.html#Tag">Tag</a>: &#34;bytes,215,opt,name=default_bytes,json=defaultBytes,def=Hello, bytes&#34;,
  715. }</pre>
  716. <pre>var <span id="E_DefaultDouble">E_DefaultDouble</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  717. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  718. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#float64">float64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  719. <a href="index.html#Field">Field</a>: 201,
  720. <a href="index.html#Name">Name</a>: &#34;testdata.default_double&#34;,
  721. <a href="index.html#Tag">Tag</a>: &#34;fixed64,201,opt,name=default_double,json=defaultDouble,def=3.1415&#34;,
  722. }</pre>
  723. <pre>var <span id="E_DefaultEnum">E_DefaultEnum</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  724. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  725. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  726. <a href="index.html#Field">Field</a>: 216,
  727. <a href="index.html#Name">Name</a>: &#34;testdata.default_enum&#34;,
  728. <a href="index.html#Tag">Tag</a>: &#34;varint,216,opt,name=default_enum,json=defaultEnum,enum=testdata.DefaultsMessage_DefaultsEnum,def=1&#34;,
  729. }</pre>
  730. <pre>var <span id="E_DefaultFixed32">E_DefaultFixed32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  731. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  732. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint32">uint32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  733. <a href="index.html#Field">Field</a>: 209,
  734. <a href="index.html#Name">Name</a>: &#34;testdata.default_fixed32&#34;,
  735. <a href="index.html#Tag">Tag</a>: &#34;fixed32,209,opt,name=default_fixed32,json=defaultFixed32,def=48&#34;,
  736. }</pre>
  737. <pre>var <span id="E_DefaultFixed64">E_DefaultFixed64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  738. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  739. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint64">uint64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  740. <a href="index.html#Field">Field</a>: 210,
  741. <a href="index.html#Name">Name</a>: &#34;testdata.default_fixed64&#34;,
  742. <a href="index.html#Tag">Tag</a>: &#34;fixed64,210,opt,name=default_fixed64,json=defaultFixed64,def=49&#34;,
  743. }</pre>
  744. <pre>var <span id="E_DefaultFloat">E_DefaultFloat</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  745. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  746. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#float32">float32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  747. <a href="index.html#Field">Field</a>: 202,
  748. <a href="index.html#Name">Name</a>: &#34;testdata.default_float&#34;,
  749. <a href="index.html#Tag">Tag</a>: &#34;fixed32,202,opt,name=default_float,json=defaultFloat,def=3.14&#34;,
  750. }</pre>
  751. <pre>var <span id="E_DefaultInt32">E_DefaultInt32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  752. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  753. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  754. <a href="index.html#Field">Field</a>: 203,
  755. <a href="index.html#Name">Name</a>: &#34;testdata.default_int32&#34;,
  756. <a href="index.html#Tag">Tag</a>: &#34;varint,203,opt,name=default_int32,json=defaultInt32,def=42&#34;,
  757. }</pre>
  758. <pre>var <span id="E_DefaultInt64">E_DefaultInt64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  759. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  760. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int64">int64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  761. <a href="index.html#Field">Field</a>: 204,
  762. <a href="index.html#Name">Name</a>: &#34;testdata.default_int64&#34;,
  763. <a href="index.html#Tag">Tag</a>: &#34;varint,204,opt,name=default_int64,json=defaultInt64,def=43&#34;,
  764. }</pre>
  765. <pre>var <span id="E_DefaultSfixed32">E_DefaultSfixed32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  766. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  767. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  768. <a href="index.html#Field">Field</a>: 211,
  769. <a href="index.html#Name">Name</a>: &#34;testdata.default_sfixed32&#34;,
  770. <a href="index.html#Tag">Tag</a>: &#34;fixed32,211,opt,name=default_sfixed32,json=defaultSfixed32,def=50&#34;,
  771. }</pre>
  772. <pre>var <span id="E_DefaultSfixed64">E_DefaultSfixed64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  773. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  774. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int64">int64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  775. <a href="index.html#Field">Field</a>: 212,
  776. <a href="index.html#Name">Name</a>: &#34;testdata.default_sfixed64&#34;,
  777. <a href="index.html#Tag">Tag</a>: &#34;fixed64,212,opt,name=default_sfixed64,json=defaultSfixed64,def=51&#34;,
  778. }</pre>
  779. <pre>var <span id="E_DefaultSint32">E_DefaultSint32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  780. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  781. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  782. <a href="index.html#Field">Field</a>: 207,
  783. <a href="index.html#Name">Name</a>: &#34;testdata.default_sint32&#34;,
  784. <a href="index.html#Tag">Tag</a>: &#34;zigzag32,207,opt,name=default_sint32,json=defaultSint32,def=46&#34;,
  785. }</pre>
  786. <pre>var <span id="E_DefaultSint64">E_DefaultSint64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  787. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  788. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int64">int64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  789. <a href="index.html#Field">Field</a>: 208,
  790. <a href="index.html#Name">Name</a>: &#34;testdata.default_sint64&#34;,
  791. <a href="index.html#Tag">Tag</a>: &#34;zigzag64,208,opt,name=default_sint64,json=defaultSint64,def=47&#34;,
  792. }</pre>
  793. <pre>var <span id="E_DefaultString">E_DefaultString</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  794. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  795. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#string">string</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  796. <a href="index.html#Field">Field</a>: 214,
  797. <a href="index.html#Name">Name</a>: &#34;testdata.default_string&#34;,
  798. <a href="index.html#Tag">Tag</a>: &#34;bytes,214,opt,name=default_string,json=defaultString,def=Hello, string&#34;,
  799. }</pre>
  800. <pre>var <span id="E_DefaultUint32">E_DefaultUint32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  801. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  802. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint32">uint32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  803. <a href="index.html#Field">Field</a>: 205,
  804. <a href="index.html#Name">Name</a>: &#34;testdata.default_uint32&#34;,
  805. <a href="index.html#Tag">Tag</a>: &#34;varint,205,opt,name=default_uint32,json=defaultUint32,def=44&#34;,
  806. }</pre>
  807. <pre>var <span id="E_DefaultUint64">E_DefaultUint64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  808. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  809. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint64">uint64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  810. <a href="index.html#Field">Field</a>: 206,
  811. <a href="index.html#Name">Name</a>: &#34;testdata.default_uint64&#34;,
  812. <a href="index.html#Tag">Tag</a>: &#34;varint,206,opt,name=default_uint64,json=defaultUint64,def=45&#34;,
  813. }</pre>
  814. <pre>var <span id="E_Ext_More">E_Ext_More</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  815. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessage">MyMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  816. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Ext">Ext</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  817. <a href="index.html#Field">Field</a>: 103,
  818. <a href="index.html#Name">Name</a>: &#34;testdata.Ext.more&#34;,
  819. <a href="index.html#Tag">Tag</a>: &#34;bytes,103,opt,name=more&#34;,
  820. }</pre>
  821. <pre>var <span id="E_Ext_Number">E_Ext_Number</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  822. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessage">MyMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  823. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  824. <a href="index.html#Field">Field</a>: 105,
  825. <a href="index.html#Name">Name</a>: &#34;testdata.Ext.number&#34;,
  826. <a href="index.html#Tag">Tag</a>: &#34;varint,105,opt,name=number&#34;,
  827. }</pre>
  828. <pre>var <span id="E_Ext_Text">E_Ext_Text</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  829. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessage">MyMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  830. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#string">string</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  831. <a href="index.html#Field">Field</a>: 104,
  832. <a href="index.html#Name">Name</a>: &#34;testdata.Ext.text&#34;,
  833. <a href="index.html#Tag">Tag</a>: &#34;bytes,104,opt,name=text&#34;,
  834. }</pre>
  835. <pre>var <span id="E_Greeting">E_Greeting</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  836. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessage">MyMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  837. <a href="index.html#ExtensionType">ExtensionType</a>: ([]<a href="../../../../../builtin/index.html#string">string</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  838. <a href="index.html#Field">Field</a>: 106,
  839. <a href="index.html#Name">Name</a>: &#34;testdata.greeting&#34;,
  840. <a href="index.html#Tag">Tag</a>: &#34;bytes,106,rep,name=greeting&#34;,
  841. }</pre>
  842. <pre>var <span id="E_NoDefaultBool">E_NoDefaultBool</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  843. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  844. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#bool">bool</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  845. <a href="index.html#Field">Field</a>: 113,
  846. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_bool&#34;,
  847. <a href="index.html#Tag">Tag</a>: &#34;varint,113,opt,name=no_default_bool,json=noDefaultBool&#34;,
  848. }</pre>
  849. <pre>var <span id="E_NoDefaultBytes">E_NoDefaultBytes</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  850. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  851. <a href="index.html#ExtensionType">ExtensionType</a>: ([]<a href="../../../../../builtin/index.html#byte">byte</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  852. <a href="index.html#Field">Field</a>: 115,
  853. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_bytes&#34;,
  854. <a href="index.html#Tag">Tag</a>: &#34;bytes,115,opt,name=no_default_bytes,json=noDefaultBytes&#34;,
  855. }</pre>
  856. <pre>var <span id="E_NoDefaultDouble">E_NoDefaultDouble</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  857. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  858. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#float64">float64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  859. <a href="index.html#Field">Field</a>: 101,
  860. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_double&#34;,
  861. <a href="index.html#Tag">Tag</a>: &#34;fixed64,101,opt,name=no_default_double,json=noDefaultDouble&#34;,
  862. }</pre>
  863. <pre>var <span id="E_NoDefaultEnum">E_NoDefaultEnum</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  864. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  865. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  866. <a href="index.html#Field">Field</a>: 116,
  867. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_enum&#34;,
  868. <a href="index.html#Tag">Tag</a>: &#34;varint,116,opt,name=no_default_enum,json=noDefaultEnum,enum=testdata.DefaultsMessage_DefaultsEnum&#34;,
  869. }</pre>
  870. <pre>var <span id="E_NoDefaultFixed32">E_NoDefaultFixed32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  871. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  872. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint32">uint32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  873. <a href="index.html#Field">Field</a>: 109,
  874. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_fixed32&#34;,
  875. <a href="index.html#Tag">Tag</a>: &#34;fixed32,109,opt,name=no_default_fixed32,json=noDefaultFixed32&#34;,
  876. }</pre>
  877. <pre>var <span id="E_NoDefaultFixed64">E_NoDefaultFixed64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  878. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  879. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint64">uint64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  880. <a href="index.html#Field">Field</a>: 110,
  881. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_fixed64&#34;,
  882. <a href="index.html#Tag">Tag</a>: &#34;fixed64,110,opt,name=no_default_fixed64,json=noDefaultFixed64&#34;,
  883. }</pre>
  884. <pre>var <span id="E_NoDefaultFloat">E_NoDefaultFloat</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  885. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  886. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#float32">float32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  887. <a href="index.html#Field">Field</a>: 102,
  888. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_float&#34;,
  889. <a href="index.html#Tag">Tag</a>: &#34;fixed32,102,opt,name=no_default_float,json=noDefaultFloat&#34;,
  890. }</pre>
  891. <pre>var <span id="E_NoDefaultInt32">E_NoDefaultInt32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  892. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  893. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  894. <a href="index.html#Field">Field</a>: 103,
  895. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_int32&#34;,
  896. <a href="index.html#Tag">Tag</a>: &#34;varint,103,opt,name=no_default_int32,json=noDefaultInt32&#34;,
  897. }</pre>
  898. <pre>var <span id="E_NoDefaultInt64">E_NoDefaultInt64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  899. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  900. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int64">int64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  901. <a href="index.html#Field">Field</a>: 104,
  902. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_int64&#34;,
  903. <a href="index.html#Tag">Tag</a>: &#34;varint,104,opt,name=no_default_int64,json=noDefaultInt64&#34;,
  904. }</pre>
  905. <pre>var <span id="E_NoDefaultSfixed32">E_NoDefaultSfixed32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  906. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  907. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  908. <a href="index.html#Field">Field</a>: 111,
  909. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_sfixed32&#34;,
  910. <a href="index.html#Tag">Tag</a>: &#34;fixed32,111,opt,name=no_default_sfixed32,json=noDefaultSfixed32&#34;,
  911. }</pre>
  912. <pre>var <span id="E_NoDefaultSfixed64">E_NoDefaultSfixed64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  913. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  914. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int64">int64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  915. <a href="index.html#Field">Field</a>: 112,
  916. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_sfixed64&#34;,
  917. <a href="index.html#Tag">Tag</a>: &#34;fixed64,112,opt,name=no_default_sfixed64,json=noDefaultSfixed64&#34;,
  918. }</pre>
  919. <pre>var <span id="E_NoDefaultSint32">E_NoDefaultSint32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  920. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  921. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int32">int32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  922. <a href="index.html#Field">Field</a>: 107,
  923. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_sint32&#34;,
  924. <a href="index.html#Tag">Tag</a>: &#34;zigzag32,107,opt,name=no_default_sint32,json=noDefaultSint32&#34;,
  925. }</pre>
  926. <pre>var <span id="E_NoDefaultSint64">E_NoDefaultSint64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  927. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  928. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#int64">int64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  929. <a href="index.html#Field">Field</a>: 108,
  930. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_sint64&#34;,
  931. <a href="index.html#Tag">Tag</a>: &#34;zigzag64,108,opt,name=no_default_sint64,json=noDefaultSint64&#34;,
  932. }</pre>
  933. <pre>var <span id="E_NoDefaultString">E_NoDefaultString</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  934. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  935. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#string">string</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  936. <a href="index.html#Field">Field</a>: 114,
  937. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_string&#34;,
  938. <a href="index.html#Tag">Tag</a>: &#34;bytes,114,opt,name=no_default_string,json=noDefaultString&#34;,
  939. }</pre>
  940. <pre>var <span id="E_NoDefaultUint32">E_NoDefaultUint32</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  941. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  942. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint32">uint32</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  943. <a href="index.html#Field">Field</a>: 105,
  944. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_uint32&#34;,
  945. <a href="index.html#Tag">Tag</a>: &#34;varint,105,opt,name=no_default_uint32,json=noDefaultUint32&#34;,
  946. }</pre>
  947. <pre>var <span id="E_NoDefaultUint64">E_NoDefaultUint64</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  948. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  949. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="../../../../../builtin/index.html#uint64">uint64</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  950. <a href="index.html#Field">Field</a>: 106,
  951. <a href="index.html#Name">Name</a>: &#34;testdata.no_default_uint64&#34;,
  952. <a href="index.html#Tag">Tag</a>: &#34;varint,106,opt,name=no_default_uint64,json=noDefaultUint64&#34;,
  953. }</pre>
  954. <pre>var <span id="E_RComplex">E_RComplex</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  955. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#OtherMessage">OtherMessage</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  956. <a href="index.html#ExtensionType">ExtensionType</a>: ([]*<a href="index.html#ComplexExtension">ComplexExtension</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  957. <a href="index.html#Field">Field</a>: 201,
  958. <a href="index.html#Name">Name</a>: &#34;testdata.r_complex&#34;,
  959. <a href="index.html#Tag">Tag</a>: &#34;bytes,201,rep,name=r_complex,json=rComplex&#34;,
  960. }</pre>
  961. <pre>var <span id="E_X201">E_X201</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  962. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  963. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  964. <a href="index.html#Field">Field</a>: 201,
  965. <a href="index.html#Name">Name</a>: &#34;testdata.x201&#34;,
  966. <a href="index.html#Tag">Tag</a>: &#34;bytes,201,opt,name=x201&#34;,
  967. }</pre>
  968. <pre>var <span id="E_X202">E_X202</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  969. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  970. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  971. <a href="index.html#Field">Field</a>: 202,
  972. <a href="index.html#Name">Name</a>: &#34;testdata.x202&#34;,
  973. <a href="index.html#Tag">Tag</a>: &#34;bytes,202,opt,name=x202&#34;,
  974. }</pre>
  975. <pre>var <span id="E_X203">E_X203</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  976. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  977. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  978. <a href="index.html#Field">Field</a>: 203,
  979. <a href="index.html#Name">Name</a>: &#34;testdata.x203&#34;,
  980. <a href="index.html#Tag">Tag</a>: &#34;bytes,203,opt,name=x203&#34;,
  981. }</pre>
  982. <pre>var <span id="E_X204">E_X204</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  983. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  984. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  985. <a href="index.html#Field">Field</a>: 204,
  986. <a href="index.html#Name">Name</a>: &#34;testdata.x204&#34;,
  987. <a href="index.html#Tag">Tag</a>: &#34;bytes,204,opt,name=x204&#34;,
  988. }</pre>
  989. <pre>var <span id="E_X205">E_X205</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  990. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  991. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  992. <a href="index.html#Field">Field</a>: 205,
  993. <a href="index.html#Name">Name</a>: &#34;testdata.x205&#34;,
  994. <a href="index.html#Tag">Tag</a>: &#34;bytes,205,opt,name=x205&#34;,
  995. }</pre>
  996. <pre>var <span id="E_X206">E_X206</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  997. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  998. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  999. <a href="index.html#Field">Field</a>: 206,
  1000. <a href="index.html#Name">Name</a>: &#34;testdata.x206&#34;,
  1001. <a href="index.html#Tag">Tag</a>: &#34;bytes,206,opt,name=x206&#34;,
  1002. }</pre>
  1003. <pre>var <span id="E_X207">E_X207</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1004. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1005. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1006. <a href="index.html#Field">Field</a>: 207,
  1007. <a href="index.html#Name">Name</a>: &#34;testdata.x207&#34;,
  1008. <a href="index.html#Tag">Tag</a>: &#34;bytes,207,opt,name=x207&#34;,
  1009. }</pre>
  1010. <pre>var <span id="E_X208">E_X208</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1011. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1012. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1013. <a href="index.html#Field">Field</a>: 208,
  1014. <a href="index.html#Name">Name</a>: &#34;testdata.x208&#34;,
  1015. <a href="index.html#Tag">Tag</a>: &#34;bytes,208,opt,name=x208&#34;,
  1016. }</pre>
  1017. <pre>var <span id="E_X209">E_X209</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1018. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1019. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1020. <a href="index.html#Field">Field</a>: 209,
  1021. <a href="index.html#Name">Name</a>: &#34;testdata.x209&#34;,
  1022. <a href="index.html#Tag">Tag</a>: &#34;bytes,209,opt,name=x209&#34;,
  1023. }</pre>
  1024. <pre>var <span id="E_X210">E_X210</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1025. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1026. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1027. <a href="index.html#Field">Field</a>: 210,
  1028. <a href="index.html#Name">Name</a>: &#34;testdata.x210&#34;,
  1029. <a href="index.html#Tag">Tag</a>: &#34;bytes,210,opt,name=x210&#34;,
  1030. }</pre>
  1031. <pre>var <span id="E_X211">E_X211</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1032. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1033. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1034. <a href="index.html#Field">Field</a>: 211,
  1035. <a href="index.html#Name">Name</a>: &#34;testdata.x211&#34;,
  1036. <a href="index.html#Tag">Tag</a>: &#34;bytes,211,opt,name=x211&#34;,
  1037. }</pre>
  1038. <pre>var <span id="E_X212">E_X212</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1039. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1040. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1041. <a href="index.html#Field">Field</a>: 212,
  1042. <a href="index.html#Name">Name</a>: &#34;testdata.x212&#34;,
  1043. <a href="index.html#Tag">Tag</a>: &#34;bytes,212,opt,name=x212&#34;,
  1044. }</pre>
  1045. <pre>var <span id="E_X213">E_X213</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1046. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1047. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1048. <a href="index.html#Field">Field</a>: 213,
  1049. <a href="index.html#Name">Name</a>: &#34;testdata.x213&#34;,
  1050. <a href="index.html#Tag">Tag</a>: &#34;bytes,213,opt,name=x213&#34;,
  1051. }</pre>
  1052. <pre>var <span id="E_X214">E_X214</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1053. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1054. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1055. <a href="index.html#Field">Field</a>: 214,
  1056. <a href="index.html#Name">Name</a>: &#34;testdata.x214&#34;,
  1057. <a href="index.html#Tag">Tag</a>: &#34;bytes,214,opt,name=x214&#34;,
  1058. }</pre>
  1059. <pre>var <span id="E_X215">E_X215</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1060. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1061. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1062. <a href="index.html#Field">Field</a>: 215,
  1063. <a href="index.html#Name">Name</a>: &#34;testdata.x215&#34;,
  1064. <a href="index.html#Tag">Tag</a>: &#34;bytes,215,opt,name=x215&#34;,
  1065. }</pre>
  1066. <pre>var <span id="E_X216">E_X216</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1067. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1068. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1069. <a href="index.html#Field">Field</a>: 216,
  1070. <a href="index.html#Name">Name</a>: &#34;testdata.x216&#34;,
  1071. <a href="index.html#Tag">Tag</a>: &#34;bytes,216,opt,name=x216&#34;,
  1072. }</pre>
  1073. <pre>var <span id="E_X217">E_X217</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1074. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1075. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1076. <a href="index.html#Field">Field</a>: 217,
  1077. <a href="index.html#Name">Name</a>: &#34;testdata.x217&#34;,
  1078. <a href="index.html#Tag">Tag</a>: &#34;bytes,217,opt,name=x217&#34;,
  1079. }</pre>
  1080. <pre>var <span id="E_X218">E_X218</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1081. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1082. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1083. <a href="index.html#Field">Field</a>: 218,
  1084. <a href="index.html#Name">Name</a>: &#34;testdata.x218&#34;,
  1085. <a href="index.html#Tag">Tag</a>: &#34;bytes,218,opt,name=x218&#34;,
  1086. }</pre>
  1087. <pre>var <span id="E_X219">E_X219</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1088. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1089. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1090. <a href="index.html#Field">Field</a>: 219,
  1091. <a href="index.html#Name">Name</a>: &#34;testdata.x219&#34;,
  1092. <a href="index.html#Tag">Tag</a>: &#34;bytes,219,opt,name=x219&#34;,
  1093. }</pre>
  1094. <pre>var <span id="E_X220">E_X220</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1095. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1096. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1097. <a href="index.html#Field">Field</a>: 220,
  1098. <a href="index.html#Name">Name</a>: &#34;testdata.x220&#34;,
  1099. <a href="index.html#Tag">Tag</a>: &#34;bytes,220,opt,name=x220&#34;,
  1100. }</pre>
  1101. <pre>var <span id="E_X221">E_X221</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1102. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1103. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1104. <a href="index.html#Field">Field</a>: 221,
  1105. <a href="index.html#Name">Name</a>: &#34;testdata.x221&#34;,
  1106. <a href="index.html#Tag">Tag</a>: &#34;bytes,221,opt,name=x221&#34;,
  1107. }</pre>
  1108. <pre>var <span id="E_X222">E_X222</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1109. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1110. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1111. <a href="index.html#Field">Field</a>: 222,
  1112. <a href="index.html#Name">Name</a>: &#34;testdata.x222&#34;,
  1113. <a href="index.html#Tag">Tag</a>: &#34;bytes,222,opt,name=x222&#34;,
  1114. }</pre>
  1115. <pre>var <span id="E_X223">E_X223</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1116. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1117. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1118. <a href="index.html#Field">Field</a>: 223,
  1119. <a href="index.html#Name">Name</a>: &#34;testdata.x223&#34;,
  1120. <a href="index.html#Tag">Tag</a>: &#34;bytes,223,opt,name=x223&#34;,
  1121. }</pre>
  1122. <pre>var <span id="E_X224">E_X224</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1123. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1124. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1125. <a href="index.html#Field">Field</a>: 224,
  1126. <a href="index.html#Name">Name</a>: &#34;testdata.x224&#34;,
  1127. <a href="index.html#Tag">Tag</a>: &#34;bytes,224,opt,name=x224&#34;,
  1128. }</pre>
  1129. <pre>var <span id="E_X225">E_X225</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1130. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1131. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1132. <a href="index.html#Field">Field</a>: 225,
  1133. <a href="index.html#Name">Name</a>: &#34;testdata.x225&#34;,
  1134. <a href="index.html#Tag">Tag</a>: &#34;bytes,225,opt,name=x225&#34;,
  1135. }</pre>
  1136. <pre>var <span id="E_X226">E_X226</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1137. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1138. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1139. <a href="index.html#Field">Field</a>: 226,
  1140. <a href="index.html#Name">Name</a>: &#34;testdata.x226&#34;,
  1141. <a href="index.html#Tag">Tag</a>: &#34;bytes,226,opt,name=x226&#34;,
  1142. }</pre>
  1143. <pre>var <span id="E_X227">E_X227</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1144. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1145. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1146. <a href="index.html#Field">Field</a>: 227,
  1147. <a href="index.html#Name">Name</a>: &#34;testdata.x227&#34;,
  1148. <a href="index.html#Tag">Tag</a>: &#34;bytes,227,opt,name=x227&#34;,
  1149. }</pre>
  1150. <pre>var <span id="E_X228">E_X228</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1151. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1152. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1153. <a href="index.html#Field">Field</a>: 228,
  1154. <a href="index.html#Name">Name</a>: &#34;testdata.x228&#34;,
  1155. <a href="index.html#Tag">Tag</a>: &#34;bytes,228,opt,name=x228&#34;,
  1156. }</pre>
  1157. <pre>var <span id="E_X229">E_X229</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1158. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1159. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1160. <a href="index.html#Field">Field</a>: 229,
  1161. <a href="index.html#Name">Name</a>: &#34;testdata.x229&#34;,
  1162. <a href="index.html#Tag">Tag</a>: &#34;bytes,229,opt,name=x229&#34;,
  1163. }</pre>
  1164. <pre>var <span id="E_X230">E_X230</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1165. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1166. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1167. <a href="index.html#Field">Field</a>: 230,
  1168. <a href="index.html#Name">Name</a>: &#34;testdata.x230&#34;,
  1169. <a href="index.html#Tag">Tag</a>: &#34;bytes,230,opt,name=x230&#34;,
  1170. }</pre>
  1171. <pre>var <span id="E_X231">E_X231</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1172. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1173. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1174. <a href="index.html#Field">Field</a>: 231,
  1175. <a href="index.html#Name">Name</a>: &#34;testdata.x231&#34;,
  1176. <a href="index.html#Tag">Tag</a>: &#34;bytes,231,opt,name=x231&#34;,
  1177. }</pre>
  1178. <pre>var <span id="E_X232">E_X232</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1179. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1180. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1181. <a href="index.html#Field">Field</a>: 232,
  1182. <a href="index.html#Name">Name</a>: &#34;testdata.x232&#34;,
  1183. <a href="index.html#Tag">Tag</a>: &#34;bytes,232,opt,name=x232&#34;,
  1184. }</pre>
  1185. <pre>var <span id="E_X233">E_X233</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1186. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1187. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1188. <a href="index.html#Field">Field</a>: 233,
  1189. <a href="index.html#Name">Name</a>: &#34;testdata.x233&#34;,
  1190. <a href="index.html#Tag">Tag</a>: &#34;bytes,233,opt,name=x233&#34;,
  1191. }</pre>
  1192. <pre>var <span id="E_X234">E_X234</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1193. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1194. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1195. <a href="index.html#Field">Field</a>: 234,
  1196. <a href="index.html#Name">Name</a>: &#34;testdata.x234&#34;,
  1197. <a href="index.html#Tag">Tag</a>: &#34;bytes,234,opt,name=x234&#34;,
  1198. }</pre>
  1199. <pre>var <span id="E_X235">E_X235</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1200. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1201. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1202. <a href="index.html#Field">Field</a>: 235,
  1203. <a href="index.html#Name">Name</a>: &#34;testdata.x235&#34;,
  1204. <a href="index.html#Tag">Tag</a>: &#34;bytes,235,opt,name=x235&#34;,
  1205. }</pre>
  1206. <pre>var <span id="E_X236">E_X236</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1207. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1208. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1209. <a href="index.html#Field">Field</a>: 236,
  1210. <a href="index.html#Name">Name</a>: &#34;testdata.x236&#34;,
  1211. <a href="index.html#Tag">Tag</a>: &#34;bytes,236,opt,name=x236&#34;,
  1212. }</pre>
  1213. <pre>var <span id="E_X237">E_X237</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1214. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1215. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1216. <a href="index.html#Field">Field</a>: 237,
  1217. <a href="index.html#Name">Name</a>: &#34;testdata.x237&#34;,
  1218. <a href="index.html#Tag">Tag</a>: &#34;bytes,237,opt,name=x237&#34;,
  1219. }</pre>
  1220. <pre>var <span id="E_X238">E_X238</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1221. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1222. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1223. <a href="index.html#Field">Field</a>: 238,
  1224. <a href="index.html#Name">Name</a>: &#34;testdata.x238&#34;,
  1225. <a href="index.html#Tag">Tag</a>: &#34;bytes,238,opt,name=x238&#34;,
  1226. }</pre>
  1227. <pre>var <span id="E_X239">E_X239</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1228. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1229. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1230. <a href="index.html#Field">Field</a>: 239,
  1231. <a href="index.html#Name">Name</a>: &#34;testdata.x239&#34;,
  1232. <a href="index.html#Tag">Tag</a>: &#34;bytes,239,opt,name=x239&#34;,
  1233. }</pre>
  1234. <pre>var <span id="E_X240">E_X240</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1235. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1236. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1237. <a href="index.html#Field">Field</a>: 240,
  1238. <a href="index.html#Name">Name</a>: &#34;testdata.x240&#34;,
  1239. <a href="index.html#Tag">Tag</a>: &#34;bytes,240,opt,name=x240&#34;,
  1240. }</pre>
  1241. <pre>var <span id="E_X241">E_X241</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1242. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1243. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1244. <a href="index.html#Field">Field</a>: 241,
  1245. <a href="index.html#Name">Name</a>: &#34;testdata.x241&#34;,
  1246. <a href="index.html#Tag">Tag</a>: &#34;bytes,241,opt,name=x241&#34;,
  1247. }</pre>
  1248. <pre>var <span id="E_X242">E_X242</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1249. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1250. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1251. <a href="index.html#Field">Field</a>: 242,
  1252. <a href="index.html#Name">Name</a>: &#34;testdata.x242&#34;,
  1253. <a href="index.html#Tag">Tag</a>: &#34;bytes,242,opt,name=x242&#34;,
  1254. }</pre>
  1255. <pre>var <span id="E_X243">E_X243</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1256. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1257. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1258. <a href="index.html#Field">Field</a>: 243,
  1259. <a href="index.html#Name">Name</a>: &#34;testdata.x243&#34;,
  1260. <a href="index.html#Tag">Tag</a>: &#34;bytes,243,opt,name=x243&#34;,
  1261. }</pre>
  1262. <pre>var <span id="E_X244">E_X244</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1263. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1264. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1265. <a href="index.html#Field">Field</a>: 244,
  1266. <a href="index.html#Name">Name</a>: &#34;testdata.x244&#34;,
  1267. <a href="index.html#Tag">Tag</a>: &#34;bytes,244,opt,name=x244&#34;,
  1268. }</pre>
  1269. <pre>var <span id="E_X245">E_X245</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1270. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1271. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1272. <a href="index.html#Field">Field</a>: 245,
  1273. <a href="index.html#Name">Name</a>: &#34;testdata.x245&#34;,
  1274. <a href="index.html#Tag">Tag</a>: &#34;bytes,245,opt,name=x245&#34;,
  1275. }</pre>
  1276. <pre>var <span id="E_X246">E_X246</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1277. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1278. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1279. <a href="index.html#Field">Field</a>: 246,
  1280. <a href="index.html#Name">Name</a>: &#34;testdata.x246&#34;,
  1281. <a href="index.html#Tag">Tag</a>: &#34;bytes,246,opt,name=x246&#34;,
  1282. }</pre>
  1283. <pre>var <span id="E_X247">E_X247</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1284. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1285. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1286. <a href="index.html#Field">Field</a>: 247,
  1287. <a href="index.html#Name">Name</a>: &#34;testdata.x247&#34;,
  1288. <a href="index.html#Tag">Tag</a>: &#34;bytes,247,opt,name=x247&#34;,
  1289. }</pre>
  1290. <pre>var <span id="E_X248">E_X248</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1291. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1292. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1293. <a href="index.html#Field">Field</a>: 248,
  1294. <a href="index.html#Name">Name</a>: &#34;testdata.x248&#34;,
  1295. <a href="index.html#Tag">Tag</a>: &#34;bytes,248,opt,name=x248&#34;,
  1296. }</pre>
  1297. <pre>var <span id="E_X249">E_X249</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1298. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1299. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1300. <a href="index.html#Field">Field</a>: 249,
  1301. <a href="index.html#Name">Name</a>: &#34;testdata.x249&#34;,
  1302. <a href="index.html#Tag">Tag</a>: &#34;bytes,249,opt,name=x249&#34;,
  1303. }</pre>
  1304. <pre>var <span id="E_X250">E_X250</span> = &amp;<a href="../index.html">proto</a>.<a href="../index.html#ExtensionDesc">ExtensionDesc</a>{
  1305. <a href="index.html#ExtendedType">ExtendedType</a>: (*<a href="index.html#MyMessageSet">MyMessageSet</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1306. <a href="index.html#ExtensionType">ExtensionType</a>: (*<a href="index.html#Empty">Empty</a>)(<a href="../../../../../builtin/index.html#nil">nil</a>),
  1307. <a href="index.html#Field">Field</a>: 250,
  1308. <a href="index.html#Name">Name</a>: &#34;testdata.x250&#34;,
  1309. <a href="index.html#Tag">Tag</a>: &#34;bytes,250,opt,name=x250&#34;,
  1310. }</pre>
  1311. <pre>var <span id="FOO_name">FOO_name</span> = map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a>{
  1312. 1: &#34;FOO1&#34;,
  1313. }</pre>
  1314. <pre>var <span id="FOO_value">FOO_value</span> = map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#int32">int32</a>{
  1315. &#34;FOO1&#34;: 1,
  1316. }</pre>
  1317. <pre>var <span id="GoTest_KIND_name">GoTest_KIND_name</span> = map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a>{
  1318. 0: &#34;VOID&#34;,
  1319. 1: &#34;BOOL&#34;,
  1320. 2: &#34;BYTES&#34;,
  1321. 3: &#34;FINGERPRINT&#34;,
  1322. 4: &#34;FLOAT&#34;,
  1323. 5: &#34;INT&#34;,
  1324. 6: &#34;STRING&#34;,
  1325. 7: &#34;TIME&#34;,
  1326. 8: &#34;TUPLE&#34;,
  1327. 9: &#34;ARRAY&#34;,
  1328. 10: &#34;MAP&#34;,
  1329. 11: &#34;TABLE&#34;,
  1330. 12: &#34;FUNCTION&#34;,
  1331. }</pre>
  1332. <pre>var <span id="GoTest_KIND_value">GoTest_KIND_value</span> = map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#int32">int32</a>{
  1333. &#34;VOID&#34;: 0,
  1334. &#34;BOOL&#34;: 1,
  1335. &#34;BYTES&#34;: 2,
  1336. &#34;FINGERPRINT&#34;: 3,
  1337. &#34;FLOAT&#34;: 4,
  1338. &#34;INT&#34;: 5,
  1339. &#34;STRING&#34;: 6,
  1340. &#34;TIME&#34;: 7,
  1341. &#34;TUPLE&#34;: 8,
  1342. &#34;ARRAY&#34;: 9,
  1343. &#34;MAP&#34;: 10,
  1344. &#34;TABLE&#34;: 11,
  1345. &#34;FUNCTION&#34;: 12,
  1346. }</pre>
  1347. <pre>var <span id="MyMessage_Color_name">MyMessage_Color_name</span> = map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a>{
  1348. 0: &#34;RED&#34;,
  1349. 1: &#34;GREEN&#34;,
  1350. 2: &#34;BLUE&#34;,
  1351. }</pre>
  1352. <pre>var <span id="MyMessage_Color_value">MyMessage_Color_value</span> = map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#int32">int32</a>{
  1353. &#34;RED&#34;: 0,
  1354. &#34;GREEN&#34;: 1,
  1355. &#34;BLUE&#34;: 2,
  1356. }</pre>
  1357. <pre>var <span id="RepeatedEnum_Color_name">RepeatedEnum_Color_name</span> = map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a>{
  1358. 1: &#34;RED&#34;,
  1359. }</pre>
  1360. <pre>var <span id="RepeatedEnum_Color_value">RepeatedEnum_Color_value</span> = map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#int32">int32</a>{
  1361. &#34;RED&#34;: 1,
  1362. }</pre>
  1363. <h2 id="Communique">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83990:84448#L2714">Communique</a></h2>
  1364. <pre>type Communique struct {
  1365. MakeMeCry *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,1,opt,name=make_me_cry,json=makeMeCry&#34; json:&#34;make_me_cry,omitempty&#34;`
  1366. <span class="comment">// This is a oneof, called &#34;union&#34;.</span>
  1367. <span class="comment">//</span>
  1368. <span class="comment">// Types that are valid to be assigned to Union:</span>
  1369. <span class="comment">// *Communique_Number</span>
  1370. <span class="comment">// *Communique_Name</span>
  1371. <span class="comment">// *Communique_Data</span>
  1372. <span class="comment">// *Communique_TempC</span>
  1373. <span class="comment">// *Communique_Col</span>
  1374. <span class="comment">// *Communique_Msg</span>
  1375. Union isCommunique_Union `protobuf_oneof:&#34;union&#34;`
  1376. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1377. }</pre>
  1378. <h3 id="Communique.Descriptor">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84657:84704#L2732">Descriptor</a></h3>
  1379. <pre>func (*<a href="index.html#Communique">Communique</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1380. <h3 id="Communique.GetCol">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=86413:86458#L2806">GetCol</a></h3>
  1381. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetCol() <a href="index.html#MyMessage_Color">MyMessage_Color</a></pre>
  1382. <h3 id="Communique.GetData">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=86161:86198#L2792">GetData</a></h3>
  1383. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetData() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  1384. <h3 id="Communique.GetMakeMeCry">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=85787:85827#L2771">GetMakeMeCry</a></h3>
  1385. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetMakeMeCry() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1386. <h3 id="Communique.GetMsg">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=86554:86592#L2813">GetMsg</a></h3>
  1387. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetMsg() *<a href="index.html#Strings">Strings</a></pre>
  1388. <h3 id="Communique.GetName">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=86037:86074#L2785">GetName</a></h3>
  1389. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetName() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1390. <h3 id="Communique.GetNumber">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=85909:85947#L2778">GetNumber</a></h3>
  1391. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetNumber() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1392. <h3 id="Communique.GetTempC">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=86286:86325#L2799">GetTempC</a></h3>
  1393. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetTempC() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1394. <h3 id="Communique.GetUnion">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=85684:85734#L2764">GetUnion</a></h3>
  1395. <pre>func (m *<a href="index.html#Communique">Communique</a>) GetUnion() isCommunique_Union</pre>
  1396. <h3 id="Communique.ProtoMessage">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84606:84639#L2731">ProtoMessage</a></h3>
  1397. <pre>func (*<a href="index.html#Communique">Communique</a>) ProtoMessage()</pre>
  1398. <h3 id="Communique.Reset">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84450:84478#L2729">Reset</a></h3>
  1399. <pre>func (m *<a href="index.html#Communique">Communique</a>) Reset()</pre>
  1400. <h3 id="Communique.String">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84520:84556#L2730">String</a></h3>
  1401. <pre>func (m *<a href="index.html#Communique">Communique</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1402. <h3 id="Communique.XXX_OneofFuncs">func (*Communique) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=86742:86945#L2821">XXX_OneofFuncs</a></h3>
  1403. <pre>func (*<a href="index.html#Communique">Communique</a>) XXX_OneofFuncs() (func(msg <a href="../index.html">proto</a>.<a href="../index.html#Message">Message</a>, b *<a href="../index.html">proto</a>.<a href="../index.html#Buffer">Buffer</a>) <a href="../../../../../builtin/index.html#error">error</a>, func(msg <a href="../index.html">proto</a>.<a href="../index.html#Message">Message</a>, tag, wire <a href="../../../../../builtin/index.html#int">int</a>, b *<a href="../index.html">proto</a>.<a href="../index.html#Buffer">Buffer</a>) (<a href="../../../../../builtin/index.html#bool">bool</a>, <a href="../../../../../builtin/index.html#error">error</a>), func(msg <a href="../index.html">proto</a>.<a href="../index.html#Message">Message</a>) (n <a href="../../../../../builtin/index.html#int">int</a>), []interface{})</pre>
  1404. <p>
  1405. XXX_OneofFuncs is for the internal use of the proto package.
  1406. </p>
  1407. <h2 id="Communique_Col">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=85173:85295#L2750">Communique_Col</a></h2>
  1408. <pre>type Communique_Col struct {
  1409. Col <a href="index.html#MyMessage_Color">MyMessage_Color</a> `protobuf:&#34;varint,9,opt,name=col,enum=testdata.MyMessage_Color,oneof&#34;`
  1410. }</pre>
  1411. <h2 id="Communique_Data">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84983:85068#L2744">Communique_Data</a></h2>
  1412. <pre>type Communique_Data struct {
  1413. Data []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,7,opt,name=data,oneof&#34;`
  1414. }</pre>
  1415. <h2 id="Communique_Msg">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=85296:85381#L2753">Communique_Msg</a></h2>
  1416. <pre>type Communique_Msg struct {
  1417. Msg *<a href="index.html#Strings">Strings</a> `protobuf:&#34;bytes,10,opt,name=msg,oneof&#34;`
  1418. }</pre>
  1419. <h2 id="Communique_Name">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84897:84982#L2741">Communique_Name</a></h2>
  1420. <pre>type Communique_Name struct {
  1421. Name <a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,6,opt,name=name,oneof&#34;`
  1422. }</pre>
  1423. <h2 id="Communique_Number">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=84805:84896#L2738">Communique_Number</a></h2>
  1424. <pre>type Communique_Number struct {
  1425. Number <a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,5,opt,name=number,oneof&#34;`
  1426. }</pre>
  1427. <h2 id="Communique_TempC">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=85069:85172#L2747">Communique_TempC</a></h2>
  1428. <pre>type Communique_TempC struct {
  1429. TempC <a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,8,opt,name=temp_c,json=tempC,oneof&#34;`
  1430. }</pre>
  1431. <h2 id="ComplexExtension">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=48476:48805#L1538">ComplexExtension</a></h2>
  1432. <pre>type ComplexExtension struct {
  1433. First *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,1,opt,name=first&#34; json:&#34;first,omitempty&#34;`
  1434. Second *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=second&#34; json:&#34;second,omitempty&#34;`
  1435. Third []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,3,rep,name=third&#34; json:&#34;third,omitempty&#34;`
  1436. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1437. }</pre>
  1438. <h3 id="ComplexExtension.Descriptor">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49038:49091#L1548">Descriptor</a></h3>
  1439. <pre>func (*<a href="index.html#ComplexExtension">ComplexExtension</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1440. <h3 id="ComplexExtension.GetFirst">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49131:49174#L1550">GetFirst</a></h3>
  1441. <pre>func (m *<a href="index.html#ComplexExtension">ComplexExtension</a>) GetFirst() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1442. <h3 id="ComplexExtension.GetSecond">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49244:49288#L1557">GetSecond</a></h3>
  1443. <pre>func (m *<a href="index.html#ComplexExtension">ComplexExtension</a>) GetSecond() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1444. <h3 id="ComplexExtension.GetThird">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49360:49405#L1564">GetThird</a></h3>
  1445. <pre>func (m *<a href="index.html#ComplexExtension">ComplexExtension</a>) GetThird() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1446. <h3 id="ComplexExtension.ProtoMessage">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=48981:49020#L1547">ProtoMessage</a></h3>
  1447. <pre>func (*<a href="index.html#ComplexExtension">ComplexExtension</a>) ProtoMessage()</pre>
  1448. <h3 id="ComplexExtension.Reset">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=48807:48841#L1545">Reset</a></h3>
  1449. <pre>func (m *<a href="index.html#ComplexExtension">ComplexExtension</a>) Reset()</pre>
  1450. <h3 id="ComplexExtension.String">func (*ComplexExtension) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=48889:48931#L1546">String</a></h3>
  1451. <pre>func (m *<a href="index.html#ComplexExtension">ComplexExtension</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1452. <h2 id="Defaults">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53874:56254#L1700">Defaults</a></h2>
  1453. <pre>type Defaults struct {
  1454. <span class="comment">// Default-valued fields of all basic types.</span>
  1455. <span class="comment">// Same as GoTest, but copied here to make testing easier.</span>
  1456. F_Bool *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,1,opt,name=F_Bool,json=fBool,def=1&#34; json:&#34;F_Bool,omitempty&#34;`
  1457. F_Int32 *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=F_Int32,json=fInt32,def=32&#34; json:&#34;F_Int32,omitempty&#34;`
  1458. F_Int64 *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,3,opt,name=F_Int64,json=fInt64,def=64&#34; json:&#34;F_Int64,omitempty&#34;`
  1459. F_Fixed32 *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,4,opt,name=F_Fixed32,json=fFixed32,def=320&#34; json:&#34;F_Fixed32,omitempty&#34;`
  1460. F_Fixed64 *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,5,opt,name=F_Fixed64,json=fFixed64,def=640&#34; json:&#34;F_Fixed64,omitempty&#34;`
  1461. F_Uint32 *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,6,opt,name=F_Uint32,json=fUint32,def=3200&#34; json:&#34;F_Uint32,omitempty&#34;`
  1462. F_Uint64 *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,7,opt,name=F_Uint64,json=fUint64,def=6400&#34; json:&#34;F_Uint64,omitempty&#34;`
  1463. F_Float *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,8,opt,name=F_Float,json=fFloat,def=314159&#34; json:&#34;F_Float,omitempty&#34;`
  1464. F_Double *<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,9,opt,name=F_Double,json=fDouble,def=271828&#34; json:&#34;F_Double,omitempty&#34;`
  1465. F_String *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,10,opt,name=F_String,json=fString,def=hello, \&#34;world!\&#34;\n&#34; json:&#34;F_String,omitempty&#34;`
  1466. F_Bytes []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,11,opt,name=F_Bytes,json=fBytes,def=Bignose&#34; json:&#34;F_Bytes,omitempty&#34;`
  1467. F_Sint32 *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,12,opt,name=F_Sint32,json=fSint32,def=-32&#34; json:&#34;F_Sint32,omitempty&#34;`
  1468. F_Sint64 *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,13,opt,name=F_Sint64,json=fSint64,def=-64&#34; json:&#34;F_Sint64,omitempty&#34;`
  1469. F_Enum *<a href="index.html#Defaults_Color">Defaults_Color</a> `protobuf:&#34;varint,14,opt,name=F_Enum,json=fEnum,enum=testdata.Defaults_Color,def=1&#34; json:&#34;F_Enum,omitempty&#34;`
  1470. <span class="comment">// More fields with crazy defaults.</span>
  1471. F_Pinf *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,15,opt,name=F_Pinf,json=fPinf,def=inf&#34; json:&#34;F_Pinf,omitempty&#34;`
  1472. F_Ninf *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,16,opt,name=F_Ninf,json=fNinf,def=-inf&#34; json:&#34;F_Ninf,omitempty&#34;`
  1473. F_Nan *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,17,opt,name=F_Nan,json=fNan,def=nan&#34; json:&#34;F_Nan,omitempty&#34;`
  1474. <span class="comment">// Sub-message.</span>
  1475. Sub *<a href="index.html#SubDefaults">SubDefaults</a> `protobuf:&#34;bytes,18,opt,name=sub&#34; json:&#34;sub,omitempty&#34;`
  1476. <span class="comment">// Redundant but explicit defaults.</span>
  1477. StrZero *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,19,opt,name=str_zero,json=strZero,def=&#34; json:&#34;str_zero,omitempty&#34;`
  1478. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1479. }</pre>
  1480. <h3 id="Defaults.Descriptor">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=56455:56500#L1731">Descriptor</a></h3>
  1481. <pre>func (*<a href="index.html#Defaults">Defaults</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1482. <h3 id="Defaults.GetF_Bool">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=57396:57431#L1754">GetF_Bool</a></h3>
  1483. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Bool() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1484. <h3 id="Defaults.GetF_Bytes">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58772:58810#L1824">GetF_Bytes</a></h3>
  1485. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Bytes() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  1486. <h3 id="Defaults.GetF_Double">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58493:58533#L1810">GetF_Double</a></h3>
  1487. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Double() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1488. <h3 id="Defaults.GetF_Enum">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59206:59251#L1845">GetF_Enum</a></h3>
  1489. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Enum() <a href="index.html#Defaults_Color">Defaults_Color</a></pre>
  1490. <h3 id="Defaults.GetF_Fixed32">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=57793:57833#L1775">GetF_Fixed32</a></h3>
  1491. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Fixed32() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1492. <h3 id="Defaults.GetF_Fixed64">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=57936:57976#L1782">GetF_Fixed64</a></h3>
  1493. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Fixed64() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1494. <h3 id="Defaults.GetF_Float">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58357:58396#L1803">GetF_Float</a></h3>
  1495. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Float() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1496. <h3 id="Defaults.GetF_Int32">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=57525:57562#L1761">GetF_Int32</a></h3>
  1497. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Int32() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1498. <h3 id="Defaults.GetF_Int64">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=57659:57696#L1768">GetF_Int64</a></h3>
  1499. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Int64() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1500. <h3 id="Defaults.GetF_Nan">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59609:59646#L1866">GetF_Nan</a></h3>
  1501. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Nan() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1502. <h3 id="Defaults.GetF_Ninf">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59477:59515#L1859">GetF_Ninf</a></h3>
  1503. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Ninf() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1504. <h3 id="Defaults.GetF_Pinf">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59345:59383#L1852">GetF_Pinf</a></h3>
  1505. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Pinf() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1506. <h3 id="Defaults.GetF_Sint32">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58930:58968#L1831">GetF_Sint32</a></h3>
  1507. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Sint32() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1508. <h3 id="Defaults.GetF_Sint64">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59068:59106#L1838">GetF_Sint64</a></h3>
  1509. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Sint64() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1510. <h3 id="Defaults.GetF_String">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58633:58672#L1817">GetF_String</a></h3>
  1511. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1512. <h3 id="Defaults.GetF_Uint32">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58079:58118#L1789">GetF_Uint32</a></h3>
  1513. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Uint32() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1514. <h3 id="Defaults.GetF_Uint64">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=58218:58257#L1796">GetF_Uint64</a></h3>
  1515. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetF_Uint64() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1516. <h3 id="Defaults.GetStrZero">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59828:59866#L1880">GetStrZero</a></h3>
  1517. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetStrZero() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1518. <h3 id="Defaults.GetSub">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59737:59777#L1873">GetSub</a></h3>
  1519. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) GetSub() *<a href="index.html#SubDefaults">SubDefaults</a></pre>
  1520. <h3 id="Defaults.ProtoMessage">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=56406:56437#L1730">ProtoMessage</a></h3>
  1521. <pre>func (*<a href="index.html#Defaults">Defaults</a>) ProtoMessage()</pre>
  1522. <h3 id="Defaults.Reset">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=56256:56282#L1728">Reset</a></h3>
  1523. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) Reset()</pre>
  1524. <h3 id="Defaults.String">func (*Defaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=56322:56356#L1729">String</a></h3>
  1525. <pre>func (m *<a href="index.html#Defaults">Defaults</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1526. <h2 id="DefaultsMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49458:49578#L1571">DefaultsMessage</a></h2>
  1527. <pre>type DefaultsMessage struct {
  1528. <a href="../index.html">proto</a>.<a href="../index.html#XXX_InternalExtensions">XXX_InternalExtensions</a> `json:&#34;-&#34;`
  1529. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1530. }</pre>
  1531. <h3 id="DefaultsMessage.Descriptor">func (*DefaultsMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49807:49859#L1579">Descriptor</a></h3>
  1532. <pre>func (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1533. <h3 id="DefaultsMessage.ExtensionRangeArray">func (*DefaultsMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49976:50044#L1585">ExtensionRangeArray</a></h3>
  1534. <pre>func (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>) ExtensionRangeArray() []<a href="../index.html">proto</a>.<a href="../index.html#ExtensionRange">ExtensionRange</a></pre>
  1535. <h3 id="DefaultsMessage.ProtoMessage">func (*DefaultsMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49751:49789#L1578">ProtoMessage</a></h3>
  1536. <pre>func (*<a href="index.html#DefaultsMessage">DefaultsMessage</a>) ProtoMessage()</pre>
  1537. <h3 id="DefaultsMessage.Reset">func (*DefaultsMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49580:49613#L1576">Reset</a></h3>
  1538. <pre>func (m *<a href="index.html#DefaultsMessage">DefaultsMessage</a>) Reset()</pre>
  1539. <h3 id="DefaultsMessage.String">func (*DefaultsMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=49660:49701#L1577">String</a></h3>
  1540. <pre>func (m *<a href="index.html#DefaultsMessage">DefaultsMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1541. <h2 id="DefaultsMessage_DefaultsEnum">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=4107:4146#L191">DefaultsMessage_DefaultsEnum</a></h2>
  1542. <pre>type DefaultsMessage_DefaultsEnum <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1543. <pre>const (
  1544. <span id="DefaultsMessage_ZERO">DefaultsMessage_ZERO</span> <a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a> = 0
  1545. <span id="DefaultsMessage_ONE">DefaultsMessage_ONE</span> <a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a> = 1
  1546. <span id="DefaultsMessage_TWO">DefaultsMessage_TWO</span> <a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a> = 2
  1547. )</pre>
  1548. <h3 id="DefaultsMessage_DefaultsEnum.Enum">func (DefaultsMessage_DefaultsEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=4516:4590#L210">Enum</a></h3>
  1549. <pre>func (x <a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a>) Enum() *<a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a></pre>
  1550. <h3 id="DefaultsMessage_DefaultsEnum.EnumDescriptor">func (DefaultsMessage_DefaultsEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5055:5123#L226">EnumDescriptor</a></h3>
  1551. <pre>func (<a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a>) EnumDescriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1552. <h3 id="DefaultsMessage_DefaultsEnum.String">func (DefaultsMessage_DefaultsEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=4653:4706#L215">String</a></h3>
  1553. <pre>func (x <a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1554. <h3 id="DefaultsMessage_DefaultsEnum.UnmarshalJSON">func (*DefaultsMessage_DefaultsEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=4779:4850#L218">UnmarshalJSON</a></h3>
  1555. <pre>func (x *<a href="index.html#DefaultsMessage_DefaultsEnum">DefaultsMessage_DefaultsEnum</a>) UnmarshalJSON(data []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  1556. <h2 id="Defaults_Color">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5167:5192#L230">Defaults_Color</a></h2>
  1557. <pre>type Defaults_Color <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1558. <pre>const (
  1559. <span id="Defaults_RED">Defaults_RED</span> <a href="index.html#Defaults_Color">Defaults_Color</a> = 0
  1560. <span id="Defaults_GREEN">Defaults_GREEN</span> <a href="index.html#Defaults_Color">Defaults_Color</a> = 1
  1561. <span id="Defaults_BLUE">Defaults_BLUE</span> <a href="index.html#Defaults_Color">Defaults_Color</a> = 2
  1562. )</pre>
  1563. <pre>const <span id="Default_Defaults_F_Enum">Default_Defaults_F_Enum</span> <a href="index.html#Defaults_Color">Defaults_Color</a> = <a href="index.html#Defaults_GREEN">Defaults_GREEN</a></pre>
  1564. <h3 id="Defaults_Color.Enum">func (Defaults_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5479:5525#L249">Enum</a></h3>
  1565. <pre>func (x <a href="index.html#Defaults_Color">Defaults_Color</a>) Enum() *<a href="index.html#Defaults_Color">Defaults_Color</a></pre>
  1566. <h3 id="Defaults_Color.EnumDescriptor">func (Defaults_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5892:5946#L265">EnumDescriptor</a></h3>
  1567. <pre>func (<a href="index.html#Defaults_Color">Defaults_Color</a>) EnumDescriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1568. <h3 id="Defaults_Color.String">func (Defaults_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5574:5613#L254">String</a></h3>
  1569. <pre>func (x <a href="index.html#Defaults_Color">Defaults_Color</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1570. <h3 id="Defaults_Color.UnmarshalJSON">func (*Defaults_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5672:5729#L257">UnmarshalJSON</a></h3>
  1571. <pre>func (x *<a href="index.html#Defaults_Color">Defaults_Color</a>) UnmarshalJSON(data []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  1572. <h2 id="Empty">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51329:51386#L1624">Empty</a></h2>
  1573. <pre>type Empty struct {
  1574. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1575. }</pre>
  1576. <h3 id="Empty.Descriptor">func (*Empty) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51575:51617#L1631">Descriptor</a></h3>
  1577. <pre>func (*<a href="index.html#Empty">Empty</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1578. <h3 id="Empty.ProtoMessage">func (*Empty) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51529:51557#L1630">ProtoMessage</a></h3>
  1579. <pre>func (*<a href="index.html#Empty">Empty</a>) ProtoMessage()</pre>
  1580. <h3 id="Empty.Reset">func (*Empty) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51388:51411#L1628">Reset</a></h3>
  1581. <pre>func (m *<a href="index.html#Empty">Empty</a>) Reset()</pre>
  1582. <h3 id="Empty.String">func (*Empty) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51448:51479#L1629">String</a></h3>
  1583. <pre>func (m *<a href="index.html#Empty">Empty</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1584. <h2 id="Ext">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47344:47483#L1497">Ext</a></h2>
  1585. <pre>type Ext struct {
  1586. Data *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,opt,name=data&#34; json:&#34;data,omitempty&#34;`
  1587. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1588. }</pre>
  1589. <h3 id="Ext.Descriptor">func (*Ext) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47664:47704#L1505">Descriptor</a></h3>
  1590. <pre>func (*<a href="index.html#Ext">Ext</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1591. <h3 id="Ext.GetData">func (*Ext) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47744:47774#L1507">GetData</a></h3>
  1592. <pre>func (m *<a href="index.html#Ext">Ext</a>) GetData() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1593. <h3 id="Ext.ProtoMessage">func (*Ext) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47620:47646#L1504">ProtoMessage</a></h3>
  1594. <pre>func (*<a href="index.html#Ext">Ext</a>) ProtoMessage()</pre>
  1595. <h3 id="Ext.Reset">func (*Ext) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47485:47506#L1502">Reset</a></h3>
  1596. <pre>func (m *<a href="index.html#Ext">Ext</a>) Reset()</pre>
  1597. <h3 id="Ext.String">func (*Ext) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47541:47570#L1503">String</a></h3>
  1598. <pre>func (m *<a href="index.html#Ext">Ext</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1599. <h2 id="FOO">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=1165:1179#L51">FOO</a></h2>
  1600. <pre>type FOO <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1601. <pre>const (
  1602. <span id="FOO_FOO1">FOO_FOO1</span> <a href="index.html#FOO">FOO</a> = 1
  1603. )</pre>
  1604. <h3 id="FOO.Enum">func (FOO) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=1306:1330#L64">Enum</a></h3>
  1605. <pre>func (x <a href="index.html#FOO">FOO</a>) Enum() *<a href="index.html#FOO">FOO</a></pre>
  1606. <h3 id="FOO.EnumDescriptor">func (FOO) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=1620:1663#L80">EnumDescriptor</a></h3>
  1607. <pre>func (<a href="index.html#FOO">FOO</a>) EnumDescriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1608. <h3 id="FOO.String">func (FOO) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=1368:1396#L69">String</a></h3>
  1609. <pre>func (x <a href="index.html#FOO">FOO</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1610. <h3 id="FOO.UnmarshalJSON">func (*FOO) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=1444:1490#L72">UnmarshalJSON</a></h3>
  1611. <pre>func (x *<a href="index.html#FOO">FOO</a>) UnmarshalJSON(data []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  1612. <h2 id="FloatingPoint">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65255:65489#L2064">FloatingPoint</a></h2>
  1613. <pre>type FloatingPoint struct {
  1614. F *<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,1,req,name=f&#34; json:&#34;f,omitempty&#34;`
  1615. Exact *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,2,opt,name=exact&#34; json:&#34;exact,omitempty&#34;`
  1616. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1617. }</pre>
  1618. <h3 id="FloatingPoint.Descriptor">func (*FloatingPoint) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65710:65760#L2073">Descriptor</a></h3>
  1619. <pre>func (*<a href="index.html#FloatingPoint">FloatingPoint</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1620. <h3 id="FloatingPoint.GetExact">func (*FloatingPoint) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65900:65939#L2082">GetExact</a></h3>
  1621. <pre>func (m *<a href="index.html#FloatingPoint">FloatingPoint</a>) GetExact() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1622. <h3 id="FloatingPoint.GetF">func (*FloatingPoint) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65800:65838#L2075">GetF</a></h3>
  1623. <pre>func (m *<a href="index.html#FloatingPoint">FloatingPoint</a>) GetF() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1624. <h3 id="FloatingPoint.ProtoMessage">func (*FloatingPoint) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65656:65692#L2072">ProtoMessage</a></h3>
  1625. <pre>func (*<a href="index.html#FloatingPoint">FloatingPoint</a>) ProtoMessage()</pre>
  1626. <h3 id="FloatingPoint.Reset">func (*FloatingPoint) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65491:65522#L2070">Reset</a></h3>
  1627. <pre>func (m *<a href="index.html#FloatingPoint">FloatingPoint</a>) Reset()</pre>
  1628. <h3 id="FloatingPoint.String">func (*FloatingPoint) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65567:65606#L2071">String</a></h3>
  1629. <pre>func (m *<a href="index.html#FloatingPoint">FloatingPoint</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1630. <h2 id="GoEnum">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6746:6903#L298">GoEnum</a></h2>
  1631. <pre>type GoEnum struct {
  1632. Foo *<a href="index.html#FOO">FOO</a> `protobuf:&#34;varint,1,req,name=foo,enum=testdata.FOO&#34; json:&#34;foo,omitempty&#34;`
  1633. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1634. }</pre>
  1635. <h3 id="GoEnum.Descriptor">func (*GoEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7096:7139#L306">Descriptor</a></h3>
  1636. <pre>func (*<a href="index.html#GoEnum">GoEnum</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1637. <h3 id="GoEnum.GetFoo">func (*GoEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7178:7207#L308">GetFoo</a></h3>
  1638. <pre>func (m *<a href="index.html#GoEnum">GoEnum</a>) GetFoo() <a href="index.html#FOO">FOO</a></pre>
  1639. <h3 id="GoEnum.ProtoMessage">func (*GoEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7049:7078#L305">ProtoMessage</a></h3>
  1640. <pre>func (*<a href="index.html#GoEnum">GoEnum</a>) ProtoMessage()</pre>
  1641. <h3 id="GoEnum.Reset">func (*GoEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6905:6929#L303">Reset</a></h3>
  1642. <pre>func (m *<a href="index.html#GoEnum">GoEnum</a>) Reset()</pre>
  1643. <h3 id="GoEnum.String">func (*GoEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6967:6999#L304">String</a></h3>
  1644. <pre>func (m *<a href="index.html#GoEnum">GoEnum</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1645. <h2 id="GoSkipTest">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32849:33569#L1040">GoSkipTest</a></h2>
  1646. <pre>type GoSkipTest struct {
  1647. SkipInt32 *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,11,req,name=skip_int32,json=skipInt32&#34; json:&#34;skip_int32,omitempty&#34;`
  1648. SkipFixed32 *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,12,req,name=skip_fixed32,json=skipFixed32&#34; json:&#34;skip_fixed32,omitempty&#34;`
  1649. SkipFixed64 *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,13,req,name=skip_fixed64,json=skipFixed64&#34; json:&#34;skip_fixed64,omitempty&#34;`
  1650. SkipString *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,14,req,name=skip_string,json=skipString&#34; json:&#34;skip_string,omitempty&#34;`
  1651. Skipgroup *<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a> `protobuf:&#34;group,15,req,name=SkipGroup,json=skipgroup&#34; json:&#34;skipgroup,omitempty&#34;`
  1652. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1653. }</pre>
  1654. <p>
  1655. For testing skipping of unrecognized fields.
  1656. Numbers are all big, larger than tag numbers in GoTestField,
  1657. the message used in the corresponding test.
  1658. </p>
  1659. <h3 id="GoSkipTest.Descriptor">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=33778:33825#L1052">Descriptor</a></h3>
  1660. <pre>func (*<a href="index.html#GoSkipTest">GoSkipTest</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1661. <h3 id="GoSkipTest.GetSkipFixed32">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=33983:34027#L1061">GetSkipFixed32</a></h3>
  1662. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) GetSkipFixed32() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1663. <h3 id="GoSkipTest.GetSkipFixed64">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34109:34153#L1068">GetSkipFixed64</a></h3>
  1664. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) GetSkipFixed64() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1665. <h3 id="GoSkipTest.GetSkipInt32">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=33864:33905#L1054">GetSkipInt32</a></h3>
  1666. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) GetSkipInt32() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1667. <h3 id="GoSkipTest.GetSkipString">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34235:34278#L1075">GetSkipString</a></h3>
  1668. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) GetSkipString() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1669. <h3 id="GoSkipTest.GetSkipgroup">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34359:34416#L1082">GetSkipgroup</a></h3>
  1670. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) GetSkipgroup() *<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a></pre>
  1671. <h3 id="GoSkipTest.ProtoMessage">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=33727:33760#L1051">ProtoMessage</a></h3>
  1672. <pre>func (*<a href="index.html#GoSkipTest">GoSkipTest</a>) ProtoMessage()</pre>
  1673. <h3 id="GoSkipTest.Reset">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=33571:33599#L1049">Reset</a></h3>
  1674. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) Reset()</pre>
  1675. <h3 id="GoSkipTest.String">func (*GoSkipTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=33641:33677#L1050">String</a></h3>
  1676. <pre>func (m *<a href="index.html#GoSkipTest">GoSkipTest</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1677. <h2 id="GoSkipTest_SkipGroup">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34473:34778#L1089">GoSkipTest_SkipGroup</a></h2>
  1678. <pre>type GoSkipTest_SkipGroup struct {
  1679. GroupInt32 *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,16,req,name=group_int32,json=groupInt32&#34; json:&#34;group_int32,omitempty&#34;`
  1680. GroupString *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,17,req,name=group_string,json=groupString&#34; json:&#34;group_string,omitempty&#34;`
  1681. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1682. }</pre>
  1683. <h3 id="GoSkipTest_SkipGroup.Descriptor">func (*GoSkipTest_SkipGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35027:35084#L1098">Descriptor</a></h3>
  1684. <pre>func (*<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1685. <h3 id="GoSkipTest_SkipGroup.GetGroupInt32">func (*GoSkipTest_SkipGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35126:35178#L1100">GetGroupInt32</a></h3>
  1686. <pre>func (m *<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a>) GetGroupInt32() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1687. <h3 id="GoSkipTest_SkipGroup.GetGroupString">func (*GoSkipTest_SkipGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35258:35312#L1107">GetGroupString</a></h3>
  1688. <pre>func (m *<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a>) GetGroupString() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1689. <h3 id="GoSkipTest_SkipGroup.ProtoMessage">func (*GoSkipTest_SkipGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34966:35009#L1097">ProtoMessage</a></h3>
  1690. <pre>func (*<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a>) ProtoMessage()</pre>
  1691. <h3 id="GoSkipTest_SkipGroup.Reset">func (*GoSkipTest_SkipGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34780:34818#L1095">Reset</a></h3>
  1692. <pre>func (m *<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a>) Reset()</pre>
  1693. <h3 id="GoSkipTest_SkipGroup.String">func (*GoSkipTest_SkipGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=34870:34916#L1096">String</a></h3>
  1694. <pre>func (m *<a href="index.html#GoSkipTest_SkipGroup">GoSkipTest_SkipGroup</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1695. <h2 id="GoTest">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=8050:18674#L340">GoTest</a></h2>
  1696. <pre>type GoTest struct {
  1697. <span class="comment">// Some typical parameters</span>
  1698. Kind *<a href="index.html#GoTest_KIND">GoTest_KIND</a> `protobuf:&#34;varint,1,req,name=Kind,json=kind,enum=testdata.GoTest_KIND&#34; json:&#34;Kind,omitempty&#34;`
  1699. Table *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,2,opt,name=Table,json=table&#34; json:&#34;Table,omitempty&#34;`
  1700. Param *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,3,opt,name=Param,json=param&#34; json:&#34;Param,omitempty&#34;`
  1701. <span class="comment">// Required, repeated and optional foreign fields.</span>
  1702. RequiredField *<a href="index.html#GoTestField">GoTestField</a> `protobuf:&#34;bytes,4,req,name=RequiredField,json=requiredField&#34; json:&#34;RequiredField,omitempty&#34;`
  1703. RepeatedField []*<a href="index.html#GoTestField">GoTestField</a> `protobuf:&#34;bytes,5,rep,name=RepeatedField,json=repeatedField&#34; json:&#34;RepeatedField,omitempty&#34;`
  1704. OptionalField *<a href="index.html#GoTestField">GoTestField</a> `protobuf:&#34;bytes,6,opt,name=OptionalField,json=optionalField&#34; json:&#34;OptionalField,omitempty&#34;`
  1705. <span class="comment">// Required fields of all basic types</span>
  1706. F_BoolRequired *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,10,req,name=F_Bool_required,json=fBoolRequired&#34; json:&#34;F_Bool_required,omitempty&#34;`
  1707. F_Int32Required *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,11,req,name=F_Int32_required,json=fInt32Required&#34; json:&#34;F_Int32_required,omitempty&#34;`
  1708. F_Int64Required *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,12,req,name=F_Int64_required,json=fInt64Required&#34; json:&#34;F_Int64_required,omitempty&#34;`
  1709. F_Fixed32Required *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,13,req,name=F_Fixed32_required,json=fFixed32Required&#34; json:&#34;F_Fixed32_required,omitempty&#34;`
  1710. F_Fixed64Required *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,14,req,name=F_Fixed64_required,json=fFixed64Required&#34; json:&#34;F_Fixed64_required,omitempty&#34;`
  1711. F_Uint32Required *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,15,req,name=F_Uint32_required,json=fUint32Required&#34; json:&#34;F_Uint32_required,omitempty&#34;`
  1712. F_Uint64Required *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,16,req,name=F_Uint64_required,json=fUint64Required&#34; json:&#34;F_Uint64_required,omitempty&#34;`
  1713. F_FloatRequired *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,17,req,name=F_Float_required,json=fFloatRequired&#34; json:&#34;F_Float_required,omitempty&#34;`
  1714. F_DoubleRequired *<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,18,req,name=F_Double_required,json=fDoubleRequired&#34; json:&#34;F_Double_required,omitempty&#34;`
  1715. F_StringRequired *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,19,req,name=F_String_required,json=fStringRequired&#34; json:&#34;F_String_required,omitempty&#34;`
  1716. F_BytesRequired []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,101,req,name=F_Bytes_required,json=fBytesRequired&#34; json:&#34;F_Bytes_required,omitempty&#34;`
  1717. F_Sint32Required *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,102,req,name=F_Sint32_required,json=fSint32Required&#34; json:&#34;F_Sint32_required,omitempty&#34;`
  1718. F_Sint64Required *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,103,req,name=F_Sint64_required,json=fSint64Required&#34; json:&#34;F_Sint64_required,omitempty&#34;`
  1719. <span class="comment">// Repeated fields of all basic types</span>
  1720. F_BoolRepeated []<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,20,rep,name=F_Bool_repeated,json=fBoolRepeated&#34; json:&#34;F_Bool_repeated,omitempty&#34;`
  1721. F_Int32Repeated []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,21,rep,name=F_Int32_repeated,json=fInt32Repeated&#34; json:&#34;F_Int32_repeated,omitempty&#34;`
  1722. F_Int64Repeated []<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,22,rep,name=F_Int64_repeated,json=fInt64Repeated&#34; json:&#34;F_Int64_repeated,omitempty&#34;`
  1723. F_Fixed32Repeated []<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,23,rep,name=F_Fixed32_repeated,json=fFixed32Repeated&#34; json:&#34;F_Fixed32_repeated,omitempty&#34;`
  1724. F_Fixed64Repeated []<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,24,rep,name=F_Fixed64_repeated,json=fFixed64Repeated&#34; json:&#34;F_Fixed64_repeated,omitempty&#34;`
  1725. F_Uint32Repeated []<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,25,rep,name=F_Uint32_repeated,json=fUint32Repeated&#34; json:&#34;F_Uint32_repeated,omitempty&#34;`
  1726. F_Uint64Repeated []<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,26,rep,name=F_Uint64_repeated,json=fUint64Repeated&#34; json:&#34;F_Uint64_repeated,omitempty&#34;`
  1727. F_FloatRepeated []<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,27,rep,name=F_Float_repeated,json=fFloatRepeated&#34; json:&#34;F_Float_repeated,omitempty&#34;`
  1728. F_DoubleRepeated []<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,28,rep,name=F_Double_repeated,json=fDoubleRepeated&#34; json:&#34;F_Double_repeated,omitempty&#34;`
  1729. F_StringRepeated []<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,29,rep,name=F_String_repeated,json=fStringRepeated&#34; json:&#34;F_String_repeated,omitempty&#34;`
  1730. F_BytesRepeated [][]<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,201,rep,name=F_Bytes_repeated,json=fBytesRepeated&#34; json:&#34;F_Bytes_repeated,omitempty&#34;`
  1731. F_Sint32Repeated []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,202,rep,name=F_Sint32_repeated,json=fSint32Repeated&#34; json:&#34;F_Sint32_repeated,omitempty&#34;`
  1732. F_Sint64Repeated []<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,203,rep,name=F_Sint64_repeated,json=fSint64Repeated&#34; json:&#34;F_Sint64_repeated,omitempty&#34;`
  1733. <span class="comment">// Optional fields of all basic types</span>
  1734. F_BoolOptional *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,30,opt,name=F_Bool_optional,json=fBoolOptional&#34; json:&#34;F_Bool_optional,omitempty&#34;`
  1735. F_Int32Optional *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,31,opt,name=F_Int32_optional,json=fInt32Optional&#34; json:&#34;F_Int32_optional,omitempty&#34;`
  1736. F_Int64Optional *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,32,opt,name=F_Int64_optional,json=fInt64Optional&#34; json:&#34;F_Int64_optional,omitempty&#34;`
  1737. F_Fixed32Optional *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,33,opt,name=F_Fixed32_optional,json=fFixed32Optional&#34; json:&#34;F_Fixed32_optional,omitempty&#34;`
  1738. F_Fixed64Optional *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,34,opt,name=F_Fixed64_optional,json=fFixed64Optional&#34; json:&#34;F_Fixed64_optional,omitempty&#34;`
  1739. F_Uint32Optional *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,35,opt,name=F_Uint32_optional,json=fUint32Optional&#34; json:&#34;F_Uint32_optional,omitempty&#34;`
  1740. F_Uint64Optional *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,36,opt,name=F_Uint64_optional,json=fUint64Optional&#34; json:&#34;F_Uint64_optional,omitempty&#34;`
  1741. F_FloatOptional *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,37,opt,name=F_Float_optional,json=fFloatOptional&#34; json:&#34;F_Float_optional,omitempty&#34;`
  1742. F_DoubleOptional *<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,38,opt,name=F_Double_optional,json=fDoubleOptional&#34; json:&#34;F_Double_optional,omitempty&#34;`
  1743. F_StringOptional *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,39,opt,name=F_String_optional,json=fStringOptional&#34; json:&#34;F_String_optional,omitempty&#34;`
  1744. F_BytesOptional []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,301,opt,name=F_Bytes_optional,json=fBytesOptional&#34; json:&#34;F_Bytes_optional,omitempty&#34;`
  1745. F_Sint32Optional *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,302,opt,name=F_Sint32_optional,json=fSint32Optional&#34; json:&#34;F_Sint32_optional,omitempty&#34;`
  1746. F_Sint64Optional *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,303,opt,name=F_Sint64_optional,json=fSint64Optional&#34; json:&#34;F_Sint64_optional,omitempty&#34;`
  1747. <span class="comment">// Default-valued fields of all basic types</span>
  1748. F_BoolDefaulted *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,40,opt,name=F_Bool_defaulted,json=fBoolDefaulted,def=1&#34; json:&#34;F_Bool_defaulted,omitempty&#34;`
  1749. F_Int32Defaulted *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,41,opt,name=F_Int32_defaulted,json=fInt32Defaulted,def=32&#34; json:&#34;F_Int32_defaulted,omitempty&#34;`
  1750. F_Int64Defaulted *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,42,opt,name=F_Int64_defaulted,json=fInt64Defaulted,def=64&#34; json:&#34;F_Int64_defaulted,omitempty&#34;`
  1751. F_Fixed32Defaulted *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,43,opt,name=F_Fixed32_defaulted,json=fFixed32Defaulted,def=320&#34; json:&#34;F_Fixed32_defaulted,omitempty&#34;`
  1752. F_Fixed64Defaulted *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,44,opt,name=F_Fixed64_defaulted,json=fFixed64Defaulted,def=640&#34; json:&#34;F_Fixed64_defaulted,omitempty&#34;`
  1753. F_Uint32Defaulted *<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,45,opt,name=F_Uint32_defaulted,json=fUint32Defaulted,def=3200&#34; json:&#34;F_Uint32_defaulted,omitempty&#34;`
  1754. F_Uint64Defaulted *<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,46,opt,name=F_Uint64_defaulted,json=fUint64Defaulted,def=6400&#34; json:&#34;F_Uint64_defaulted,omitempty&#34;`
  1755. F_FloatDefaulted *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,47,opt,name=F_Float_defaulted,json=fFloatDefaulted,def=314159&#34; json:&#34;F_Float_defaulted,omitempty&#34;`
  1756. F_DoubleDefaulted *<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,48,opt,name=F_Double_defaulted,json=fDoubleDefaulted,def=271828&#34; json:&#34;F_Double_defaulted,omitempty&#34;`
  1757. F_StringDefaulted *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,49,opt,name=F_String_defaulted,json=fStringDefaulted,def=hello, \&#34;world!\&#34;\n&#34; json:&#34;F_String_defaulted,omitempty&#34;`
  1758. F_BytesDefaulted []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,401,opt,name=F_Bytes_defaulted,json=fBytesDefaulted,def=Bignose&#34; json:&#34;F_Bytes_defaulted,omitempty&#34;`
  1759. F_Sint32Defaulted *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,402,opt,name=F_Sint32_defaulted,json=fSint32Defaulted,def=-32&#34; json:&#34;F_Sint32_defaulted,omitempty&#34;`
  1760. F_Sint64Defaulted *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,403,opt,name=F_Sint64_defaulted,json=fSint64Defaulted,def=-64&#34; json:&#34;F_Sint64_defaulted,omitempty&#34;`
  1761. <span class="comment">// Packed repeated fields (no string or bytes).</span>
  1762. F_BoolRepeatedPacked []<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,50,rep,packed,name=F_Bool_repeated_packed,json=fBoolRepeatedPacked&#34; json:&#34;F_Bool_repeated_packed,omitempty&#34;`
  1763. F_Int32RepeatedPacked []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,51,rep,packed,name=F_Int32_repeated_packed,json=fInt32RepeatedPacked&#34; json:&#34;F_Int32_repeated_packed,omitempty&#34;`
  1764. F_Int64RepeatedPacked []<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,52,rep,packed,name=F_Int64_repeated_packed,json=fInt64RepeatedPacked&#34; json:&#34;F_Int64_repeated_packed,omitempty&#34;`
  1765. F_Fixed32RepeatedPacked []<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,53,rep,packed,name=F_Fixed32_repeated_packed,json=fFixed32RepeatedPacked&#34; json:&#34;F_Fixed32_repeated_packed,omitempty&#34;`
  1766. F_Fixed64RepeatedPacked []<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,54,rep,packed,name=F_Fixed64_repeated_packed,json=fFixed64RepeatedPacked&#34; json:&#34;F_Fixed64_repeated_packed,omitempty&#34;`
  1767. F_Uint32RepeatedPacked []<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,55,rep,packed,name=F_Uint32_repeated_packed,json=fUint32RepeatedPacked&#34; json:&#34;F_Uint32_repeated_packed,omitempty&#34;`
  1768. F_Uint64RepeatedPacked []<a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,56,rep,packed,name=F_Uint64_repeated_packed,json=fUint64RepeatedPacked&#34; json:&#34;F_Uint64_repeated_packed,omitempty&#34;`
  1769. F_FloatRepeatedPacked []<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,57,rep,packed,name=F_Float_repeated_packed,json=fFloatRepeatedPacked&#34; json:&#34;F_Float_repeated_packed,omitempty&#34;`
  1770. F_DoubleRepeatedPacked []<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,58,rep,packed,name=F_Double_repeated_packed,json=fDoubleRepeatedPacked&#34; json:&#34;F_Double_repeated_packed,omitempty&#34;`
  1771. F_Sint32RepeatedPacked []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,502,rep,packed,name=F_Sint32_repeated_packed,json=fSint32RepeatedPacked&#34; json:&#34;F_Sint32_repeated_packed,omitempty&#34;`
  1772. F_Sint64RepeatedPacked []<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,503,rep,packed,name=F_Sint64_repeated_packed,json=fSint64RepeatedPacked&#34; json:&#34;F_Sint64_repeated_packed,omitempty&#34;`
  1773. Requiredgroup *<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a> `protobuf:&#34;group,70,req,name=RequiredGroup,json=requiredgroup&#34; json:&#34;requiredgroup,omitempty&#34;`
  1774. Repeatedgroup []*<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a> `protobuf:&#34;group,80,rep,name=RepeatedGroup,json=repeatedgroup&#34; json:&#34;repeatedgroup,omitempty&#34;`
  1775. Optionalgroup *<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a> `protobuf:&#34;group,90,opt,name=OptionalGroup,json=optionalgroup&#34; json:&#34;optionalgroup,omitempty&#34;`
  1776. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1777. }</pre>
  1778. <h3 id="GoTest.Descriptor">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=18867:18910#L426">Descriptor</a></h3>
  1779. <pre>func (*<a href="index.html#GoTest">GoTest</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1780. <h3 id="GoTest.GetF_BoolDefaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=25227:25269#L759">GetF_BoolDefaulted</a></h3>
  1781. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BoolDefaulted() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1782. <h3 id="GoTest.GetF_BoolOptional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23484:23525#L668">GetF_BoolOptional</a></h3>
  1783. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BoolOptional() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1784. <h3 id="GoTest.GetF_BoolRepeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22053:22096#L577">GetF_BoolRepeated</a></h3>
  1785. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BoolRepeated() []<a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1786. <h3 id="GoTest.GetF_BoolRepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27453:27502#L850">GetF_BoolRepeatedPacked</a></h3>
  1787. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BoolRepeatedPacked() []<a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1788. <h3 id="GoTest.GetF_BoolRequired">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20310:20351#L486">GetF_BoolRequired</a></h3>
  1789. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BoolRequired() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  1790. <h3 id="GoTest.GetF_BytesDefaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=26923:26968#L829">GetF_BytesDefaulted</a></h3>
  1791. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BytesDefaulted() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  1792. <h3 id="GoTest.GetF_BytesOptional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24848:24892#L738">GetF_BytesOptional</a></h3>
  1793. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BytesOptional() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  1794. <h3 id="GoTest.GetF_BytesRepeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23155:23201#L647">GetF_BytesRepeated</a></h3>
  1795. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BytesRepeated() [][]<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  1796. <h3 id="GoTest.GetF_BytesRequired">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21674:21718#L556">GetF_BytesRequired</a></h3>
  1797. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_BytesRequired() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  1798. <h3 id="GoTest.GetF_DoubleDefaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=26580:26627#L815">GetF_DoubleDefaulted</a></h3>
  1799. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_DoubleDefaulted() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1800. <h3 id="GoTest.GetF_DoubleOptional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24572:24618#L724">GetF_DoubleOptional</a></h3>
  1801. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_DoubleOptional() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1802. <h3 id="GoTest.GetF_DoubleRepeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22932:22980#L633">GetF_DoubleRepeated</a></h3>
  1803. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_DoubleRepeated() []<a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1804. <h3 id="GoTest.GetF_DoubleRepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28428:28482#L906">GetF_DoubleRepeatedPacked</a></h3>
  1805. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_DoubleRepeatedPacked() []<a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1806. <h3 id="GoTest.GetF_DoubleRequired">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21398:21444#L542">GetF_DoubleRequired</a></h3>
  1807. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_DoubleRequired() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  1808. <h3 id="GoTest.GetF_Fixed32Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=25720:25767#L780">GetF_Fixed32Defaulted</a></h3>
  1809. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed32Defaulted() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1810. <h3 id="GoTest.GetF_Fixed32Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23883:23929#L689">GetF_Fixed32Optional</a></h3>
  1811. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed32Optional() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1812. <h3 id="GoTest.GetF_Fixed32Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22374:22422#L598">GetF_Fixed32Repeated</a></h3>
  1813. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed32Repeated() []<a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1814. <h3 id="GoTest.GetF_Fixed32RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27810:27864#L871">GetF_Fixed32RepeatedPacked</a></h3>
  1815. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed32RepeatedPacked() []<a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1816. <h3 id="GoTest.GetF_Fixed32Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20709:20755#L507">GetF_Fixed32Required</a></h3>
  1817. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed32Required() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1818. <h3 id="GoTest.GetF_Fixed64Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=25895:25942#L787">GetF_Fixed64Defaulted</a></h3>
  1819. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed64Defaulted() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1820. <h3 id="GoTest.GetF_Fixed64Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24023:24069#L696">GetF_Fixed64Optional</a></h3>
  1821. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed64Optional() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1822. <h3 id="GoTest.GetF_Fixed64Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22487:22535#L605">GetF_Fixed64Repeated</a></h3>
  1823. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed64Repeated() []<a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1824. <h3 id="GoTest.GetF_Fixed64RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27935:27989#L878">GetF_Fixed64RepeatedPacked</a></h3>
  1825. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed64RepeatedPacked() []<a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1826. <h3 id="GoTest.GetF_Fixed64Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20849:20895#L514">GetF_Fixed64Required</a></h3>
  1827. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Fixed64Required() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1828. <h3 id="GoTest.GetF_FloatDefaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=26412:26458#L808">GetF_FloatDefaulted</a></h3>
  1829. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_FloatDefaulted() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1830. <h3 id="GoTest.GetF_FloatOptional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24437:24482#L717">GetF_FloatOptional</a></h3>
  1831. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_FloatOptional() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1832. <h3 id="GoTest.GetF_FloatRepeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22822:22869#L626">GetF_FloatRepeated</a></h3>
  1833. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_FloatRepeated() []<a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1834. <h3 id="GoTest.GetF_FloatRepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28306:28359#L899">GetF_FloatRepeatedPacked</a></h3>
  1835. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_FloatRepeatedPacked() []<a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1836. <h3 id="GoTest.GetF_FloatRequired">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21263:21308#L535">GetF_FloatRequired</a></h3>
  1837. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_FloatRequired() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  1838. <h3 id="GoTest.GetF_Int32Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=25388:25432#L766">GetF_Int32Defaulted</a></h3>
  1839. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int32Defaulted() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1840. <h3 id="GoTest.GetF_Int32Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23617:23660#L675">GetF_Int32Optional</a></h3>
  1841. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int32Optional() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1842. <h3 id="GoTest.GetF_Int32Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22158:22203#L584">GetF_Int32Repeated</a></h3>
  1843. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int32Repeated() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1844. <h3 id="GoTest.GetF_Int32RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27570:27621#L857">GetF_Int32RepeatedPacked</a></h3>
  1845. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int32RepeatedPacked() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1846. <h3 id="GoTest.GetF_Int32Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20443:20486#L493">GetF_Int32Required</a></h3>
  1847. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int32Required() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1848. <h3 id="GoTest.GetF_Int64Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=25554:25598#L773">GetF_Int64Defaulted</a></h3>
  1849. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int64Defaulted() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1850. <h3 id="GoTest.GetF_Int64Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23750:23793#L682">GetF_Int64Optional</a></h3>
  1851. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int64Optional() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1852. <h3 id="GoTest.GetF_Int64Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22266:22311#L591">GetF_Int64Repeated</a></h3>
  1853. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int64Repeated() []<a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1854. <h3 id="GoTest.GetF_Int64RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27690:27741#L864">GetF_Int64RepeatedPacked</a></h3>
  1855. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int64RepeatedPacked() []<a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1856. <h3 id="GoTest.GetF_Int64Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20576:20619#L500">GetF_Int64Required</a></h3>
  1857. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Int64Required() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1858. <h3 id="GoTest.GetF_Sint32Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27113:27158#L836">GetF_Sint32Defaulted</a></h3>
  1859. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint32Defaulted() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1860. <h3 id="GoTest.GetF_Sint32Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24955:24999#L745">GetF_Sint32Optional</a></h3>
  1861. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint32Optional() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1862. <h3 id="GoTest.GetF_Sint32Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23264:23310#L654">GetF_Sint32Repeated</a></h3>
  1863. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint32Repeated() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1864. <h3 id="GoTest.GetF_Sint32RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28552:28604#L913">GetF_Sint32RepeatedPacked</a></h3>
  1865. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint32RepeatedPacked() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1866. <h3 id="GoTest.GetF_Sint32Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21781:21825#L563">GetF_Sint32Required</a></h3>
  1867. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint32Required() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1868. <h3 id="GoTest.GetF_Sint64Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=27283:27328#L843">GetF_Sint64Defaulted</a></h3>
  1869. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint64Defaulted() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1870. <h3 id="GoTest.GetF_Sint64Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=25091:25135#L752">GetF_Sint64Optional</a></h3>
  1871. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint64Optional() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1872. <h3 id="GoTest.GetF_Sint64Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23374:23420#L661">GetF_Sint64Repeated</a></h3>
  1873. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint64Repeated() []<a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1874. <h3 id="GoTest.GetF_Sint64RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28674:28726#L920">GetF_Sint64RepeatedPacked</a></h3>
  1875. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint64RepeatedPacked() []<a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1876. <h3 id="GoTest.GetF_Sint64Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21917:21961#L570">GetF_Sint64Required</a></h3>
  1877. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Sint64Required() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  1878. <h3 id="GoTest.GetF_StringDefaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=26752:26798#L822">GetF_StringDefaulted</a></h3>
  1879. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_StringDefaulted() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1880. <h3 id="GoTest.GetF_StringOptional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24710:24755#L731">GetF_StringOptional</a></h3>
  1881. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_StringOptional() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1882. <h3 id="GoTest.GetF_StringRepeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=23044:23091#L640">GetF_StringRepeated</a></h3>
  1883. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_StringRepeated() []<a href="../../../../../builtin/index.html#string">string</a></pre>
  1884. <h3 id="GoTest.GetF_StringRequired">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21536:21581#L549">GetF_StringRequired</a></h3>
  1885. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_StringRequired() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1886. <h3 id="GoTest.GetF_Uint32Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=26070:26116#L794">GetF_Uint32Defaulted</a></h3>
  1887. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint32Defaulted() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1888. <h3 id="GoTest.GetF_Uint32Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24163:24208#L703">GetF_Uint32Optional</a></h3>
  1889. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint32Optional() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1890. <h3 id="GoTest.GetF_Uint32Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22600:22647#L612">GetF_Uint32Repeated</a></h3>
  1891. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint32Repeated() []<a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1892. <h3 id="GoTest.GetF_Uint32RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28060:28113#L885">GetF_Uint32RepeatedPacked</a></h3>
  1893. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint32RepeatedPacked() []<a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1894. <h3 id="GoTest.GetF_Uint32Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20989:21034#L521">GetF_Uint32Required</a></h3>
  1895. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint32Required() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  1896. <h3 id="GoTest.GetF_Uint64Defaulted">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=26241:26287#L801">GetF_Uint64Defaulted</a></h3>
  1897. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint64Defaulted() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1898. <h3 id="GoTest.GetF_Uint64Optional">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=24300:24345#L710">GetF_Uint64Optional</a></h3>
  1899. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint64Optional() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1900. <h3 id="GoTest.GetF_Uint64Repeated">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=22711:22758#L619">GetF_Uint64Repeated</a></h3>
  1901. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint64Repeated() []<a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1902. <h3 id="GoTest.GetF_Uint64RepeatedPacked">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28183:28236#L892">GetF_Uint64RepeatedPacked</a></h3>
  1903. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint64RepeatedPacked() []<a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1904. <h3 id="GoTest.GetF_Uint64Required">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=21126:21171#L528">GetF_Uint64Required</a></h3>
  1905. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetF_Uint64Required() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  1906. <h3 id="GoTest.GetKind">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=19657:19695#L444">GetKind</a></h3>
  1907. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetKind() <a href="index.html#GoTest_KIND">GoTest_KIND</a></pre>
  1908. <h3 id="GoTest.GetOptionalField">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20201:20249#L479">GetOptionalField</a></h3>
  1909. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetOptionalField() *<a href="index.html#GoTestField">GoTestField</a></pre>
  1910. <h3 id="GoTest.GetOptionalgroup">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29034:29091#L941">GetOptionalgroup</a></h3>
  1911. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetOptionalgroup() *<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a></pre>
  1912. <h3 id="GoTest.GetParam">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=19878:19911#L458">GetParam</a></h3>
  1913. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetParam() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1914. <h3 id="GoTest.GetRepeatedField">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=20090:20140#L472">GetRepeatedField</a></h3>
  1915. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetRepeatedField() []*<a href="index.html#GoTestField">GoTestField</a></pre>
  1916. <h3 id="GoTest.GetRepeatedgroup">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28914:28973#L934">GetRepeatedgroup</a></h3>
  1917. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetRepeatedgroup() []*<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a></pre>
  1918. <h3 id="GoTest.GetRequiredField">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=19981:20029#L465">GetRequiredField</a></h3>
  1919. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetRequiredField() *<a href="index.html#GoTestField">GoTestField</a></pre>
  1920. <h3 id="GoTest.GetRequiredgroup">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=28796:28853#L927">GetRequiredgroup</a></h3>
  1921. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetRequiredgroup() *<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a></pre>
  1922. <h3 id="GoTest.GetTable">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=19773:19807#L451">GetTable</a></h3>
  1923. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) GetTable() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1924. <h3 id="GoTest.ProtoMessage">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=18820:18849#L425">ProtoMessage</a></h3>
  1925. <pre>func (*<a href="index.html#GoTest">GoTest</a>) ProtoMessage()</pre>
  1926. <h3 id="GoTest.Reset">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=18676:18700#L423">Reset</a></h3>
  1927. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) Reset()</pre>
  1928. <h3 id="GoTest.String">func (*GoTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=18738:18770#L424">String</a></h3>
  1929. <pre>func (m *<a href="index.html#GoTest">GoTest</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1930. <h2 id="GoTestField">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7280:7533#L315">GoTestField</a></h2>
  1931. <pre>type GoTestField struct {
  1932. Label *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,req,name=Label,json=label&#34; json:&#34;Label,omitempty&#34;`
  1933. Type *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,2,req,name=Type,json=type&#34; json:&#34;Type,omitempty&#34;`
  1934. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1935. }</pre>
  1936. <h3 id="GoTestField.Descriptor">func (*GoTestField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7746:7794#L324">Descriptor</a></h3>
  1937. <pre>func (*<a href="index.html#GoTestField">GoTestField</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1938. <h3 id="GoTestField.GetLabel">func (*GoTestField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7833:7872#L326">GetLabel</a></h3>
  1939. <pre>func (m *<a href="index.html#GoTestField">GoTestField</a>) GetLabel() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1940. <h3 id="GoTestField.GetType">func (*GoTestField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7943:7981#L333">GetType</a></h3>
  1941. <pre>func (m *<a href="index.html#GoTestField">GoTestField</a>) GetType() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1942. <h3 id="GoTestField.ProtoMessage">func (*GoTestField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7694:7728#L323">ProtoMessage</a></h3>
  1943. <pre>func (*<a href="index.html#GoTestField">GoTestField</a>) ProtoMessage()</pre>
  1944. <h3 id="GoTestField.Reset">func (*GoTestField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7535:7564#L321">Reset</a></h3>
  1945. <pre>func (m *<a href="index.html#GoTestField">GoTestField</a>) Reset()</pre>
  1946. <h3 id="GoTestField.String">func (*GoTestField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=7607:7644#L322">String</a></h3>
  1947. <pre>func (m *<a href="index.html#GoTestField">GoTestField</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1948. <h2 id="GoTestRequiredGroupField">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31303:31524#L1001">GoTestRequiredGroupField</a></h2>
  1949. <pre>type GoTestRequiredGroupField struct {
  1950. Group *<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a> `protobuf:&#34;group,1,req,name=Group,json=group&#34; json:&#34;group,omitempty&#34;`
  1951. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1952. }</pre>
  1953. <p>
  1954. For testing a group containing a required field.
  1955. </p>
  1956. <h3 id="GoTestRequiredGroupField.Descriptor">func (*GoTestRequiredGroupField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31789:31850#L1009">Descriptor</a></h3>
  1957. <pre>func (*<a href="index.html#GoTestRequiredGroupField">GoTestRequiredGroupField</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1958. <h3 id="GoTestRequiredGroupField.GetGroup">func (*GoTestRequiredGroupField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31889:31966#L1011">GetGroup</a></h3>
  1959. <pre>func (m *<a href="index.html#GoTestRequiredGroupField">GoTestRequiredGroupField</a>) GetGroup() *<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a></pre>
  1960. <h3 id="GoTestRequiredGroupField.ProtoMessage">func (*GoTestRequiredGroupField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31724:31771#L1008">ProtoMessage</a></h3>
  1961. <pre>func (*<a href="index.html#GoTestRequiredGroupField">GoTestRequiredGroupField</a>) ProtoMessage()</pre>
  1962. <h3 id="GoTestRequiredGroupField.Reset">func (*GoTestRequiredGroupField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31526:31568#L1006">Reset</a></h3>
  1963. <pre>func (m *<a href="index.html#GoTestRequiredGroupField">GoTestRequiredGroupField</a>) Reset()</pre>
  1964. <h3 id="GoTestRequiredGroupField.String">func (*GoTestRequiredGroupField) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31624:31674#L1007">String</a></h3>
  1965. <pre>func (m *<a href="index.html#GoTestRequiredGroupField">GoTestRequiredGroupField</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1966. <h2 id="GoTestRequiredGroupField_Group">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32019:32197#L1018">GoTestRequiredGroupField_Group</a></h2>
  1967. <pre>type GoTestRequiredGroupField_Group struct {
  1968. Field *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,req,name=Field,json=field&#34; json:&#34;Field,omitempty&#34;`
  1969. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  1970. }</pre>
  1971. <h3 id="GoTestRequiredGroupField_Group.Descriptor">func (*GoTestRequiredGroupField_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32453:32520#L1026">Descriptor</a></h3>
  1972. <pre>func (*<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  1973. <h3 id="GoTestRequiredGroupField_Group.GetField">func (*GoTestRequiredGroupField_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32563:32620#L1030">GetField</a></h3>
  1974. <pre>func (m *<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a>) GetField() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1975. <h3 id="GoTestRequiredGroupField_Group.ProtoMessage">func (*GoTestRequiredGroupField_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32393:32446#L1025">ProtoMessage</a></h3>
  1976. <pre>func (*<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a>) ProtoMessage()</pre>
  1977. <h3 id="GoTestRequiredGroupField_Group.Reset">func (*GoTestRequiredGroupField_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32199:32247#L1023">Reset</a></h3>
  1978. <pre>func (m *<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a>) Reset()</pre>
  1979. <h3 id="GoTestRequiredGroupField_Group.String">func (*GoTestRequiredGroupField_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=32298:32354#L1024">String</a></h3>
  1980. <pre>func (m *<a href="index.html#GoTestRequiredGroupField_Group">GoTestRequiredGroupField_Group</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  1981. <h2 id="GoTest_KIND">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=1732:1754#L83">GoTest_KIND</a></h2>
  1982. <pre>type GoTest_KIND <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  1983. <p>
  1984. An enum, for completeness.
  1985. </p>
  1986. <pre>const (
  1987. <span id="GoTest_VOID">GoTest_VOID</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 0
  1988. <span class="comment">// Basic types</span>
  1989. <span id="GoTest_BOOL">GoTest_BOOL</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 1
  1990. <span id="GoTest_BYTES">GoTest_BYTES</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 2
  1991. <span id="GoTest_FINGERPRINT">GoTest_FINGERPRINT</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 3
  1992. <span id="GoTest_FLOAT">GoTest_FLOAT</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 4
  1993. <span id="GoTest_INT">GoTest_INT</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 5
  1994. <span id="GoTest_STRING">GoTest_STRING</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 6
  1995. <span id="GoTest_TIME">GoTest_TIME</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 7
  1996. <span class="comment">// Groupings</span>
  1997. <span id="GoTest_TUPLE">GoTest_TUPLE</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 8
  1998. <span id="GoTest_ARRAY">GoTest_ARRAY</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 9
  1999. <span id="GoTest_MAP">GoTest_MAP</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 10
  2000. <span class="comment">// Table types</span>
  2001. <span id="GoTest_TABLE">GoTest_TABLE</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 11
  2002. <span class="comment">// Functions</span>
  2003. <span id="GoTest_FUNCTION">GoTest_FUNCTION</span> <a href="index.html#GoTest_KIND">GoTest_KIND</a> = 12
  2004. )</pre>
  2005. <h3 id="GoTest_KIND.Enum">func (GoTest_KIND) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=2787:2827#L136">Enum</a></h3>
  2006. <pre>func (x <a href="index.html#GoTest_KIND">GoTest_KIND</a>) Enum() *<a href="index.html#GoTest_KIND">GoTest_KIND</a></pre>
  2007. <h3 id="GoTest_KIND.EnumDescriptor">func (GoTest_KIND) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=3173:3224#L152">EnumDescriptor</a></h3>
  2008. <pre>func (<a href="index.html#GoTest_KIND">GoTest_KIND</a>) EnumDescriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2009. <h3 id="GoTest_KIND.String">func (GoTest_KIND) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=2873:2909#L141">String</a></h3>
  2010. <pre>func (x <a href="index.html#GoTest_KIND">GoTest_KIND</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2011. <h3 id="GoTest_KIND.UnmarshalJSON">func (*GoTest_KIND) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=2965:3019#L144">UnmarshalJSON</a></h3>
  2012. <pre>func (x *<a href="index.html#GoTest_KIND">GoTest_KIND</a>) UnmarshalJSON(data []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  2013. <h2 id="GoTest_OptionalGroup">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30566:30760#L983">GoTest_OptionalGroup</a></h2>
  2014. <pre>type GoTest_OptionalGroup struct {
  2015. RequiredField *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,91,req,name=RequiredField,json=requiredField&#34; json:&#34;RequiredField,omitempty&#34;`
  2016. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2017. }</pre>
  2018. <h3 id="GoTest_OptionalGroup.Descriptor">func (*GoTest_OptionalGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31009:31066#L991">Descriptor</a></h3>
  2019. <pre>func (*<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2020. <h3 id="GoTest_OptionalGroup.GetRequiredField">func (*GoTest_OptionalGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=31108:31164#L993">GetRequiredField</a></h3>
  2021. <pre>func (m *<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a>) GetRequiredField() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2022. <h3 id="GoTest_OptionalGroup.ProtoMessage">func (*GoTest_OptionalGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30948:30991#L990">ProtoMessage</a></h3>
  2023. <pre>func (*<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a>) ProtoMessage()</pre>
  2024. <h3 id="GoTest_OptionalGroup.Reset">func (*GoTest_OptionalGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30762:30800#L988">Reset</a></h3>
  2025. <pre>func (m *<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a>) Reset()</pre>
  2026. <h3 id="GoTest_OptionalGroup.String">func (*GoTest_OptionalGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30852:30898#L989">String</a></h3>
  2027. <pre>func (m *<a href="index.html#GoTest_OptionalGroup">GoTest_OptionalGroup</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2028. <h2 id="GoTest_RepeatedGroup">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29881:30075#L966">GoTest_RepeatedGroup</a></h2>
  2029. <pre>type GoTest_RepeatedGroup struct {
  2030. RequiredField *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,81,req,name=RequiredField,json=requiredField&#34; json:&#34;RequiredField,omitempty&#34;`
  2031. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2032. }</pre>
  2033. <h3 id="GoTest_RepeatedGroup.Descriptor">func (*GoTest_RepeatedGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30324:30381#L974">Descriptor</a></h3>
  2034. <pre>func (*<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2035. <h3 id="GoTest_RepeatedGroup.GetRequiredField">func (*GoTest_RepeatedGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30423:30479#L976">GetRequiredField</a></h3>
  2036. <pre>func (m *<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a>) GetRequiredField() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2037. <h3 id="GoTest_RepeatedGroup.ProtoMessage">func (*GoTest_RepeatedGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30263:30306#L973">ProtoMessage</a></h3>
  2038. <pre>func (*<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a>) ProtoMessage()</pre>
  2039. <h3 id="GoTest_RepeatedGroup.Reset">func (*GoTest_RepeatedGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30077:30115#L971">Reset</a></h3>
  2040. <pre>func (m *<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a>) Reset()</pre>
  2041. <h3 id="GoTest_RepeatedGroup.String">func (*GoTest_RepeatedGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=30167:30213#L972">String</a></h3>
  2042. <pre>func (m *<a href="index.html#GoTest_RepeatedGroup">GoTest_RepeatedGroup</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2043. <h2 id="GoTest_RequiredGroup">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29196:29390#L949">GoTest_RequiredGroup</a></h2>
  2044. <pre>type GoTest_RequiredGroup struct {
  2045. RequiredField *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,71,req,name=RequiredField,json=requiredField&#34; json:&#34;RequiredField,omitempty&#34;`
  2046. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2047. }</pre>
  2048. <p>
  2049. Required, repeated, and optional groups.
  2050. </p>
  2051. <h3 id="GoTest_RequiredGroup.Descriptor">func (*GoTest_RequiredGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29639:29696#L957">Descriptor</a></h3>
  2052. <pre>func (*<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2053. <h3 id="GoTest_RequiredGroup.GetRequiredField">func (*GoTest_RequiredGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29738:29794#L959">GetRequiredField</a></h3>
  2054. <pre>func (m *<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a>) GetRequiredField() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2055. <h3 id="GoTest_RequiredGroup.ProtoMessage">func (*GoTest_RequiredGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29578:29621#L956">ProtoMessage</a></h3>
  2056. <pre>func (*<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a>) ProtoMessage()</pre>
  2057. <h3 id="GoTest_RequiredGroup.Reset">func (*GoTest_RequiredGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29392:29430#L954">Reset</a></h3>
  2058. <pre>func (m *<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a>) Reset()</pre>
  2059. <h3 id="GoTest_RequiredGroup.String">func (*GoTest_RequiredGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=29482:29528#L955">String</a></h3>
  2060. <pre>func (m *<a href="index.html#GoTest_RequiredGroup">GoTest_RequiredGroup</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2061. <h2 id="GroupNew">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64023:64178#L2022">GroupNew</a></h2>
  2062. <pre>type GroupNew struct {
  2063. G *<a href="index.html#GroupNew_G">GroupNew_G</a> `protobuf:&#34;group,101,opt,name=G,json=g&#34; json:&#34;g,omitempty&#34;`
  2064. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2065. }</pre>
  2066. <h3 id="GroupNew.Descriptor">func (*GroupNew) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64379:64424#L2030">Descriptor</a></h3>
  2067. <pre>func (*<a href="index.html#GroupNew">GroupNew</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2068. <h3 id="GroupNew.GetG">func (*GroupNew) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64464:64501#L2032">GetG</a></h3>
  2069. <pre>func (m *<a href="index.html#GroupNew">GroupNew</a>) GetG() *<a href="index.html#GroupNew_G">GroupNew_G</a></pre>
  2070. <h3 id="GroupNew.ProtoMessage">func (*GroupNew) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64330:64361#L2029">ProtoMessage</a></h3>
  2071. <pre>func (*<a href="index.html#GroupNew">GroupNew</a>) ProtoMessage()</pre>
  2072. <h3 id="GroupNew.Reset">func (*GroupNew) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64180:64206#L2027">Reset</a></h3>
  2073. <pre>func (m *<a href="index.html#GroupNew">GroupNew</a>) Reset()</pre>
  2074. <h3 id="GroupNew.String">func (*GroupNew) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64246:64280#L2028">String</a></h3>
  2075. <pre>func (m *<a href="index.html#GroupNew">GroupNew</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2076. <h2 id="GroupNew_G">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64550:64766#L2039">GroupNew_G</a></h2>
  2077. <pre>type GroupNew_G struct {
  2078. X *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=x&#34; json:&#34;x,omitempty&#34;`
  2079. Y *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,3,opt,name=y&#34; json:&#34;y,omitempty&#34;`
  2080. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2081. }</pre>
  2082. <h3 id="GroupNew_G.Descriptor">func (*GroupNew_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64975:65022#L2048">Descriptor</a></h3>
  2083. <pre>func (*<a href="index.html#GroupNew_G">GroupNew_G</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2084. <h3 id="GroupNew_G.GetX">func (*GroupNew_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65065:65098#L2050">GetX</a></h3>
  2085. <pre>func (m *<a href="index.html#GroupNew_G">GroupNew_G</a>) GetX() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2086. <h3 id="GroupNew_G.GetY">func (*GroupNew_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=65160:65193#L2057">GetY</a></h3>
  2087. <pre>func (m *<a href="index.html#GroupNew_G">GroupNew_G</a>) GetY() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2088. <h3 id="GroupNew_G.ProtoMessage">func (*GroupNew_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64924:64957#L2047">ProtoMessage</a></h3>
  2089. <pre>func (*<a href="index.html#GroupNew_G">GroupNew_G</a>) ProtoMessage()</pre>
  2090. <h3 id="GroupNew_G.Reset">func (*GroupNew_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64768:64796#L2045">Reset</a></h3>
  2091. <pre>func (m *<a href="index.html#GroupNew_G">GroupNew_G</a>) Reset()</pre>
  2092. <h3 id="GroupNew_G.String">func (*GroupNew_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=64838:64874#L2046">String</a></h3>
  2093. <pre>func (m *<a href="index.html#GroupNew_G">GroupNew_G</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2094. <h2 id="GroupOld">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62963:63118#L1988">GroupOld</a></h2>
  2095. <pre>type GroupOld struct {
  2096. G *<a href="index.html#GroupOld_G">GroupOld_G</a> `protobuf:&#34;group,101,opt,name=G,json=g&#34; json:&#34;g,omitempty&#34;`
  2097. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2098. }</pre>
  2099. <h3 id="GroupOld.Descriptor">func (*GroupOld) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63319:63364#L1996">Descriptor</a></h3>
  2100. <pre>func (*<a href="index.html#GroupOld">GroupOld</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2101. <h3 id="GroupOld.GetG">func (*GroupOld) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63404:63441#L1998">GetG</a></h3>
  2102. <pre>func (m *<a href="index.html#GroupOld">GroupOld</a>) GetG() *<a href="index.html#GroupOld_G">GroupOld_G</a></pre>
  2103. <h3 id="GroupOld.ProtoMessage">func (*GroupOld) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63270:63301#L1995">ProtoMessage</a></h3>
  2104. <pre>func (*<a href="index.html#GroupOld">GroupOld</a>) ProtoMessage()</pre>
  2105. <h3 id="GroupOld.Reset">func (*GroupOld) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63120:63146#L1993">Reset</a></h3>
  2106. <pre>func (m *<a href="index.html#GroupOld">GroupOld</a>) Reset()</pre>
  2107. <h3 id="GroupOld.String">func (*GroupOld) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63186:63220#L1994">String</a></h3>
  2108. <pre>func (m *<a href="index.html#GroupOld">GroupOld</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2109. <h2 id="GroupOld_G">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63490:63629#L2005">GroupOld_G</a></h2>
  2110. <pre>type GroupOld_G struct {
  2111. X *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=x&#34; json:&#34;x,omitempty&#34;`
  2112. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2113. }</pre>
  2114. <h3 id="GroupOld_G.Descriptor">func (*GroupOld_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63838:63885#L2013">Descriptor</a></h3>
  2115. <pre>func (*<a href="index.html#GroupOld_G">GroupOld_G</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2116. <h3 id="GroupOld_G.GetX">func (*GroupOld_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63928:63961#L2015">GetX</a></h3>
  2117. <pre>func (m *<a href="index.html#GroupOld_G">GroupOld_G</a>) GetX() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2118. <h3 id="GroupOld_G.ProtoMessage">func (*GroupOld_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63787:63820#L2012">ProtoMessage</a></h3>
  2119. <pre>func (*<a href="index.html#GroupOld_G">GroupOld_G</a>) ProtoMessage()</pre>
  2120. <h3 id="GroupOld_G.Reset">func (*GroupOld_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63631:63659#L2010">Reset</a></h3>
  2121. <pre>func (m *<a href="index.html#GroupOld_G">GroupOld_G</a>) Reset()</pre>
  2122. <h3 id="GroupOld_G.String">func (*GroupOld_G) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=63701:63737#L2011">String</a></h3>
  2123. <pre>func (m *<a href="index.html#GroupOld_G">GroupOld_G</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2124. <h2 id="InnerMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40243:40578#L1263">InnerMessage</a></h2>
  2125. <pre>type InnerMessage struct {
  2126. Host *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,req,name=host&#34; json:&#34;host,omitempty&#34;`
  2127. Port *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=port,def=4000&#34; json:&#34;port,omitempty&#34;`
  2128. Connected *<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,3,opt,name=connected&#34; json:&#34;connected,omitempty&#34;`
  2129. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2130. }</pre>
  2131. <h3 id="InnerMessage.Descriptor">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40795:40844#L1273">Descriptor</a></h3>
  2132. <pre>func (*<a href="index.html#InnerMessage">InnerMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2133. <h3 id="InnerMessage.GetConnected">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=41168:41210#L1291">GetConnected</a></h3>
  2134. <pre>func (m *<a href="index.html#InnerMessage">InnerMessage</a>) GetConnected() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  2135. <h3 id="InnerMessage.GetHost">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40930:40969#L1277">GetHost</a></h3>
  2136. <pre>func (m *<a href="index.html#InnerMessage">InnerMessage</a>) GetHost() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2137. <h3 id="InnerMessage.GetPort">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=41038:41076#L1284">GetPort</a></h3>
  2138. <pre>func (m *<a href="index.html#InnerMessage">InnerMessage</a>) GetPort() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2139. <h3 id="InnerMessage.ProtoMessage">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40742:40777#L1272">ProtoMessage</a></h3>
  2140. <pre>func (*<a href="index.html#InnerMessage">InnerMessage</a>) ProtoMessage()</pre>
  2141. <h3 id="InnerMessage.Reset">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40580:40610#L1270">Reset</a></h3>
  2142. <pre>func (m *<a href="index.html#InnerMessage">InnerMessage</a>) Reset()</pre>
  2143. <h3 id="InnerMessage.String">func (*InnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40654:40692#L1271">String</a></h3>
  2144. <pre>func (m *<a href="index.html#InnerMessage">InnerMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2145. <h2 id="MaxTag">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36586:36796#L1150">MaxTag</a></h2>
  2146. <pre>type MaxTag struct {
  2147. <span class="comment">// Maximum possible tag number.</span>
  2148. LastField *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,536870911,opt,name=last_field,json=lastField&#34; json:&#34;last_field,omitempty&#34;`
  2149. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2150. }</pre>
  2151. <h3 id="MaxTag.Descriptor">func (*MaxTag) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36989:37032#L1159">Descriptor</a></h3>
  2152. <pre>func (*<a href="index.html#MaxTag">MaxTag</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2153. <h3 id="MaxTag.GetLastField">func (*MaxTag) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37071:37109#L1161">GetLastField</a></h3>
  2154. <pre>func (m *<a href="index.html#MaxTag">MaxTag</a>) GetLastField() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2155. <h3 id="MaxTag.ProtoMessage">func (*MaxTag) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36942:36971#L1158">ProtoMessage</a></h3>
  2156. <pre>func (*<a href="index.html#MaxTag">MaxTag</a>) ProtoMessage()</pre>
  2157. <h3 id="MaxTag.Reset">func (*MaxTag) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36798:36822#L1156">Reset</a></h3>
  2158. <pre>func (m *<a href="index.html#MaxTag">MaxTag</a>) Reset()</pre>
  2159. <h3 id="MaxTag.String">func (*MaxTag) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36860:36892#L1157">String</a></h3>
  2160. <pre>func (m *<a href="index.html#MaxTag">MaxTag</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2161. <h2 id="MessageList">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51657:51853#L1633">MessageList</a></h2>
  2162. <pre>type MessageList struct {
  2163. Message []*<a href="index.html#MessageList_Message">MessageList_Message</a> `protobuf:&#34;group,1,rep,name=Message,json=message&#34; json:&#34;message,omitempty&#34;`
  2164. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2165. }</pre>
  2166. <h3 id="MessageList.Descriptor">func (*MessageList) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52066:52114#L1641">Descriptor</a></h3>
  2167. <pre>func (*<a href="index.html#MessageList">MessageList</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2168. <h3 id="MessageList.GetMessage">func (*MessageList) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52154:52211#L1643">GetMessage</a></h3>
  2169. <pre>func (m *<a href="index.html#MessageList">MessageList</a>) GetMessage() []*<a href="index.html#MessageList_Message">MessageList_Message</a></pre>
  2170. <h3 id="MessageList.ProtoMessage">func (*MessageList) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52014:52048#L1640">ProtoMessage</a></h3>
  2171. <pre>func (*<a href="index.html#MessageList">MessageList</a>) ProtoMessage()</pre>
  2172. <h3 id="MessageList.Reset">func (*MessageList) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51855:51884#L1638">Reset</a></h3>
  2173. <pre>func (m *<a href="index.html#MessageList">MessageList</a>) Reset()</pre>
  2174. <h3 id="MessageList.String">func (*MessageList) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51927:51964#L1639">String</a></h3>
  2175. <pre>func (m *<a href="index.html#MessageList">MessageList</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2176. <h2 id="MessageList_Message">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52266:52507#L1650">MessageList_Message</a></h2>
  2177. <pre>type MessageList_Message struct {
  2178. Name *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,2,req,name=name&#34; json:&#34;name,omitempty&#34;`
  2179. Count *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,3,req,name=count&#34; json:&#34;count,omitempty&#34;`
  2180. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2181. }</pre>
  2182. <h3 id="MessageList_Message.Descriptor">func (*MessageList_Message) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52752:52808#L1659">Descriptor</a></h3>
  2183. <pre>func (*<a href="index.html#MessageList_Message">MessageList_Message</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2184. <h3 id="MessageList_Message.GetCount">func (*MessageList_Message) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52966:53012#L1668">GetCount</a></h3>
  2185. <pre>func (m *<a href="index.html#MessageList_Message">MessageList_Message</a>) GetCount() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2186. <h3 id="MessageList_Message.GetName">func (*MessageList_Message) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52851:52897#L1661">GetName</a></h3>
  2187. <pre>func (m *<a href="index.html#MessageList_Message">MessageList_Message</a>) GetName() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2188. <h3 id="MessageList_Message.ProtoMessage">func (*MessageList_Message) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52692:52734#L1658">ProtoMessage</a></h3>
  2189. <pre>func (*<a href="index.html#MessageList_Message">MessageList_Message</a>) ProtoMessage()</pre>
  2190. <h3 id="MessageList_Message.Reset">func (*MessageList_Message) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52509:52546#L1656">Reset</a></h3>
  2191. <pre>func (m *<a href="index.html#MessageList_Message">MessageList_Message</a>) Reset()</pre>
  2192. <h3 id="MessageList_Message.String">func (*MessageList_Message) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=52597:52642#L1657">String</a></h3>
  2193. <pre>func (m *<a href="index.html#MessageList_Message">MessageList_Message</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2194. <h2 id="MessageWithMap">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=66013:66920#L2089">MessageWithMap</a></h2>
  2195. <pre>type MessageWithMap struct {
  2196. NameMapping map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,rep,name=name_mapping,json=nameMapping&#34; json:&#34;name_mapping,omitempty&#34; protobuf_key:&#34;varint,1,opt,name=key&#34; protobuf_val:&#34;bytes,2,opt,name=value&#34;`
  2197. MsgMapping map[<a href="../../../../../builtin/index.html#int64">int64</a>]*<a href="index.html#FloatingPoint">FloatingPoint</a> `protobuf:&#34;bytes,2,rep,name=msg_mapping,json=msgMapping&#34; json:&#34;msg_mapping,omitempty&#34; protobuf_key:&#34;zigzag64,1,opt,name=key&#34; protobuf_val:&#34;bytes,2,opt,name=value&#34;`
  2198. ByteMapping map[<a href="../../../../../builtin/index.html#bool">bool</a>][]<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,3,rep,name=byte_mapping,json=byteMapping&#34; json:&#34;byte_mapping,omitempty&#34; protobuf_key:&#34;varint,1,opt,name=key&#34; protobuf_val:&#34;bytes,2,opt,name=value&#34;`
  2199. StrToStr map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,4,rep,name=str_to_str,json=strToStr&#34; json:&#34;str_to_str,omitempty&#34; protobuf_key:&#34;bytes,1,opt,name=key&#34; protobuf_val:&#34;bytes,2,opt,name=value&#34;`
  2200. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2201. }</pre>
  2202. <h3 id="MessageWithMap.Descriptor">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67145:67196#L2100">Descriptor</a></h3>
  2203. <pre>func (*<a href="index.html#MessageWithMap">MessageWithMap</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2204. <h3 id="MessageWithMap.GetByteMapping">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67476:67533#L2116">GetByteMapping</a></h3>
  2205. <pre>func (m *<a href="index.html#MessageWithMap">MessageWithMap</a>) GetByteMapping() map[<a href="../../../../../builtin/index.html#bool">bool</a>][]<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  2206. <h3 id="MessageWithMap.GetMsgMapping">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67353:67418#L2109">GetMsgMapping</a></h3>
  2207. <pre>func (m *<a href="index.html#MessageWithMap">MessageWithMap</a>) GetMsgMapping() map[<a href="../../../../../builtin/index.html#int64">int64</a>]*<a href="index.html#FloatingPoint">FloatingPoint</a></pre>
  2208. <h3 id="MessageWithMap.GetNameMapping">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67236:67294#L2102">GetNameMapping</a></h3>
  2209. <pre>func (m *<a href="index.html#MessageWithMap">MessageWithMap</a>) GetNameMapping() map[<a href="../../../../../builtin/index.html#int32">int32</a>]<a href="../../../../../builtin/index.html#string">string</a></pre>
  2210. <h3 id="MessageWithMap.GetStrToStr">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67592:67648#L2123">GetStrToStr</a></h3>
  2211. <pre>func (m *<a href="index.html#MessageWithMap">MessageWithMap</a>) GetStrToStr() map[<a href="../../../../../builtin/index.html#string">string</a>]<a href="../../../../../builtin/index.html#string">string</a></pre>
  2212. <h3 id="MessageWithMap.ProtoMessage">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67090:67127#L2099">ProtoMessage</a></h3>
  2213. <pre>func (*<a href="index.html#MessageWithMap">MessageWithMap</a>) ProtoMessage()</pre>
  2214. <h3 id="MessageWithMap.Reset">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=66922:66954#L2097">Reset</a></h3>
  2215. <pre>func (m *<a href="index.html#MessageWithMap">MessageWithMap</a>) Reset()</pre>
  2216. <h3 id="MessageWithMap.String">func (*MessageWithMap) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67000:67040#L2098">String</a></h3>
  2217. <pre>func (m *<a href="index.html#MessageWithMap">MessageWithMap</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2218. <h2 id="MoreRepeated">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=61166:61959#L1923">MoreRepeated</a></h2>
  2219. <pre>type MoreRepeated struct {
  2220. Bools []<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,1,rep,name=bools&#34; json:&#34;bools,omitempty&#34;`
  2221. BoolsPacked []<a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,2,rep,packed,name=bools_packed,json=boolsPacked&#34; json:&#34;bools_packed,omitempty&#34;`
  2222. Ints []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,3,rep,name=ints&#34; json:&#34;ints,omitempty&#34;`
  2223. IntsPacked []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,4,rep,packed,name=ints_packed,json=intsPacked&#34; json:&#34;ints_packed,omitempty&#34;`
  2224. Int64SPacked []<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,7,rep,packed,name=int64s_packed,json=int64sPacked&#34; json:&#34;int64s_packed,omitempty&#34;`
  2225. Strings []<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,5,rep,name=strings&#34; json:&#34;strings,omitempty&#34;`
  2226. Fixeds []<a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,6,rep,name=fixeds&#34; json:&#34;fixeds,omitempty&#34;`
  2227. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2228. }</pre>
  2229. <h3 id="MoreRepeated.Descriptor">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62176:62225#L1937">Descriptor</a></h3>
  2230. <pre>func (*<a href="index.html#MoreRepeated">MoreRepeated</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2231. <h3 id="MoreRepeated.GetBools">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62265:62305#L1939">GetBools</a></h3>
  2232. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetBools() []<a href="../../../../../builtin/index.html#bool">bool</a></pre>
  2233. <h3 id="MoreRepeated.GetBoolsPacked">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62358:62404#L1946">GetBoolsPacked</a></h3>
  2234. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetBoolsPacked() []<a href="../../../../../builtin/index.html#bool">bool</a></pre>
  2235. <h3 id="MoreRepeated.GetFixeds">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62866:62909#L1981">GetFixeds</a></h3>
  2236. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetFixeds() []<a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  2237. <h3 id="MoreRepeated.GetInt64SPacked">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62659:62707#L1967">GetInt64SPacked</a></h3>
  2238. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetInt64SPacked() []<a href="../../../../../builtin/index.html#int64">int64</a></pre>
  2239. <h3 id="MoreRepeated.GetInts">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62463:62503#L1953">GetInts</a></h3>
  2240. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetInts() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2241. <h3 id="MoreRepeated.GetIntsPacked">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62555:62601#L1960">GetIntsPacked</a></h3>
  2242. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetIntsPacked() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2243. <h3 id="MoreRepeated.GetStrings">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62767:62811#L1974">GetStrings</a></h3>
  2244. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) GetStrings() []<a href="../../../../../builtin/index.html#string">string</a></pre>
  2245. <h3 id="MoreRepeated.ProtoMessage">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62123:62158#L1936">ProtoMessage</a></h3>
  2246. <pre>func (*<a href="index.html#MoreRepeated">MoreRepeated</a>) ProtoMessage()</pre>
  2247. <h3 id="MoreRepeated.Reset">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=61961:61991#L1934">Reset</a></h3>
  2248. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) Reset()</pre>
  2249. <h3 id="MoreRepeated.String">func (*MoreRepeated) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=62035:62073#L1935">String</a></h3>
  2250. <pre>func (m *<a href="index.html#MoreRepeated">MoreRepeated</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2251. <h2 id="MyMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=43439:44931#L1365">MyMessage</a></h2>
  2252. <pre>type MyMessage struct {
  2253. Count *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,1,req,name=count&#34; json:&#34;count,omitempty&#34;`
  2254. Name *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,2,opt,name=name&#34; json:&#34;name,omitempty&#34;`
  2255. Quote *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,3,opt,name=quote&#34; json:&#34;quote,omitempty&#34;`
  2256. Pet []<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,4,rep,name=pet&#34; json:&#34;pet,omitempty&#34;`
  2257. Inner *<a href="index.html#InnerMessage">InnerMessage</a> `protobuf:&#34;bytes,5,opt,name=inner&#34; json:&#34;inner,omitempty&#34;`
  2258. Others []*<a href="index.html#OtherMessage">OtherMessage</a> `protobuf:&#34;bytes,6,rep,name=others&#34; json:&#34;others,omitempty&#34;`
  2259. WeMustGoDeeper *<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a> `protobuf:&#34;bytes,13,opt,name=we_must_go_deeper,json=weMustGoDeeper&#34; json:&#34;we_must_go_deeper,omitempty&#34;`
  2260. RepInner []*<a href="index.html#InnerMessage">InnerMessage</a> `protobuf:&#34;bytes,12,rep,name=rep_inner,json=repInner&#34; json:&#34;rep_inner,omitempty&#34;`
  2261. Bikeshed *<a href="index.html#MyMessage_Color">MyMessage_Color</a> `protobuf:&#34;varint,7,opt,name=bikeshed,enum=testdata.MyMessage_Color&#34; json:&#34;bikeshed,omitempty&#34;`
  2262. Somegroup *<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a> `protobuf:&#34;group,8,opt,name=SomeGroup,json=somegroup&#34; json:&#34;somegroup,omitempty&#34;`
  2263. <span class="comment">// This field becomes [][]byte in the generated code.</span>
  2264. RepBytes [][]<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,10,rep,name=rep_bytes,json=repBytes&#34; json:&#34;rep_bytes,omitempty&#34;`
  2265. Bigfloat *<a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,11,opt,name=bigfloat&#34; json:&#34;bigfloat,omitempty&#34;`
  2266. <a href="../index.html">proto</a>.<a href="../index.html#XXX_InternalExtensions">XXX_InternalExtensions</a> `json:&#34;-&#34;`
  2267. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2268. }</pre>
  2269. <h3 id="MyMessage.Descriptor">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45136:45182#L1386">Descriptor</a></h3>
  2270. <pre>func (*<a href="index.html#MyMessage">MyMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2271. <h3 id="MyMessage.ExtensionRangeArray">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45293:45355#L1392">ExtensionRangeArray</a></h3>
  2272. <pre>func (*<a href="index.html#MyMessage">MyMessage</a>) ExtensionRangeArray() []<a href="../index.html">proto</a>.<a href="../index.html#ExtensionRange">ExtensionRange</a></pre>
  2273. <h3 id="MyMessage.GetBigfloat">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46568:46609#L1473">GetBigfloat</a></h3>
  2274. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetBigfloat() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  2275. <h3 id="MyMessage.GetBikeshed">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46221:46270#L1452">GetBikeshed</a></h3>
  2276. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetBikeshed() <a href="index.html#MyMessage_Color">MyMessage_Color</a></pre>
  2277. <h3 id="MyMessage.GetCount">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45388:45424#L1396">GetCount</a></h3>
  2278. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetCount() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2279. <h3 id="MyMessage.GetInner">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45795:45839#L1424">GetInner</a></h3>
  2280. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetInner() *<a href="index.html#InnerMessage">InnerMessage</a></pre>
  2281. <h3 id="MyMessage.GetName">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45494:45530#L1403">GetName</a></h3>
  2282. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetName() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2283. <h3 id="MyMessage.GetOthers">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45892:45939#L1431">GetOthers</a></h3>
  2284. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetOthers() []*<a href="index.html#OtherMessage">OtherMessage</a></pre>
  2285. <h3 id="MyMessage.GetPet">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45707:45744#L1417">GetPet</a></h3>
  2286. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetPet() []<a href="../../../../../builtin/index.html#string">string</a></pre>
  2287. <h3 id="MyMessage.GetQuote">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45599:45636#L1410">GetQuote</a></h3>
  2288. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetQuote() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2289. <h3 id="MyMessage.GetRepBytes">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46470:46512#L1466">GetRepBytes</a></h3>
  2290. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetRepBytes() [][]<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  2291. <h3 id="MyMessage.GetRepInner">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46116:46165#L1445">GetRepInner</a></h3>
  2292. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetRepInner() []*<a href="index.html#InnerMessage">InnerMessage</a></pre>
  2293. <h3 id="MyMessage.GetSomegroup">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46358:46413#L1459">GetSomegroup</a></h3>
  2294. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetSomegroup() *<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a></pre>
  2295. <h3 id="MyMessage.GetWeMustGoDeeper">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45993:46054#L1438">GetWeMustGoDeeper</a></h3>
  2296. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) GetWeMustGoDeeper() *<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a></pre>
  2297. <h3 id="MyMessage.ProtoMessage">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45086:45118#L1385">ProtoMessage</a></h3>
  2298. <pre>func (*<a href="index.html#MyMessage">MyMessage</a>) ProtoMessage()</pre>
  2299. <h3 id="MyMessage.Reset">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=44933:44960#L1383">Reset</a></h3>
  2300. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) Reset()</pre>
  2301. <h3 id="MyMessage.String">func (*MyMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=45001:45036#L1384">String</a></h3>
  2302. <pre>func (m *<a href="index.html#MyMessage">MyMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2303. <h2 id="MyMessageSet">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50083:50200#L1589">MyMessageSet</a></h2>
  2304. <pre>type MyMessageSet struct {
  2305. <a href="../index.html">proto</a>.<a href="../index.html#XXX_InternalExtensions">XXX_InternalExtensions</a> `json:&#34;-&#34;`
  2306. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2307. }</pre>
  2308. <h3 id="MyMessageSet.Descriptor">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50417:50466#L1597">Descriptor</a></h3>
  2309. <pre>func (*<a href="index.html#MyMessageSet">MyMessageSet</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2310. <h3 id="MyMessageSet.ExtensionRangeArray">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=51228:51293#L1620">ExtensionRangeArray</a></h3>
  2311. <pre>func (*<a href="index.html#MyMessageSet">MyMessageSet</a>) ExtensionRangeArray() []<a href="../index.html">proto</a>.<a href="../index.html#ExtensionRange">ExtensionRange</a></pre>
  2312. <h3 id="MyMessageSet.Marshal">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50506:50554#L1599">Marshal</a></h3>
  2313. <pre>func (m *<a href="index.html#MyMessageSet">MyMessageSet</a>) Marshal() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, <a href="../../../../../builtin/index.html#error">error</a>)</pre>
  2314. <h3 id="MyMessageSet.MarshalJSON">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50739:50791#L1605">MarshalJSON</a></h3>
  2315. <pre>func (m *<a href="index.html#MyMessageSet">MyMessageSet</a>) MarshalJSON() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, <a href="../../../../../builtin/index.html#error">error</a>)</pre>
  2316. <h3 id="MyMessageSet.ProtoMessage">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50364:50399#L1596">ProtoMessage</a></h3>
  2317. <pre>func (*<a href="index.html#MyMessageSet">MyMessageSet</a>) ProtoMessage()</pre>
  2318. <h3 id="MyMessageSet.Reset">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50202:50232#L1594">Reset</a></h3>
  2319. <pre>func (m *<a href="index.html#MyMessageSet">MyMessageSet</a>) Reset()</pre>
  2320. <h3 id="MyMessageSet.String">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50276:50314#L1595">String</a></h3>
  2321. <pre>func (m *<a href="index.html#MyMessageSet">MyMessageSet</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2322. <h3 id="MyMessageSet.Unmarshal">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50618:50668#L1602">Unmarshal</a></h3>
  2323. <pre>func (m *<a href="index.html#MyMessageSet">MyMessageSet</a>) Unmarshal(buf []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  2324. <h3 id="MyMessageSet.UnmarshalJSON">func (*MyMessageSet) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=50859:50913#L1608">UnmarshalJSON</a></h3>
  2325. <pre>func (m *<a href="index.html#MyMessageSet">MyMessageSet</a>) UnmarshalJSON(buf []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  2326. <h2 id="MyMessage_Color">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=3266:3292#L154">MyMessage_Color</a></h2>
  2327. <pre>type MyMessage_Color <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2328. <pre>const (
  2329. <span id="MyMessage_RED">MyMessage_RED</span> <a href="index.html#MyMessage_Color">MyMessage_Color</a> = 0
  2330. <span id="MyMessage_GREEN">MyMessage_GREEN</span> <a href="index.html#MyMessage_Color">MyMessage_Color</a> = 1
  2331. <span id="MyMessage_BLUE">MyMessage_BLUE</span> <a href="index.html#MyMessage_Color">MyMessage_Color</a> = 2
  2332. )</pre>
  2333. <h3 id="MyMessage_Color.Enum">func (MyMessage_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=3587:3635#L173">Enum</a></h3>
  2334. <pre>func (x <a href="index.html#MyMessage_Color">MyMessage_Color</a>) Enum() *<a href="index.html#MyMessage_Color">MyMessage_Color</a></pre>
  2335. <h3 id="MyMessage_Color.EnumDescriptor">func (MyMessage_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=4009:4064#L189">EnumDescriptor</a></h3>
  2336. <pre>func (<a href="index.html#MyMessage_Color">MyMessage_Color</a>) EnumDescriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2337. <h3 id="MyMessage_Color.String">func (MyMessage_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=3685:3725#L178">String</a></h3>
  2338. <pre>func (x <a href="index.html#MyMessage_Color">MyMessage_Color</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2339. <h3 id="MyMessage_Color.UnmarshalJSON">func (*MyMessage_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=3785:3843#L181">UnmarshalJSON</a></h3>
  2340. <pre>func (x *<a href="index.html#MyMessage_Color">MyMessage_Color</a>) UnmarshalJSON(data []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  2341. <h2 id="MyMessage_SomeGroup">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46685:46869#L1480">MyMessage_SomeGroup</a></h2>
  2342. <pre>type MyMessage_SomeGroup struct {
  2343. GroupField *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,9,opt,name=group_field,json=groupField&#34; json:&#34;group_field,omitempty&#34;`
  2344. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2345. }</pre>
  2346. <h3 id="MyMessage_SomeGroup.Descriptor">func (*MyMessage_SomeGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47114:47170#L1488">Descriptor</a></h3>
  2347. <pre>func (*<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2348. <h3 id="MyMessage_SomeGroup.GetGroupField">func (*MyMessage_SomeGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47213:47264#L1490">GetGroupField</a></h3>
  2349. <pre>func (m *<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a>) GetGroupField() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2350. <h3 id="MyMessage_SomeGroup.ProtoMessage">func (*MyMessage_SomeGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=47054:47096#L1487">ProtoMessage</a></h3>
  2351. <pre>func (*<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a>) ProtoMessage()</pre>
  2352. <h3 id="MyMessage_SomeGroup.Reset">func (*MyMessage_SomeGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46871:46908#L1485">Reset</a></h3>
  2353. <pre>func (m *<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a>) Reset()</pre>
  2354. <h3 id="MyMessage_SomeGroup.String">func (*MyMessage_SomeGroup) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=46959:47004#L1486">String</a></h3>
  2355. <pre>func (m *<a href="index.html#MyMessage_SomeGroup">MyMessage_SomeGroup</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2356. <h2 id="NewMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38638:38905#L1212">NewMessage</a></h2>
  2357. <pre>type NewMessage struct {
  2358. Nested *<a href="index.html#NewMessage_Nested">NewMessage_Nested</a> `protobuf:&#34;bytes,1,opt,name=nested&#34; json:&#34;nested,omitempty&#34;`
  2359. <span class="comment">// This is an int32 in OldMessage.</span>
  2360. Num *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,2,opt,name=num&#34; json:&#34;num,omitempty&#34;`
  2361. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2362. }</pre>
  2363. <p>
  2364. NewMessage is wire compatible with OldMessage;
  2365. imagine it as a future version.
  2366. </p>
  2367. <h3 id="NewMessage.Descriptor">func (*NewMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39114:39161#L1222">Descriptor</a></h3>
  2368. <pre>func (*<a href="index.html#NewMessage">NewMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2369. <h3 id="NewMessage.GetNested">func (*NewMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39200:39251#L1224">GetNested</a></h3>
  2370. <pre>func (m *<a href="index.html#NewMessage">NewMessage</a>) GetNested() *<a href="index.html#NewMessage_Nested">NewMessage_Nested</a></pre>
  2371. <h3 id="NewMessage.GetNum">func (*NewMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39305:39340#L1231">GetNum</a></h3>
  2372. <pre>func (m *<a href="index.html#NewMessage">NewMessage</a>) GetNum() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  2373. <h3 id="NewMessage.ProtoMessage">func (*NewMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39063:39096#L1221">ProtoMessage</a></h3>
  2374. <pre>func (*<a href="index.html#NewMessage">NewMessage</a>) ProtoMessage()</pre>
  2375. <h3 id="NewMessage.Reset">func (*NewMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38907:38935#L1219">Reset</a></h3>
  2376. <pre>func (m *<a href="index.html#NewMessage">NewMessage</a>) Reset()</pre>
  2377. <h3 id="NewMessage.String">func (*NewMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38977:39013#L1220">String</a></h3>
  2378. <pre>func (m *<a href="index.html#NewMessage">NewMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2379. <h2 id="NewMessage_Nested">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39406:39669#L1238">NewMessage_Nested</a></h2>
  2380. <pre>type NewMessage_Nested struct {
  2381. Name *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,opt,name=name&#34; json:&#34;name,omitempty&#34;`
  2382. FoodGroup *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,2,opt,name=food_group,json=foodGroup&#34; json:&#34;food_group,omitempty&#34;`
  2383. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2384. }</pre>
  2385. <h3 id="NewMessage_Nested.Descriptor">func (*NewMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39906:39960#L1247">Descriptor</a></h3>
  2386. <pre>func (*<a href="index.html#NewMessage_Nested">NewMessage_Nested</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2387. <h3 id="NewMessage_Nested.GetFoodGroup">func (*NewMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40115:40164#L1256">GetFoodGroup</a></h3>
  2388. <pre>func (m *<a href="index.html#NewMessage_Nested">NewMessage_Nested</a>) GetFoodGroup() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2389. <h3 id="NewMessage_Nested.GetName">func (*NewMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=40002:40046#L1249">GetName</a></h3>
  2390. <pre>func (m *<a href="index.html#NewMessage_Nested">NewMessage_Nested</a>) GetName() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2391. <h3 id="NewMessage_Nested.ProtoMessage">func (*NewMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39848:39888#L1246">ProtoMessage</a></h3>
  2392. <pre>func (*<a href="index.html#NewMessage_Nested">NewMessage_Nested</a>) ProtoMessage()</pre>
  2393. <h3 id="NewMessage_Nested.Reset">func (*NewMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39671:39706#L1244">Reset</a></h3>
  2394. <pre>func (m *<a href="index.html#NewMessage_Nested">NewMessage_Nested</a>) Reset()</pre>
  2395. <h3 id="NewMessage_Nested.String">func (*NewMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=39755:39798#L1245">String</a></h3>
  2396. <pre>func (m *<a href="index.html#NewMessage_Nested">NewMessage_Nested</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2397. <h2 id="NonPackedTest">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35518:35662#L1116">NonPackedTest</a></h2>
  2398. <pre>type NonPackedTest struct {
  2399. A []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,1,rep,name=a&#34; json:&#34;a,omitempty&#34;`
  2400. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2401. }</pre>
  2402. <p>
  2403. For testing packed/non-packed decoder switching.
  2404. A serialized instance of one should be deserializable as the other.
  2405. </p>
  2406. <h3 id="NonPackedTest.Descriptor">func (*NonPackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35883:35933#L1124">Descriptor</a></h3>
  2407. <pre>func (*<a href="index.html#NonPackedTest">NonPackedTest</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2408. <h3 id="NonPackedTest.GetA">func (*NonPackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35972:36010#L1126">GetA</a></h3>
  2409. <pre>func (m *<a href="index.html#NonPackedTest">NonPackedTest</a>) GetA() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2410. <h3 id="NonPackedTest.ProtoMessage">func (*NonPackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35829:35865#L1123">ProtoMessage</a></h3>
  2411. <pre>func (*<a href="index.html#NonPackedTest">NonPackedTest</a>) ProtoMessage()</pre>
  2412. <h3 id="NonPackedTest.Reset">func (*NonPackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35664:35695#L1121">Reset</a></h3>
  2413. <pre>func (m *<a href="index.html#NonPackedTest">NonPackedTest</a>) Reset()</pre>
  2414. <h3 id="NonPackedTest.String">func (*NonPackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=35740:35779#L1122">String</a></h3>
  2415. <pre>func (m *<a href="index.html#NonPackedTest">NonPackedTest</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2416. <h2 id="OldMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37188:37453#L1168">OldMessage</a></h2>
  2417. <pre>type OldMessage struct {
  2418. Nested *<a href="index.html#OldMessage_Nested">OldMessage_Nested</a> `protobuf:&#34;bytes,1,opt,name=nested&#34; json:&#34;nested,omitempty&#34;`
  2419. Num *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=num&#34; json:&#34;num,omitempty&#34;`
  2420. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2421. }</pre>
  2422. <h3 id="OldMessage.Descriptor">func (*OldMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37662:37709#L1177">Descriptor</a></h3>
  2423. <pre>func (*<a href="index.html#OldMessage">OldMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2424. <h3 id="OldMessage.GetNested">func (*OldMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37748:37799#L1179">GetNested</a></h3>
  2425. <pre>func (m *<a href="index.html#OldMessage">OldMessage</a>) GetNested() *<a href="index.html#OldMessage_Nested">OldMessage_Nested</a></pre>
  2426. <h3 id="OldMessage.GetNum">func (*OldMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37853:37888#L1186">GetNum</a></h3>
  2427. <pre>func (m *<a href="index.html#OldMessage">OldMessage</a>) GetNum() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2428. <h3 id="OldMessage.ProtoMessage">func (*OldMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37611:37644#L1176">ProtoMessage</a></h3>
  2429. <pre>func (*<a href="index.html#OldMessage">OldMessage</a>) ProtoMessage()</pre>
  2430. <h3 id="OldMessage.Reset">func (*OldMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37455:37483#L1174">Reset</a></h3>
  2431. <pre>func (m *<a href="index.html#OldMessage">OldMessage</a>) Reset()</pre>
  2432. <h3 id="OldMessage.String">func (*OldMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37525:37561#L1175">String</a></h3>
  2433. <pre>func (m *<a href="index.html#OldMessage">OldMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2434. <h2 id="OldMessage_Nested">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=37954:38107#L1193">OldMessage_Nested</a></h2>
  2435. <pre>type OldMessage_Nested struct {
  2436. Name *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,opt,name=name&#34; json:&#34;name,omitempty&#34;`
  2437. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2438. }</pre>
  2439. <h3 id="OldMessage_Nested.Descriptor">func (*OldMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38344:38398#L1201">Descriptor</a></h3>
  2440. <pre>func (*<a href="index.html#OldMessage_Nested">OldMessage_Nested</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2441. <h3 id="OldMessage_Nested.GetName">func (*OldMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38440:38484#L1203">GetName</a></h3>
  2442. <pre>func (m *<a href="index.html#OldMessage_Nested">OldMessage_Nested</a>) GetName() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2443. <h3 id="OldMessage_Nested.ProtoMessage">func (*OldMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38286:38326#L1200">ProtoMessage</a></h3>
  2444. <pre>func (*<a href="index.html#OldMessage_Nested">OldMessage_Nested</a>) ProtoMessage()</pre>
  2445. <h3 id="OldMessage_Nested.Reset">func (*OldMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38109:38144#L1198">Reset</a></h3>
  2446. <pre>func (m *<a href="index.html#OldMessage_Nested">OldMessage_Nested</a>) Reset()</pre>
  2447. <h3 id="OldMessage_Nested.String">func (*OldMessage_Nested) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=38193:38236#L1199">String</a></h3>
  2448. <pre>func (m *<a href="index.html#OldMessage_Nested">OldMessage_Nested</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2449. <h2 id="Oneof">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=67704:68334#L2130">Oneof</a></h2>
  2450. <pre>type Oneof struct {
  2451. <span class="comment">// Types that are valid to be assigned to Union:</span>
  2452. <span class="comment">// *Oneof_F_Bool</span>
  2453. <span class="comment">// *Oneof_F_Int32</span>
  2454. <span class="comment">// *Oneof_F_Int64</span>
  2455. <span class="comment">// *Oneof_F_Fixed32</span>
  2456. <span class="comment">// *Oneof_F_Fixed64</span>
  2457. <span class="comment">// *Oneof_F_Uint32</span>
  2458. <span class="comment">// *Oneof_F_Uint64</span>
  2459. <span class="comment">// *Oneof_F_Float</span>
  2460. <span class="comment">// *Oneof_F_Double</span>
  2461. <span class="comment">// *Oneof_F_String</span>
  2462. <span class="comment">// *Oneof_F_Bytes</span>
  2463. <span class="comment">// *Oneof_F_Sint32</span>
  2464. <span class="comment">// *Oneof_F_Sint64</span>
  2465. <span class="comment">// *Oneof_F_Enum</span>
  2466. <span class="comment">// *Oneof_F_Message</span>
  2467. <span class="comment">// *Oneof_FGroup</span>
  2468. <span class="comment">// *Oneof_F_Largest_Tag</span>
  2469. Union isOneof_Union `protobuf_oneof:&#34;union&#34;`
  2470. <span class="comment">// Types that are valid to be assigned to Tormato:</span>
  2471. <span class="comment">// *Oneof_Value</span>
  2472. Tormato isOneof_Tormato `protobuf_oneof:&#34;tormato&#34;`
  2473. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2474. }</pre>
  2475. <h3 id="Oneof.Descriptor">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68523:68565#L2159">Descriptor</a></h3>
  2476. <pre>func (*<a href="index.html#Oneof">Oneof</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2477. <h3 id="Oneof.GetFGroup">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73606:73648#L2360">GetFGroup</a></h3>
  2478. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetFGroup() *<a href="index.html#Oneof_F_Group">Oneof_F_Group</a></pre>
  2479. <h3 id="Oneof.GetF_Bool">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=71714:71746#L2255">GetF_Bool</a></h3>
  2480. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Bool() <a href="../../../../../builtin/index.html#bool">bool</a></pre>
  2481. <h3 id="Oneof.GetF_Bytes">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72958:72993#L2325">GetF_Bytes</a></h3>
  2482. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Bytes() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  2483. <h3 id="Oneof.GetF_Double">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72706:72743#L2311">GetF_Double</a></h3>
  2484. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Double() <a href="../../../../../builtin/index.html#float64">float64</a></pre>
  2485. <h3 id="Oneof.GetF_Enum">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73330:73373#L2346">GetF_Enum</a></h3>
  2486. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Enum() <a href="index.html#MyMessage_Color">MyMessage_Color</a></pre>
  2487. <h3 id="Oneof.GetF_Fixed32">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72077:72114#L2276">GetF_Fixed32</a></h3>
  2488. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Fixed32() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  2489. <h3 id="Oneof.GetF_Fixed64">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72205:72242#L2283">GetF_Fixed64</a></h3>
  2490. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Fixed64() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  2491. <h3 id="Oneof.GetF_Float">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72583:72619#L2304">GetF_Float</a></h3>
  2492. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Float() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  2493. <h3 id="Oneof.GetF_Int32">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=71835:71869#L2262">GetF_Int32</a></h3>
  2494. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Int32() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2495. <h3 id="Oneof.GetF_Int64">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=71956:71990#L2269">GetF_Int64</a></h3>
  2496. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Int64() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  2497. <h3 id="Oneof.GetF_Largest_Tag">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73735:73775#L2367">GetF_Largest_Tag</a></h3>
  2498. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Largest_Tag() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2499. <h3 id="Oneof.GetF_Message">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73470:73513#L2353">GetF_Message</a></h3>
  2500. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Message() *<a href="index.html#GoTestField">GoTestField</a></pre>
  2501. <h3 id="Oneof.GetF_Sint32">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73082:73117#L2332">GetF_Sint32</a></h3>
  2502. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Sint32() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2503. <h3 id="Oneof.GetF_Sint64">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73206:73241#L2339">GetF_Sint64</a></h3>
  2504. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Sint64() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  2505. <h3 id="Oneof.GetF_String">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72832:72868#L2318">GetF_String</a></h3>
  2506. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2507. <h3 id="Oneof.GetF_Uint32">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72333:72369#L2290">GetF_Uint32</a></h3>
  2508. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Uint32() <a href="../../../../../builtin/index.html#uint32">uint32</a></pre>
  2509. <h3 id="Oneof.GetF_Uint64">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=72458:72494#L2297">GetF_Uint64</a></h3>
  2510. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetF_Uint64() <a href="../../../../../builtin/index.html#uint64">uint64</a></pre>
  2511. <h3 id="Oneof.GetTormato">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=71615:71659#L2248">GetTormato</a></h3>
  2512. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetTormato() isOneof_Tormato</pre>
  2513. <h3 id="Oneof.GetUnion">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=71523:71563#L2242">GetUnion</a></h3>
  2514. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetUnion() isOneof_Union</pre>
  2515. <h3 id="Oneof.GetValue">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=73874:73906#L2374">GetValue</a></h3>
  2516. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) GetValue() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2517. <h3 id="Oneof.ProtoMessage">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68477:68505#L2158">ProtoMessage</a></h3>
  2518. <pre>func (*<a href="index.html#Oneof">Oneof</a>) ProtoMessage()</pre>
  2519. <h3 id="Oneof.Reset">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68336:68359#L2156">Reset</a></h3>
  2520. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) Reset()</pre>
  2521. <h3 id="Oneof.String">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68396:68427#L2157">String</a></h3>
  2522. <pre>func (m *<a href="index.html#Oneof">Oneof</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2523. <h3 id="Oneof.XXX_OneofFuncs">func (*Oneof) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=74055:74253#L2382">XXX_OneofFuncs</a></h3>
  2524. <pre>func (*<a href="index.html#Oneof">Oneof</a>) XXX_OneofFuncs() (func(msg <a href="../index.html">proto</a>.<a href="../index.html#Message">Message</a>, b *<a href="../index.html">proto</a>.<a href="../index.html#Buffer">Buffer</a>) <a href="../../../../../builtin/index.html#error">error</a>, func(msg <a href="../index.html">proto</a>.<a href="../index.html#Message">Message</a>, tag, wire <a href="../../../../../builtin/index.html#int">int</a>, b *<a href="../index.html">proto</a>.<a href="../index.html#Buffer">Buffer</a>) (<a href="../../../../../builtin/index.html#bool">bool</a>, <a href="../../../../../builtin/index.html#error">error</a>), func(msg <a href="../index.html">proto</a>.<a href="../index.html#Message">Message</a>) (n <a href="../../../../../builtin/index.html#int">int</a>), []interface{})</pre>
  2525. <p>
  2526. XXX_OneofFuncs is for the internal use of the proto package.
  2527. </p>
  2528. <h2 id="Oneof_FGroup">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=70347:70455#L2213">Oneof_FGroup</a></h2>
  2529. <pre>type Oneof_FGroup struct {
  2530. FGroup *<a href="index.html#Oneof_F_Group">Oneof_F_Group</a> `protobuf:&#34;group,16,opt,name=F_Group,json=fGroup,oneof&#34;`
  2531. }</pre>
  2532. <h2 id="Oneof_F_Bool">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68710:68806#L2168">Oneof_F_Bool</a></h2>
  2533. <pre>type Oneof_F_Bool struct {
  2534. F_Bool <a href="../../../../../builtin/index.html#bool">bool</a> `protobuf:&#34;varint,1,opt,name=F_Bool,json=fBool,oneof&#34;`
  2535. }</pre>
  2536. <h2 id="Oneof_F_Bytes">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69770:69872#L2198">Oneof_F_Bytes</a></h2>
  2537. <pre>type Oneof_F_Bytes struct {
  2538. F_Bytes []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,11,opt,name=F_Bytes,json=fBytes,oneof&#34;`
  2539. }</pre>
  2540. <h2 id="Oneof_F_Double">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69554:69662#L2192">Oneof_F_Double</a></h2>
  2541. <pre>type Oneof_F_Double struct {
  2542. F_Double <a href="../../../../../builtin/index.html#float64">float64</a> `protobuf:&#34;fixed64,9,opt,name=F_Double,json=fDouble,oneof&#34;`
  2543. }</pre>
  2544. <h2 id="Oneof_F_Enum">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=70091:70229#L2207">Oneof_F_Enum</a></h2>
  2545. <pre>type Oneof_F_Enum struct {
  2546. F_Enum <a href="index.html#MyMessage_Color">MyMessage_Color</a> `protobuf:&#34;varint,14,opt,name=F_Enum,json=fEnum,enum=testdata.MyMessage_Color,oneof&#34;`
  2547. }</pre>
  2548. <h2 id="Oneof_F_Fixed32">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69011:69122#L2177">Oneof_F_Fixed32</a></h2>
  2549. <pre>type Oneof_F_Fixed32 struct {
  2550. F_Fixed32 <a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;fixed32,4,opt,name=F_Fixed32,json=fFixed32,oneof&#34;`
  2551. }</pre>
  2552. <h2 id="Oneof_F_Fixed64">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69123:69234#L2180">Oneof_F_Fixed64</a></h2>
  2553. <pre>type Oneof_F_Fixed64 struct {
  2554. F_Fixed64 <a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;fixed64,5,opt,name=F_Fixed64,json=fFixed64,oneof&#34;`
  2555. }</pre>
  2556. <h2 id="Oneof_F_Float">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69449:69553#L2189">Oneof_F_Float</a></h2>
  2557. <pre>type Oneof_F_Float struct {
  2558. F_Float <a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,8,opt,name=F_Float,json=fFloat,oneof&#34;`
  2559. }</pre>
  2560. <h2 id="Oneof_F_Group">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83435:83578#L2697">Oneof_F_Group</a></h2>
  2561. <pre>type Oneof_F_Group struct {
  2562. X *<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,17,opt,name=x&#34; json:&#34;x,omitempty&#34;`
  2563. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2564. }</pre>
  2565. <h3 id="Oneof_F_Group.Descriptor">func (*Oneof_F_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83799:83849#L2705">Descriptor</a></h3>
  2566. <pre>func (*<a href="index.html#Oneof_F_Group">Oneof_F_Group</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2567. <h3 id="Oneof_F_Group.GetX">func (*Oneof_F_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83892:83928#L2707">GetX</a></h3>
  2568. <pre>func (m *<a href="index.html#Oneof_F_Group">Oneof_F_Group</a>) GetX() <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2569. <h3 id="Oneof_F_Group.ProtoMessage">func (*Oneof_F_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83745:83781#L2704">ProtoMessage</a></h3>
  2570. <pre>func (*<a href="index.html#Oneof_F_Group">Oneof_F_Group</a>) ProtoMessage()</pre>
  2571. <h3 id="Oneof_F_Group.Reset">func (*Oneof_F_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83580:83611#L2702">Reset</a></h3>
  2572. <pre>func (m *<a href="index.html#Oneof_F_Group">Oneof_F_Group</a>) Reset()</pre>
  2573. <h3 id="Oneof_F_Group.String">func (*Oneof_F_Group) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=83656:83695#L2703">String</a></h3>
  2574. <pre>func (m *<a href="index.html#Oneof_F_Group">Oneof_F_Group</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2575. <h2 id="Oneof_F_Int32">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68807:68908#L2171">Oneof_F_Int32</a></h2>
  2576. <pre>type Oneof_F_Int32 struct {
  2577. F_Int32 <a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,2,opt,name=F_Int32,json=fInt32,oneof&#34;`
  2578. }</pre>
  2579. <h2 id="Oneof_F_Int64">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=68909:69010#L2174">Oneof_F_Int64</a></h2>
  2580. <pre>type Oneof_F_Int64 struct {
  2581. F_Int64 <a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,3,opt,name=F_Int64,json=fInt64,oneof&#34;`
  2582. }</pre>
  2583. <h2 id="Oneof_F_Largest_Tag">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=70456:70588#L2216">Oneof_F_Largest_Tag</a></h2>
  2584. <pre>type Oneof_F_Largest_Tag struct {
  2585. F_Largest_Tag <a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,536870911,opt,name=F_Largest_Tag,json=fLargestTag,oneof&#34;`
  2586. }</pre>
  2587. <h2 id="Oneof_F_Message">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=70230:70346#L2210">Oneof_F_Message</a></h2>
  2588. <pre>type Oneof_F_Message struct {
  2589. F_Message *<a href="index.html#GoTestField">GoTestField</a> `protobuf:&#34;bytes,15,opt,name=F_Message,json=fMessage,oneof&#34;`
  2590. }</pre>
  2591. <h2 id="Oneof_F_Sint32">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69873:69981#L2201">Oneof_F_Sint32</a></h2>
  2592. <pre>type Oneof_F_Sint32 struct {
  2593. F_Sint32 <a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;zigzag32,12,opt,name=F_Sint32,json=fSint32,oneof&#34;`
  2594. }</pre>
  2595. <h2 id="Oneof_F_Sint64">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69982:70090#L2204">Oneof_F_Sint64</a></h2>
  2596. <pre>type Oneof_F_Sint64 struct {
  2597. F_Sint64 <a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;zigzag64,13,opt,name=F_Sint64,json=fSint64,oneof&#34;`
  2598. }</pre>
  2599. <h2 id="Oneof_F_String">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69663:69769#L2195">Oneof_F_String</a></h2>
  2600. <pre>type Oneof_F_String struct {
  2601. F_String <a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,10,opt,name=F_String,json=fString,oneof&#34;`
  2602. }</pre>
  2603. <h2 id="Oneof_F_Uint32">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69235:69341#L2183">Oneof_F_Uint32</a></h2>
  2604. <pre>type Oneof_F_Uint32 struct {
  2605. F_Uint32 <a href="../../../../../builtin/index.html#uint32">uint32</a> `protobuf:&#34;varint,6,opt,name=F_Uint32,json=fUint32,oneof&#34;`
  2606. }</pre>
  2607. <h2 id="Oneof_F_Uint64">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=69342:69448#L2186">Oneof_F_Uint64</a></h2>
  2608. <pre>type Oneof_F_Uint64 struct {
  2609. F_Uint64 <a href="../../../../../builtin/index.html#uint64">uint64</a> `protobuf:&#34;varint,7,opt,name=F_Uint64,json=fUint64,oneof&#34;`
  2610. }</pre>
  2611. <h2 id="Oneof_Value">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=70589:70674#L2219">Oneof_Value</a></h2>
  2612. <pre>type Oneof_Value struct {
  2613. Value <a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,100,opt,name=value,oneof&#34;`
  2614. }</pre>
  2615. <h2 id="OtherMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=41292:41822#L1298">OtherMessage</a></h2>
  2616. <pre>type OtherMessage struct {
  2617. Key *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,1,opt,name=key&#34; json:&#34;key,omitempty&#34;`
  2618. Value []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,2,opt,name=value&#34; json:&#34;value,omitempty&#34;`
  2619. Weight *<a href="../../../../../builtin/index.html#float32">float32</a> `protobuf:&#34;fixed32,3,opt,name=weight&#34; json:&#34;weight,omitempty&#34;`
  2620. Inner *<a href="index.html#InnerMessage">InnerMessage</a> `protobuf:&#34;bytes,4,opt,name=inner&#34; json:&#34;inner,omitempty&#34;`
  2621. <a href="../index.html">proto</a>.<a href="../index.html#XXX_InternalExtensions">XXX_InternalExtensions</a> `json:&#34;-&#34;`
  2622. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2623. }</pre>
  2624. <h3 id="OtherMessage.Descriptor">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42039:42088#L1310">Descriptor</a></h3>
  2625. <pre>func (*<a href="index.html#OtherMessage">OtherMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2626. <h3 id="OtherMessage.ExtensionRangeArray">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42202:42267#L1316">ExtensionRangeArray</a></h3>
  2627. <pre>func (*<a href="index.html#OtherMessage">OtherMessage</a>) ExtensionRangeArray() []<a href="../index.html">proto</a>.<a href="../index.html#ExtensionRange">ExtensionRange</a></pre>
  2628. <h3 id="OtherMessage.GetInner">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42613:42660#L1341">GetInner</a></h3>
  2629. <pre>func (m *<a href="index.html#OtherMessage">OtherMessage</a>) GetInner() *<a href="index.html#InnerMessage">InnerMessage</a></pre>
  2630. <h3 id="OtherMessage.GetKey">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42303:42340#L1320">GetKey</a></h3>
  2631. <pre>func (m *<a href="index.html#OtherMessage">OtherMessage</a>) GetKey() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  2632. <h3 id="OtherMessage.GetValue">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42406:42446#L1327">GetValue</a></h3>
  2633. <pre>func (m *<a href="index.html#OtherMessage">OtherMessage</a>) GetValue() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  2634. <h3 id="OtherMessage.GetWeight">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42499:42541#L1334">GetWeight</a></h3>
  2635. <pre>func (m *<a href="index.html#OtherMessage">OtherMessage</a>) GetWeight() <a href="../../../../../builtin/index.html#float32">float32</a></pre>
  2636. <h3 id="OtherMessage.ProtoMessage">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=41986:42021#L1309">ProtoMessage</a></h3>
  2637. <pre>func (*<a href="index.html#OtherMessage">OtherMessage</a>) ProtoMessage()</pre>
  2638. <h3 id="OtherMessage.Reset">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=41824:41854#L1307">Reset</a></h3>
  2639. <pre>func (m *<a href="index.html#OtherMessage">OtherMessage</a>) Reset()</pre>
  2640. <h3 id="OtherMessage.String">func (*OtherMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=41898:41936#L1308">String</a></h3>
  2641. <pre>func (m *<a href="index.html#OtherMessage">OtherMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2642. <h2 id="PackedTest">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36059:36207#L1133">PackedTest</a></h2>
  2643. <pre>type PackedTest struct {
  2644. B []<a href="../../../../../builtin/index.html#int32">int32</a> `protobuf:&#34;varint,1,rep,packed,name=b&#34; json:&#34;b,omitempty&#34;`
  2645. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2646. }</pre>
  2647. <h3 id="PackedTest.Descriptor">func (*PackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36416:36463#L1141">Descriptor</a></h3>
  2648. <pre>func (*<a href="index.html#PackedTest">PackedTest</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2649. <h3 id="PackedTest.GetB">func (*PackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36502:36537#L1143">GetB</a></h3>
  2650. <pre>func (m *<a href="index.html#PackedTest">PackedTest</a>) GetB() []<a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2651. <h3 id="PackedTest.ProtoMessage">func (*PackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36365:36398#L1140">ProtoMessage</a></h3>
  2652. <pre>func (*<a href="index.html#PackedTest">PackedTest</a>) ProtoMessage()</pre>
  2653. <h3 id="PackedTest.Reset">func (*PackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36209:36237#L1138">Reset</a></h3>
  2654. <pre>func (m *<a href="index.html#PackedTest">PackedTest</a>) Reset()</pre>
  2655. <h3 id="PackedTest.String">func (*PackedTest) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=36279:36315#L1139">String</a></h3>
  2656. <pre>func (m *<a href="index.html#PackedTest">PackedTest</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2657. <h2 id="RepeatedEnum">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60543:60753#L1906">RepeatedEnum</a></h2>
  2658. <pre>type RepeatedEnum struct {
  2659. Color []<a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a> `protobuf:&#34;varint,1,rep,name=color,enum=testdata.RepeatedEnum_Color&#34; json:&#34;color,omitempty&#34;`
  2660. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2661. }</pre>
  2662. <h3 id="RepeatedEnum.Descriptor">func (*RepeatedEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60970:61019#L1914">Descriptor</a></h3>
  2663. <pre>func (*<a href="index.html#RepeatedEnum">RepeatedEnum</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2664. <h3 id="RepeatedEnum.GetColor">func (*RepeatedEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=61059:61113#L1916">GetColor</a></h3>
  2665. <pre>func (m *<a href="index.html#RepeatedEnum">RepeatedEnum</a>) GetColor() []<a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a></pre>
  2666. <h3 id="RepeatedEnum.ProtoMessage">func (*RepeatedEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60917:60952#L1913">ProtoMessage</a></h3>
  2667. <pre>func (*<a href="index.html#RepeatedEnum">RepeatedEnum</a>) ProtoMessage()</pre>
  2668. <h3 id="RepeatedEnum.Reset">func (*RepeatedEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60755:60785#L1911">Reset</a></h3>
  2669. <pre>func (m *<a href="index.html#RepeatedEnum">RepeatedEnum</a>) Reset()</pre>
  2670. <h3 id="RepeatedEnum.String">func (*RepeatedEnum) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60829:60867#L1912">String</a></h3>
  2671. <pre>func (m *<a href="index.html#RepeatedEnum">RepeatedEnum</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2672. <h2 id="RepeatedEnum_Color">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=5989:6018#L267">RepeatedEnum_Color</a></h2>
  2673. <pre>type RepeatedEnum_Color <a href="../../../../../builtin/index.html#int32">int32</a></pre>
  2674. <pre>const (
  2675. <span id="RepeatedEnum_RED">RepeatedEnum_RED</span> <a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a> = 1
  2676. )</pre>
  2677. <h3 id="RepeatedEnum_Color.Enum">func (RepeatedEnum_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6196:6250#L280">Enum</a></h3>
  2678. <pre>func (x <a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a>) Enum() *<a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a></pre>
  2679. <h3 id="RepeatedEnum_Color.EnumDescriptor">func (RepeatedEnum_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6645:6703#L296">EnumDescriptor</a></h3>
  2680. <pre>func (<a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a>) EnumDescriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2681. <h3 id="RepeatedEnum_Color.String">func (RepeatedEnum_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6303:6346#L285">String</a></h3>
  2682. <pre>func (x <a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2683. <h3 id="RepeatedEnum_Color.UnmarshalJSON">func (*RepeatedEnum_Color) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=6409:6470#L288">UnmarshalJSON</a></h3>
  2684. <pre>func (x *<a href="index.html#RepeatedEnum_Color">RepeatedEnum_Color</a>) UnmarshalJSON(data []<a href="../../../../../builtin/index.html#byte">byte</a>) <a href="../../../../../builtin/index.html#error">error</a></pre>
  2685. <h2 id="RequiredInnerMessage">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42713:42955#L1348">RequiredInnerMessage</a></h2>
  2686. <pre>type RequiredInnerMessage struct {
  2687. LeoFinallyWonAnOscar *<a href="index.html#InnerMessage">InnerMessage</a> `protobuf:&#34;bytes,1,req,name=leo_finally_won_an_oscar,json=leoFinallyWonAnOscar&#34; json:&#34;leo_finally_won_an_oscar,omitempty&#34;`
  2688. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2689. }</pre>
  2690. <h3 id="RequiredInnerMessage.Descriptor">func (*RequiredInnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=43204:43261#L1356">Descriptor</a></h3>
  2691. <pre>func (*<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2692. <h3 id="RequiredInnerMessage.GetLeoFinallyWonAnOscar">func (*RequiredInnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=43301:43371#L1358">GetLeoFinallyWonAnOscar</a></h3>
  2693. <pre>func (m *<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a>) GetLeoFinallyWonAnOscar() *<a href="index.html#InnerMessage">InnerMessage</a></pre>
  2694. <h3 id="RequiredInnerMessage.ProtoMessage">func (*RequiredInnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=43143:43186#L1355">ProtoMessage</a></h3>
  2695. <pre>func (*<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a>) ProtoMessage()</pre>
  2696. <h3 id="RequiredInnerMessage.Reset">func (*RequiredInnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=42957:42995#L1353">Reset</a></h3>
  2697. <pre>func (m *<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a>) Reset()</pre>
  2698. <h3 id="RequiredInnerMessage.String">func (*RequiredInnerMessage) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=43047:43093#L1354">String</a></h3>
  2699. <pre>func (m *<a href="index.html#RequiredInnerMessage">RequiredInnerMessage</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2700. <h2 id="Strings">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53082:53371#L1675">Strings</a></h2>
  2701. <pre>type Strings struct {
  2702. StringField *<a href="../../../../../builtin/index.html#string">string</a> `protobuf:&#34;bytes,1,opt,name=string_field,json=stringField&#34; json:&#34;string_field,omitempty&#34;`
  2703. BytesField []<a href="../../../../../builtin/index.html#byte">byte</a> `protobuf:&#34;bytes,2,opt,name=bytes_field,json=bytesField&#34; json:&#34;bytes_field,omitempty&#34;`
  2704. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2705. }</pre>
  2706. <h3 id="Strings.Descriptor">func (*Strings) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53568:53612#L1684">Descriptor</a></h3>
  2707. <pre>func (*<a href="index.html#Strings">Strings</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2708. <h3 id="Strings.GetBytesField">func (*Strings) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53776:53816#L1693">GetBytesField</a></h3>
  2709. <pre>func (m *<a href="index.html#Strings">Strings</a>) GetBytesField() []<a href="../../../../../builtin/index.html#byte">byte</a></pre>
  2710. <h3 id="Strings.GetStringField">func (*Strings) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53652:53693#L1686">GetStringField</a></h3>
  2711. <pre>func (m *<a href="index.html#Strings">Strings</a>) GetStringField() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2712. <h3 id="Strings.ProtoMessage">func (*Strings) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53520:53550#L1683">ProtoMessage</a></h3>
  2713. <pre>func (*<a href="index.html#Strings">Strings</a>) ProtoMessage()</pre>
  2714. <h3 id="Strings.Reset">func (*Strings) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53373:53398#L1681">Reset</a></h3>
  2715. <pre>func (m *<a href="index.html#Strings">Strings</a>) Reset()</pre>
  2716. <h3 id="Strings.String">func (*Strings) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=53437:53470#L1682">String</a></h3>
  2717. <pre>func (m *<a href="index.html#Strings">Strings</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2718. <h2 id="SubDefaults">type <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=59941:60087#L1887">SubDefaults</a></h2>
  2719. <pre>type SubDefaults struct {
  2720. N *<a href="../../../../../builtin/index.html#int64">int64</a> `protobuf:&#34;varint,1,opt,name=n,def=7&#34; json:&#34;n,omitempty&#34;`
  2721. XXX_unrecognized []<a href="../../../../../builtin/index.html#byte">byte</a> `json:&#34;-&#34;`
  2722. }</pre>
  2723. <h3 id="SubDefaults.Descriptor">func (*SubDefaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60300:60348#L1895">Descriptor</a></h3>
  2724. <pre>func (*<a href="index.html#SubDefaults">SubDefaults</a>) Descriptor() ([]<a href="../../../../../builtin/index.html#byte">byte</a>, []<a href="../../../../../builtin/index.html#int">int</a>)</pre>
  2725. <h3 id="SubDefaults.GetN">func (*SubDefaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60427:60461#L1899">GetN</a></h3>
  2726. <pre>func (m *<a href="index.html#SubDefaults">SubDefaults</a>) GetN() <a href="../../../../../builtin/index.html#int64">int64</a></pre>
  2727. <h3 id="SubDefaults.ProtoMessage">func (*SubDefaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60248:60282#L1894">ProtoMessage</a></h3>
  2728. <pre>func (*<a href="index.html#SubDefaults">SubDefaults</a>) ProtoMessage()</pre>
  2729. <h3 id="SubDefaults.Reset">func (*SubDefaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60089:60118#L1892">Reset</a></h3>
  2730. <pre>func (m *<a href="index.html#SubDefaults">SubDefaults</a>) Reset()</pre>
  2731. <h3 id="SubDefaults.String">func (*SubDefaults) <a href="http://localhost:6060/src/github.com/golang/protobuf/proto/testdata/test.pb.go?s=60161:60198#L1893">String</a></h3>
  2732. <pre>func (m *<a href="index.html#SubDefaults">SubDefaults</a>) String() <a href="../../../../../builtin/index.html#string">string</a></pre>
  2733. <div id="footer">
  2734. Build version go1.6.<br>
  2735. Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
  2736. the content of this page is licensed under the
  2737. Creative Commons Attribution 3.0 License,
  2738. and code is licensed under a <a href="http://localhost:6060/LICENSE">BSD license</a>.<br>
  2739. <a href="http://localhost:6060/doc/tos.html">Terms of Service</a> |
  2740. <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
  2741. </div>
  2742. </div><!-- .container -->
  2743. </div><!-- #page -->
  2744. <!-- TODO(adonovan): load these from <head> using "defer" attribute? -->
  2745. <script type="text/javascript" src="../../../../../../lib/godoc/jquery.js"></script>
  2746. <script type="text/javascript" src="../../../../../../lib/godoc/jquery.treeview.js"></script>
  2747. <script type="text/javascript" src="../../../../../../lib/godoc/jquery.treeview.edit.js"></script>
  2748. <script type="text/javascript" src="../../../../../../lib/godoc/godocs.js"></script>
  2749. </body>
  2750. </html>