comments.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. // Copyright 2018 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Code generated by protoc-gen-go. DO NOT EDIT.
  5. // source: comments/comments.proto
  6. // COMMENT: package goproto.protoc.comments;
  7. package comments
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoiface "google.golang.org/protobuf/runtime/protoiface"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. // COMMENT: Enum1.Leading
  16. type Enum1 int32
  17. const (
  18. // COMMENT: FOO.Leading
  19. Enum1_FOO Enum1 = 0 // COMMENT: FOO.InlineTrailing
  20. // COMMENT: BAR.Leading
  21. Enum1_BAR Enum1 = 1
  22. )
  23. // Enum value maps for Enum1.
  24. var (
  25. Enum1_name = map[int32]string{
  26. 0: "FOO",
  27. 1: "BAR",
  28. }
  29. Enum1_value = map[string]int32{
  30. "FOO": 0,
  31. "BAR": 1,
  32. }
  33. )
  34. func (x Enum1) Enum() *Enum1 {
  35. p := new(Enum1)
  36. *p = x
  37. return p
  38. }
  39. func (x Enum1) String() string {
  40. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  41. }
  42. func (Enum1) Descriptor() protoreflect.EnumDescriptor {
  43. return file_comments_comments_proto_enumTypes[0].Descriptor()
  44. }
  45. func (Enum1) Type() protoreflect.EnumType {
  46. return &file_comments_comments_proto_enumTypes[0]
  47. }
  48. func (x Enum1) Number() protoreflect.EnumNumber {
  49. return protoreflect.EnumNumber(x)
  50. }
  51. // Deprecated: Do not use.
  52. func (x *Enum1) UnmarshalJSON(b []byte) error {
  53. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  54. if err != nil {
  55. return err
  56. }
  57. *x = Enum1(num)
  58. return nil
  59. }
  60. // Deprecated: Use Enum1.Descriptor instead.
  61. func (Enum1) EnumDescriptor() ([]byte, []int) {
  62. return file_comments_comments_proto_rawDescGZIP(), []int{0}
  63. }
  64. // COMMENT: Message1.Leading
  65. type Message1 struct {
  66. state protoimpl.MessageState
  67. sizeCache protoimpl.SizeCache
  68. unknownFields protoimpl.UnknownFields
  69. extensionFields protoimpl.ExtensionFields
  70. // COMMENT: Field1A.Leading
  71. Field1A *string `protobuf:"bytes,1,opt,name=Field1A" json:"Field1A,omitempty"` // COMMENT: Field1A.Trailing
  72. // COMMENT: Oneof1A.Leading
  73. //
  74. // Types that are assignable to Oneof1A:
  75. // *Message1_Oneof1AField1
  76. Oneof1A isMessage1_Oneof1A `protobuf_oneof:"Oneof1a"`
  77. }
  78. func (x *Message1) Reset() {
  79. *x = Message1{}
  80. }
  81. func (x *Message1) String() string {
  82. return protoimpl.X.MessageStringOf(x)
  83. }
  84. func (*Message1) ProtoMessage() {}
  85. func (x *Message1) ProtoReflect() protoreflect.Message {
  86. mi := &file_comments_comments_proto_msgTypes[0]
  87. if protoimpl.UnsafeEnabled && x != nil {
  88. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  89. if ms.LoadMessageInfo() == nil {
  90. ms.StoreMessageInfo(mi)
  91. }
  92. return ms
  93. }
  94. return mi.MessageOf(x)
  95. }
  96. // Deprecated: Use Message1.ProtoReflect.Descriptor instead.
  97. func (*Message1) Descriptor() ([]byte, []int) {
  98. return file_comments_comments_proto_rawDescGZIP(), []int{0}
  99. }
  100. var extRange_Message1 = []protoiface.ExtensionRangeV1{
  101. {Start: 100, End: 536870911},
  102. }
  103. // Deprecated: Use Message1.ProtoReflect.Descriptor.ExtensionRanges instead.
  104. func (*Message1) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
  105. return extRange_Message1
  106. }
  107. func (x *Message1) GetField1A() string {
  108. if x != nil && x.Field1A != nil {
  109. return *x.Field1A
  110. }
  111. return ""
  112. }
  113. func (m *Message1) GetOneof1A() isMessage1_Oneof1A {
  114. if m != nil {
  115. return m.Oneof1A
  116. }
  117. return nil
  118. }
  119. func (x *Message1) GetOneof1AField1() string {
  120. if x, ok := x.GetOneof1A().(*Message1_Oneof1AField1); ok {
  121. return x.Oneof1AField1
  122. }
  123. return ""
  124. }
  125. type isMessage1_Oneof1A interface {
  126. isMessage1_Oneof1A()
  127. }
  128. type Message1_Oneof1AField1 struct {
  129. // COMMENT: Oneof1AField1.Leading
  130. Oneof1AField1 string `protobuf:"bytes,2,opt,name=Oneof1AField1,oneof"` // COMMENT: Oneof1AField1.Trailing
  131. }
  132. func (*Message1_Oneof1AField1) isMessage1_Oneof1A() {}
  133. // COMMENT: Message2
  134. type Message2 struct {
  135. state protoimpl.MessageState
  136. sizeCache protoimpl.SizeCache
  137. unknownFields protoimpl.UnknownFields
  138. }
  139. func (x *Message2) Reset() {
  140. *x = Message2{}
  141. }
  142. func (x *Message2) String() string {
  143. return protoimpl.X.MessageStringOf(x)
  144. }
  145. func (*Message2) ProtoMessage() {}
  146. func (x *Message2) ProtoReflect() protoreflect.Message {
  147. mi := &file_comments_comments_proto_msgTypes[1]
  148. if protoimpl.UnsafeEnabled && x != nil {
  149. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  150. if ms.LoadMessageInfo() == nil {
  151. ms.StoreMessageInfo(mi)
  152. }
  153. return ms
  154. }
  155. return mi.MessageOf(x)
  156. }
  157. // Deprecated: Use Message2.ProtoReflect.Descriptor instead.
  158. func (*Message2) Descriptor() ([]byte, []int) {
  159. return file_comments_comments_proto_rawDescGZIP(), []int{1}
  160. }
  161. // COMMENT: Message1A.Leading
  162. type Message1_Message1A struct {
  163. state protoimpl.MessageState
  164. sizeCache protoimpl.SizeCache
  165. unknownFields protoimpl.UnknownFields
  166. }
  167. func (x *Message1_Message1A) Reset() {
  168. *x = Message1_Message1A{}
  169. }
  170. func (x *Message1_Message1A) String() string {
  171. return protoimpl.X.MessageStringOf(x)
  172. }
  173. func (*Message1_Message1A) ProtoMessage() {}
  174. func (x *Message1_Message1A) ProtoReflect() protoreflect.Message {
  175. mi := &file_comments_comments_proto_msgTypes[2]
  176. if protoimpl.UnsafeEnabled && x != nil {
  177. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  178. if ms.LoadMessageInfo() == nil {
  179. ms.StoreMessageInfo(mi)
  180. }
  181. return ms
  182. }
  183. return mi.MessageOf(x)
  184. }
  185. // Deprecated: Use Message1_Message1A.ProtoReflect.Descriptor instead.
  186. func (*Message1_Message1A) Descriptor() ([]byte, []int) {
  187. return file_comments_comments_proto_rawDescGZIP(), []int{0, 0}
  188. }
  189. // COMMENT: Message1B
  190. type Message1_Message1B struct {
  191. state protoimpl.MessageState
  192. sizeCache protoimpl.SizeCache
  193. unknownFields protoimpl.UnknownFields
  194. }
  195. func (x *Message1_Message1B) Reset() {
  196. *x = Message1_Message1B{}
  197. }
  198. func (x *Message1_Message1B) String() string {
  199. return protoimpl.X.MessageStringOf(x)
  200. }
  201. func (*Message1_Message1B) ProtoMessage() {}
  202. func (x *Message1_Message1B) ProtoReflect() protoreflect.Message {
  203. mi := &file_comments_comments_proto_msgTypes[3]
  204. if protoimpl.UnsafeEnabled && x != nil {
  205. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  206. if ms.LoadMessageInfo() == nil {
  207. ms.StoreMessageInfo(mi)
  208. }
  209. return ms
  210. }
  211. return mi.MessageOf(x)
  212. }
  213. // Deprecated: Use Message1_Message1B.ProtoReflect.Descriptor instead.
  214. func (*Message1_Message1B) Descriptor() ([]byte, []int) {
  215. return file_comments_comments_proto_rawDescGZIP(), []int{0, 1}
  216. }
  217. // COMMENT: Message2A
  218. type Message2_Message2A struct {
  219. state protoimpl.MessageState
  220. sizeCache protoimpl.SizeCache
  221. unknownFields protoimpl.UnknownFields
  222. }
  223. func (x *Message2_Message2A) Reset() {
  224. *x = Message2_Message2A{}
  225. }
  226. func (x *Message2_Message2A) String() string {
  227. return protoimpl.X.MessageStringOf(x)
  228. }
  229. func (*Message2_Message2A) ProtoMessage() {}
  230. func (x *Message2_Message2A) ProtoReflect() protoreflect.Message {
  231. mi := &file_comments_comments_proto_msgTypes[4]
  232. if protoimpl.UnsafeEnabled && x != nil {
  233. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  234. if ms.LoadMessageInfo() == nil {
  235. ms.StoreMessageInfo(mi)
  236. }
  237. return ms
  238. }
  239. return mi.MessageOf(x)
  240. }
  241. // Deprecated: Use Message2_Message2A.ProtoReflect.Descriptor instead.
  242. func (*Message2_Message2A) Descriptor() ([]byte, []int) {
  243. return file_comments_comments_proto_rawDescGZIP(), []int{1, 0}
  244. }
  245. // COMMENT: Message2B
  246. type Message2_Message2B struct {
  247. state protoimpl.MessageState
  248. sizeCache protoimpl.SizeCache
  249. unknownFields protoimpl.UnknownFields
  250. }
  251. func (x *Message2_Message2B) Reset() {
  252. *x = Message2_Message2B{}
  253. }
  254. func (x *Message2_Message2B) String() string {
  255. return protoimpl.X.MessageStringOf(x)
  256. }
  257. func (*Message2_Message2B) ProtoMessage() {}
  258. func (x *Message2_Message2B) ProtoReflect() protoreflect.Message {
  259. mi := &file_comments_comments_proto_msgTypes[5]
  260. if protoimpl.UnsafeEnabled && x != nil {
  261. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  262. if ms.LoadMessageInfo() == nil {
  263. ms.StoreMessageInfo(mi)
  264. }
  265. return ms
  266. }
  267. return mi.MessageOf(x)
  268. }
  269. // Deprecated: Use Message2_Message2B.ProtoReflect.Descriptor instead.
  270. func (*Message2_Message2B) Descriptor() ([]byte, []int) {
  271. return file_comments_comments_proto_rawDescGZIP(), []int{1, 1}
  272. }
  273. var file_comments_comments_proto_extTypes = []protoimpl.ExtensionInfo{
  274. {
  275. ExtendedType: (*Message1)(nil),
  276. ExtensionType: (*Message1)(nil),
  277. Field: 100,
  278. Name: "goproto.protoc.comments.extension",
  279. Tag: "bytes,100,opt,name=extension",
  280. Filename: "comments/comments.proto",
  281. },
  282. }
  283. // Extension fields to Message1.
  284. var (
  285. // COMMENT: Extension.Leading
  286. //
  287. // optional goproto.protoc.comments.Message1 extension = 100;
  288. E_Extension = &file_comments_comments_proto_extTypes[0] // COMMENT: Extension.Trailing
  289. )
  290. var File_comments_comments_proto protoreflect.FileDescriptor
  291. var file_comments_comments_proto_rawDesc = []byte{
  292. 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x65,
  293. 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x67, 0x6f, 0x70, 0x72, 0x6f,
  294. 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
  295. 0x74, 0x73, 0x22, 0x7b, 0x0a, 0x08, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x12, 0x18,
  296. 0x0a, 0x07, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x41, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  297. 0x07, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x41, 0x12, 0x26, 0x0a, 0x0d, 0x4f, 0x6e, 0x65, 0x6f,
  298. 0x66, 0x31, 0x41, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48,
  299. 0x00, 0x52, 0x0d, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x31, 0x41, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x31,
  300. 0x1a, 0x0b, 0x0a, 0x09, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x41, 0x1a, 0x0b, 0x0a,
  301. 0x09, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x42, 0x2a, 0x08, 0x08, 0x64, 0x10, 0x80,
  302. 0x80, 0x80, 0x80, 0x02, 0x42, 0x09, 0x0a, 0x07, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x31, 0x61, 0x22,
  303. 0x24, 0x0a, 0x08, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x1a, 0x0b, 0x0a, 0x09, 0x4d,
  304. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x41, 0x1a, 0x0b, 0x0a, 0x09, 0x4d, 0x65, 0x73, 0x73,
  305. 0x61, 0x67, 0x65, 0x32, 0x42, 0x2a, 0x19, 0x0a, 0x05, 0x45, 0x6e, 0x75, 0x6d, 0x31, 0x12, 0x07,
  306. 0x0a, 0x03, 0x46, 0x4f, 0x4f, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x42, 0x41, 0x52, 0x10, 0x01,
  307. 0x3a, 0x62, 0x0a, 0x09, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e,
  308. 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x63,
  309. 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31,
  310. 0x18, 0x64, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  311. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73,
  312. 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x52, 0x09, 0x65, 0x78, 0x74, 0x65, 0x6e,
  313. 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x40, 0x5a, 0x3e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67,
  314. 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  315. 0x75, 0x66, 0x2f, 0x63, 0x6d, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65,
  316. 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x63, 0x6f,
  317. 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73,
  318. }
  319. var (
  320. file_comments_comments_proto_rawDescOnce sync.Once
  321. file_comments_comments_proto_rawDescData = file_comments_comments_proto_rawDesc
  322. )
  323. func file_comments_comments_proto_rawDescGZIP() []byte {
  324. file_comments_comments_proto_rawDescOnce.Do(func() {
  325. file_comments_comments_proto_rawDescData = protoimpl.X.CompressGZIP(file_comments_comments_proto_rawDescData)
  326. })
  327. return file_comments_comments_proto_rawDescData
  328. }
  329. var file_comments_comments_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
  330. var file_comments_comments_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  331. var file_comments_comments_proto_goTypes = []interface{}{
  332. (Enum1)(0), // 0: goproto.protoc.comments.Enum1
  333. (*Message1)(nil), // 1: goproto.protoc.comments.Message1
  334. (*Message2)(nil), // 2: goproto.protoc.comments.Message2
  335. (*Message1_Message1A)(nil), // 3: goproto.protoc.comments.Message1.Message1A
  336. (*Message1_Message1B)(nil), // 4: goproto.protoc.comments.Message1.Message1B
  337. (*Message2_Message2A)(nil), // 5: goproto.protoc.comments.Message2.Message2A
  338. (*Message2_Message2B)(nil), // 6: goproto.protoc.comments.Message2.Message2B
  339. }
  340. var file_comments_comments_proto_depIdxs = []int32{
  341. 1, // 0: goproto.protoc.comments.extension:extendee -> goproto.protoc.comments.Message1
  342. 1, // 1: goproto.protoc.comments.extension:type_name -> goproto.protoc.comments.Message1
  343. 2, // [2:2] is the sub-list for method output_type
  344. 2, // [2:2] is the sub-list for method input_type
  345. 1, // [1:2] is the sub-list for extension type_name
  346. 0, // [0:1] is the sub-list for extension extendee
  347. 0, // [0:0] is the sub-list for field type_name
  348. }
  349. func init() { file_comments_comments_proto_init() }
  350. func file_comments_comments_proto_init() {
  351. if File_comments_comments_proto != nil {
  352. return
  353. }
  354. if !protoimpl.UnsafeEnabled {
  355. file_comments_comments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  356. switch v := v.(*Message1); i {
  357. case 0:
  358. return &v.state
  359. case 1:
  360. return &v.sizeCache
  361. case 2:
  362. return &v.unknownFields
  363. case 3:
  364. return &v.extensionFields
  365. default:
  366. return nil
  367. }
  368. }
  369. file_comments_comments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  370. switch v := v.(*Message2); i {
  371. case 0:
  372. return &v.state
  373. case 1:
  374. return &v.sizeCache
  375. case 2:
  376. return &v.unknownFields
  377. default:
  378. return nil
  379. }
  380. }
  381. file_comments_comments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  382. switch v := v.(*Message1_Message1A); i {
  383. case 0:
  384. return &v.state
  385. case 1:
  386. return &v.sizeCache
  387. case 2:
  388. return &v.unknownFields
  389. default:
  390. return nil
  391. }
  392. }
  393. file_comments_comments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  394. switch v := v.(*Message1_Message1B); i {
  395. case 0:
  396. return &v.state
  397. case 1:
  398. return &v.sizeCache
  399. case 2:
  400. return &v.unknownFields
  401. default:
  402. return nil
  403. }
  404. }
  405. file_comments_comments_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  406. switch v := v.(*Message2_Message2A); i {
  407. case 0:
  408. return &v.state
  409. case 1:
  410. return &v.sizeCache
  411. case 2:
  412. return &v.unknownFields
  413. default:
  414. return nil
  415. }
  416. }
  417. file_comments_comments_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  418. switch v := v.(*Message2_Message2B); i {
  419. case 0:
  420. return &v.state
  421. case 1:
  422. return &v.sizeCache
  423. case 2:
  424. return &v.unknownFields
  425. default:
  426. return nil
  427. }
  428. }
  429. }
  430. file_comments_comments_proto_msgTypes[0].OneofWrappers = []interface{}{
  431. (*Message1_Oneof1AField1)(nil),
  432. }
  433. type x struct{}
  434. out := protoimpl.TypeBuilder{
  435. File: protoimpl.DescBuilder{
  436. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  437. RawDescriptor: file_comments_comments_proto_rawDesc,
  438. NumEnums: 1,
  439. NumMessages: 6,
  440. NumExtensions: 1,
  441. NumServices: 0,
  442. },
  443. GoTypes: file_comments_comments_proto_goTypes,
  444. DependencyIndexes: file_comments_comments_proto_depIdxs,
  445. EnumInfos: file_comments_comments_proto_enumTypes,
  446. MessageInfos: file_comments_comments_proto_msgTypes,
  447. ExtensionInfos: file_comments_comments_proto_extTypes,
  448. }.Build()
  449. File_comments_comments_proto = out.File
  450. file_comments_comments_proto_rawDesc = nil
  451. file_comments_comments_proto_goTypes = nil
  452. file_comments_comments_proto_depIdxs = nil
  453. }