test.pb.go 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: pb3/test.proto
  3. package pb3
  4. import (
  5. protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect"
  6. protoregistry "github.com/golang/protobuf/v2/reflect/protoregistry"
  7. protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl"
  8. sync "sync"
  9. )
  10. const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
  11. type Enum int32
  12. const (
  13. Enum_ZERO Enum = 0
  14. Enum_ONE Enum = 1
  15. Enum_TWO Enum = 2
  16. Enum_TEN Enum = 10
  17. )
  18. func (e Enum) Type() protoreflect.EnumType {
  19. return xxx_File_pb3_test_proto_enumTypes[0]
  20. }
  21. func (e Enum) Number() protoreflect.EnumNumber {
  22. return protoreflect.EnumNumber(e)
  23. }
  24. // Deprecated: Use Enum.Type.Values instead.
  25. var Enum_name = map[int32]string{
  26. 0: "ZERO",
  27. 1: "ONE",
  28. 2: "TWO",
  29. 10: "TEN",
  30. }
  31. // Deprecated: Use Enum.Type.Values instead.
  32. var Enum_value = map[string]int32{
  33. "ZERO": 0,
  34. "ONE": 1,
  35. "TWO": 2,
  36. "TEN": 10,
  37. }
  38. func (x Enum) String() string {
  39. return protoimpl.X.EnumStringOf(x.Type(), protoreflect.EnumNumber(x))
  40. }
  41. // Deprecated: Use Enum.Type instead.
  42. func (Enum) EnumDescriptor() ([]byte, []int) {
  43. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{0}
  44. }
  45. type Enums_NestedEnum int32
  46. const (
  47. Enums_CERO Enums_NestedEnum = 0
  48. Enums_UNO Enums_NestedEnum = 1
  49. Enums_DOS Enums_NestedEnum = 2
  50. Enums_DIEZ Enums_NestedEnum = 10
  51. )
  52. func (e Enums_NestedEnum) Type() protoreflect.EnumType {
  53. return xxx_File_pb3_test_proto_enumTypes[1]
  54. }
  55. func (e Enums_NestedEnum) Number() protoreflect.EnumNumber {
  56. return protoreflect.EnumNumber(e)
  57. }
  58. // Deprecated: Use Enums_NestedEnum.Type.Values instead.
  59. var Enums_NestedEnum_name = map[int32]string{
  60. 0: "CERO",
  61. 1: "UNO",
  62. 2: "DOS",
  63. 10: "DIEZ",
  64. }
  65. // Deprecated: Use Enums_NestedEnum.Type.Values instead.
  66. var Enums_NestedEnum_value = map[string]int32{
  67. "CERO": 0,
  68. "UNO": 1,
  69. "DOS": 2,
  70. "DIEZ": 10,
  71. }
  72. func (x Enums_NestedEnum) String() string {
  73. return protoimpl.X.EnumStringOf(x.Type(), protoreflect.EnumNumber(x))
  74. }
  75. // Deprecated: Use Enums_NestedEnum.Type instead.
  76. func (Enums_NestedEnum) EnumDescriptor() ([]byte, []int) {
  77. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{1, 0}
  78. }
  79. // Scalars contains scalar field types.
  80. type Scalars struct {
  81. SBool bool `protobuf:"varint,1,opt,name=s_bool,json=sBool,proto3" json:"s_bool,omitempty"`
  82. SInt32 int32 `protobuf:"varint,2,opt,name=s_int32,json=sInt32,proto3" json:"s_int32,omitempty"`
  83. SInt64 int64 `protobuf:"varint,3,opt,name=s_int64,json=sInt64,proto3" json:"s_int64,omitempty"`
  84. SUint32 uint32 `protobuf:"varint,4,opt,name=s_uint32,json=sUint32,proto3" json:"s_uint32,omitempty"`
  85. SUint64 uint64 `protobuf:"varint,5,opt,name=s_uint64,json=sUint64,proto3" json:"s_uint64,omitempty"`
  86. SSint32 int32 `protobuf:"zigzag32,6,opt,name=s_sint32,json=sSint32,proto3" json:"s_sint32,omitempty"`
  87. SSint64 int64 `protobuf:"zigzag64,7,opt,name=s_sint64,json=sSint64,proto3" json:"s_sint64,omitempty"`
  88. SFixed32 uint32 `protobuf:"fixed32,8,opt,name=s_fixed32,json=sFixed32,proto3" json:"s_fixed32,omitempty"`
  89. SFixed64 uint64 `protobuf:"fixed64,9,opt,name=s_fixed64,json=sFixed64,proto3" json:"s_fixed64,omitempty"`
  90. SSfixed32 int32 `protobuf:"fixed32,10,opt,name=s_sfixed32,json=sSfixed32,proto3" json:"s_sfixed32,omitempty"`
  91. SSfixed64 int64 `protobuf:"fixed64,11,opt,name=s_sfixed64,json=sSfixed64,proto3" json:"s_sfixed64,omitempty"`
  92. SFloat float32 `protobuf:"fixed32,20,opt,name=s_float,json=sFloat,proto3" json:"s_float,omitempty"`
  93. SDouble float64 `protobuf:"fixed64,21,opt,name=s_double,json=sDouble,proto3" json:"s_double,omitempty"`
  94. SBytes []byte `protobuf:"bytes,14,opt,name=s_bytes,json=sBytes,proto3" json:"s_bytes,omitempty"`
  95. SString string `protobuf:"bytes,13,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
  96. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  97. XXX_unrecognized []byte `json:"-"`
  98. XXX_sizecache int32 `json:"-"`
  99. }
  100. func (m *Scalars) ProtoReflect() protoreflect.Message {
  101. return xxx_File_pb3_test_proto_messageTypes[0].MessageOf(m)
  102. }
  103. func (m *Scalars) Reset() { *m = Scalars{} }
  104. func (m *Scalars) String() string { return protoimpl.X.MessageStringOf(m) }
  105. func (*Scalars) ProtoMessage() {}
  106. // Deprecated: Use Scalars.ProtoReflect.Type instead.
  107. func (*Scalars) Descriptor() ([]byte, []int) {
  108. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{0}
  109. }
  110. func (m *Scalars) GetSBool() bool {
  111. if m != nil {
  112. return m.SBool
  113. }
  114. return false
  115. }
  116. func (m *Scalars) GetSInt32() int32 {
  117. if m != nil {
  118. return m.SInt32
  119. }
  120. return 0
  121. }
  122. func (m *Scalars) GetSInt64() int64 {
  123. if m != nil {
  124. return m.SInt64
  125. }
  126. return 0
  127. }
  128. func (m *Scalars) GetSUint32() uint32 {
  129. if m != nil {
  130. return m.SUint32
  131. }
  132. return 0
  133. }
  134. func (m *Scalars) GetSUint64() uint64 {
  135. if m != nil {
  136. return m.SUint64
  137. }
  138. return 0
  139. }
  140. func (m *Scalars) GetSSint32() int32 {
  141. if m != nil {
  142. return m.SSint32
  143. }
  144. return 0
  145. }
  146. func (m *Scalars) GetSSint64() int64 {
  147. if m != nil {
  148. return m.SSint64
  149. }
  150. return 0
  151. }
  152. func (m *Scalars) GetSFixed32() uint32 {
  153. if m != nil {
  154. return m.SFixed32
  155. }
  156. return 0
  157. }
  158. func (m *Scalars) GetSFixed64() uint64 {
  159. if m != nil {
  160. return m.SFixed64
  161. }
  162. return 0
  163. }
  164. func (m *Scalars) GetSSfixed32() int32 {
  165. if m != nil {
  166. return m.SSfixed32
  167. }
  168. return 0
  169. }
  170. func (m *Scalars) GetSSfixed64() int64 {
  171. if m != nil {
  172. return m.SSfixed64
  173. }
  174. return 0
  175. }
  176. func (m *Scalars) GetSFloat() float32 {
  177. if m != nil {
  178. return m.SFloat
  179. }
  180. return 0
  181. }
  182. func (m *Scalars) GetSDouble() float64 {
  183. if m != nil {
  184. return m.SDouble
  185. }
  186. return 0
  187. }
  188. func (m *Scalars) GetSBytes() []byte {
  189. if m != nil {
  190. return m.SBytes
  191. }
  192. return nil
  193. }
  194. func (m *Scalars) GetSString() string {
  195. if m != nil {
  196. return m.SString
  197. }
  198. return ""
  199. }
  200. // Message contains enum fields.
  201. type Enums struct {
  202. SEnum Enum `protobuf:"varint,1,opt,name=s_enum,json=sEnum,proto3,enum=pb3.Enum" json:"s_enum,omitempty"`
  203. SNestedEnum Enums_NestedEnum `protobuf:"varint,3,opt,name=s_nested_enum,json=sNestedEnum,proto3,enum=pb3.Enums_NestedEnum" json:"s_nested_enum,omitempty"`
  204. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  205. XXX_unrecognized []byte `json:"-"`
  206. XXX_sizecache int32 `json:"-"`
  207. }
  208. func (m *Enums) ProtoReflect() protoreflect.Message {
  209. return xxx_File_pb3_test_proto_messageTypes[1].MessageOf(m)
  210. }
  211. func (m *Enums) Reset() { *m = Enums{} }
  212. func (m *Enums) String() string { return protoimpl.X.MessageStringOf(m) }
  213. func (*Enums) ProtoMessage() {}
  214. // Deprecated: Use Enums.ProtoReflect.Type instead.
  215. func (*Enums) Descriptor() ([]byte, []int) {
  216. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{1}
  217. }
  218. func (m *Enums) GetSEnum() Enum {
  219. if m != nil {
  220. return m.SEnum
  221. }
  222. return Enum_ZERO
  223. }
  224. func (m *Enums) GetSNestedEnum() Enums_NestedEnum {
  225. if m != nil {
  226. return m.SNestedEnum
  227. }
  228. return Enums_CERO
  229. }
  230. // Message contains nested message field.
  231. type Nests struct {
  232. SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
  233. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  234. XXX_unrecognized []byte `json:"-"`
  235. XXX_sizecache int32 `json:"-"`
  236. }
  237. func (m *Nests) ProtoReflect() protoreflect.Message {
  238. return xxx_File_pb3_test_proto_messageTypes[2].MessageOf(m)
  239. }
  240. func (m *Nests) Reset() { *m = Nests{} }
  241. func (m *Nests) String() string { return protoimpl.X.MessageStringOf(m) }
  242. func (*Nests) ProtoMessage() {}
  243. // Deprecated: Use Nests.ProtoReflect.Type instead.
  244. func (*Nests) Descriptor() ([]byte, []int) {
  245. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{2}
  246. }
  247. func (m *Nests) GetSNested() *Nested {
  248. if m != nil {
  249. return m.SNested
  250. }
  251. return nil
  252. }
  253. // Message type used as submessage.
  254. type Nested struct {
  255. SString string `protobuf:"bytes,1,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
  256. SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
  257. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  258. XXX_unrecognized []byte `json:"-"`
  259. XXX_sizecache int32 `json:"-"`
  260. }
  261. func (m *Nested) ProtoReflect() protoreflect.Message {
  262. return xxx_File_pb3_test_proto_messageTypes[3].MessageOf(m)
  263. }
  264. func (m *Nested) Reset() { *m = Nested{} }
  265. func (m *Nested) String() string { return protoimpl.X.MessageStringOf(m) }
  266. func (*Nested) ProtoMessage() {}
  267. // Deprecated: Use Nested.ProtoReflect.Type instead.
  268. func (*Nested) Descriptor() ([]byte, []int) {
  269. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{3}
  270. }
  271. func (m *Nested) GetSString() string {
  272. if m != nil {
  273. return m.SString
  274. }
  275. return ""
  276. }
  277. func (m *Nested) GetSNested() *Nested {
  278. if m != nil {
  279. return m.SNested
  280. }
  281. return nil
  282. }
  283. // Message contains oneof field.
  284. type Oneofs struct {
  285. // Types that are valid to be assigned to Union:
  286. // *Oneofs_OneofEnum
  287. // *Oneofs_OneofString
  288. // *Oneofs_OneofNested
  289. Union isOneofs_Union `protobuf_oneof:"union"`
  290. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  291. XXX_unrecognized []byte `json:"-"`
  292. XXX_sizecache int32 `json:"-"`
  293. }
  294. func (m *Oneofs) ProtoReflect() protoreflect.Message {
  295. return xxx_File_pb3_test_proto_messageTypes[4].MessageOf(m)
  296. }
  297. func (m *Oneofs) Reset() { *m = Oneofs{} }
  298. func (m *Oneofs) String() string { return protoimpl.X.MessageStringOf(m) }
  299. func (*Oneofs) ProtoMessage() {}
  300. // Deprecated: Use Oneofs.ProtoReflect.Type instead.
  301. func (*Oneofs) Descriptor() ([]byte, []int) {
  302. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{4}
  303. }
  304. type isOneofs_Union interface {
  305. isOneofs_Union()
  306. }
  307. type Oneofs_OneofEnum struct {
  308. OneofEnum Enum `protobuf:"varint,1,opt,name=oneof_enum,json=oneofEnum,proto3,enum=pb3.Enum,oneof"`
  309. }
  310. type Oneofs_OneofString struct {
  311. OneofString string `protobuf:"bytes,2,opt,name=oneof_string,json=oneofString,proto3,oneof"`
  312. }
  313. type Oneofs_OneofNested struct {
  314. OneofNested *Nested `protobuf:"bytes,3,opt,name=oneof_nested,json=oneofNested,proto3,oneof"`
  315. }
  316. func (*Oneofs_OneofEnum) isOneofs_Union() {}
  317. func (*Oneofs_OneofString) isOneofs_Union() {}
  318. func (*Oneofs_OneofNested) isOneofs_Union() {}
  319. func (m *Oneofs) GetUnion() isOneofs_Union {
  320. if m != nil {
  321. return m.Union
  322. }
  323. return nil
  324. }
  325. func (m *Oneofs) GetOneofEnum() Enum {
  326. if x, ok := m.GetUnion().(*Oneofs_OneofEnum); ok {
  327. return x.OneofEnum
  328. }
  329. return Enum_ZERO
  330. }
  331. func (m *Oneofs) GetOneofString() string {
  332. if x, ok := m.GetUnion().(*Oneofs_OneofString); ok {
  333. return x.OneofString
  334. }
  335. return ""
  336. }
  337. func (m *Oneofs) GetOneofNested() *Nested {
  338. if x, ok := m.GetUnion().(*Oneofs_OneofNested); ok {
  339. return x.OneofNested
  340. }
  341. return nil
  342. }
  343. // XXX_OneofWrappers is for the internal use of the proto package.
  344. func (*Oneofs) XXX_OneofWrappers() []interface{} {
  345. return []interface{}{
  346. (*Oneofs_OneofEnum)(nil),
  347. (*Oneofs_OneofString)(nil),
  348. (*Oneofs_OneofNested)(nil),
  349. }
  350. }
  351. // Message contains map fields.
  352. type Maps struct {
  353. Int32ToStr map[int32]string `protobuf:"bytes,1,rep,name=int32_to_str,json=int32ToStr,proto3" json:"int32_to_str,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  354. BoolToUint32 map[bool]uint32 `protobuf:"bytes,2,rep,name=bool_to_uint32,json=boolToUint32,proto3" json:"bool_to_uint32,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
  355. Uint64ToEnum map[uint64]Enum `protobuf:"bytes,3,rep,name=uint64_to_enum,json=uint64ToEnum,proto3" json:"uint64_to_enum,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3,enum=pb3.Enum"`
  356. StrToNested map[string]*Nested `protobuf:"bytes,4,rep,name=str_to_nested,json=strToNested,proto3" json:"str_to_nested,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  357. StrToOneofs map[string]*Oneofs `protobuf:"bytes,5,rep,name=str_to_oneofs,json=strToOneofs,proto3" json:"str_to_oneofs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  358. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  359. XXX_unrecognized []byte `json:"-"`
  360. XXX_sizecache int32 `json:"-"`
  361. }
  362. func (m *Maps) ProtoReflect() protoreflect.Message {
  363. return xxx_File_pb3_test_proto_messageTypes[5].MessageOf(m)
  364. }
  365. func (m *Maps) Reset() { *m = Maps{} }
  366. func (m *Maps) String() string { return protoimpl.X.MessageStringOf(m) }
  367. func (*Maps) ProtoMessage() {}
  368. // Deprecated: Use Maps.ProtoReflect.Type instead.
  369. func (*Maps) Descriptor() ([]byte, []int) {
  370. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{5}
  371. }
  372. func (m *Maps) GetInt32ToStr() map[int32]string {
  373. if m != nil {
  374. return m.Int32ToStr
  375. }
  376. return nil
  377. }
  378. func (m *Maps) GetBoolToUint32() map[bool]uint32 {
  379. if m != nil {
  380. return m.BoolToUint32
  381. }
  382. return nil
  383. }
  384. func (m *Maps) GetUint64ToEnum() map[uint64]Enum {
  385. if m != nil {
  386. return m.Uint64ToEnum
  387. }
  388. return nil
  389. }
  390. func (m *Maps) GetStrToNested() map[string]*Nested {
  391. if m != nil {
  392. return m.StrToNested
  393. }
  394. return nil
  395. }
  396. func (m *Maps) GetStrToOneofs() map[string]*Oneofs {
  397. if m != nil {
  398. return m.StrToOneofs
  399. }
  400. return nil
  401. }
  402. // Message for testing json_name option.
  403. type JSONNames struct {
  404. SString string `protobuf:"bytes,1,opt,name=s_string,json=foo_bar,proto3" json:"s_string,omitempty"`
  405. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  406. XXX_unrecognized []byte `json:"-"`
  407. XXX_sizecache int32 `json:"-"`
  408. }
  409. func (m *JSONNames) ProtoReflect() protoreflect.Message {
  410. return xxx_File_pb3_test_proto_messageTypes[6].MessageOf(m)
  411. }
  412. func (m *JSONNames) Reset() { *m = JSONNames{} }
  413. func (m *JSONNames) String() string { return protoimpl.X.MessageStringOf(m) }
  414. func (*JSONNames) ProtoMessage() {}
  415. // Deprecated: Use JSONNames.ProtoReflect.Type instead.
  416. func (*JSONNames) Descriptor() ([]byte, []int) {
  417. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{6}
  418. }
  419. func (m *JSONNames) GetSString() string {
  420. if m != nil {
  421. return m.SString
  422. }
  423. return ""
  424. }
  425. var File_pb3_test_proto protoreflect.FileDescriptor
  426. var xxx_File_pb3_test_proto_rawDesc = []byte{
  427. 0x0a, 0x0e, 0x70, 0x62, 0x33, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  428. 0x12, 0x03, 0x70, 0x62, 0x33, 0x22, 0x9e, 0x03, 0x0a, 0x07, 0x53, 0x63, 0x61, 0x6c, 0x61, 0x72,
  429. 0x73, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
  430. 0x08, 0x52, 0x05, 0x73, 0x42, 0x6f, 0x6f, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x5f, 0x69, 0x6e,
  431. 0x74, 0x33, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x49, 0x6e, 0x74, 0x33,
  432. 0x32, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x18, 0x03, 0x20, 0x01,
  433. 0x28, 0x03, 0x52, 0x06, 0x73, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f,
  434. 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x73, 0x55,
  435. 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x36,
  436. 0x34, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x73, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34,
  437. 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x18, 0x06, 0x20, 0x01,
  438. 0x28, 0x11, 0x52, 0x07, 0x73, 0x53, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x19, 0x0a, 0x08, 0x73,
  439. 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x18, 0x07, 0x20, 0x01, 0x28, 0x12, 0x52, 0x07, 0x73,
  440. 0x53, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x5f, 0x66, 0x69, 0x78, 0x65,
  441. 0x64, 0x33, 0x32, 0x18, 0x08, 0x20, 0x01, 0x28, 0x07, 0x52, 0x08, 0x73, 0x46, 0x69, 0x78, 0x65,
  442. 0x64, 0x33, 0x32, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x5f, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34,
  443. 0x18, 0x09, 0x20, 0x01, 0x28, 0x06, 0x52, 0x08, 0x73, 0x46, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34,
  444. 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x18, 0x0a,
  445. 0x20, 0x01, 0x28, 0x0f, 0x52, 0x09, 0x73, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12,
  446. 0x1d, 0x0a, 0x0a, 0x73, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x18, 0x0b, 0x20,
  447. 0x01, 0x28, 0x10, 0x52, 0x09, 0x73, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x17,
  448. 0x0a, 0x07, 0x73, 0x5f, 0x66, 0x6c, 0x6f, 0x61, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x02, 0x52,
  449. 0x06, 0x73, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x64, 0x6f, 0x75,
  450. 0x62, 0x6c, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x73, 0x44, 0x6f, 0x75, 0x62,
  451. 0x6c, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20,
  452. 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73,
  453. 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73,
  454. 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x22, 0x98, 0x01, 0x0a, 0x05, 0x45, 0x6e, 0x75, 0x6d, 0x73,
  455. 0x12, 0x20, 0x0a, 0x06, 0x73, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
  456. 0x32, 0x09, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x05, 0x73, 0x45, 0x6e,
  457. 0x75, 0x6d, 0x12, 0x39, 0x0a, 0x0d, 0x73, 0x5f, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x65,
  458. 0x6e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  459. 0x45, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d,
  460. 0x52, 0x0b, 0x73, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x22, 0x32, 0x0a,
  461. 0x0a, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x08, 0x0a, 0x04, 0x43,
  462. 0x45, 0x52, 0x4f, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x55, 0x4e, 0x4f, 0x10, 0x01, 0x12, 0x07,
  463. 0x0a, 0x03, 0x44, 0x4f, 0x53, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x49, 0x45, 0x5a, 0x10,
  464. 0x0a, 0x22, 0x2f, 0x0a, 0x05, 0x4e, 0x65, 0x73, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x08, 0x73, 0x5f,
  465. 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70,
  466. 0x62, 0x33, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x07, 0x73, 0x4e, 0x65, 0x73, 0x74,
  467. 0x65, 0x64, 0x22, 0x4b, 0x0a, 0x06, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x12, 0x19, 0x0a, 0x08,
  468. 0x73, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  469. 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x26, 0x0a, 0x08, 0x73, 0x5f, 0x6e, 0x65, 0x73,
  470. 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  471. 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x07, 0x73, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x22,
  472. 0x94, 0x01, 0x0a, 0x06, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x12, 0x2a, 0x0a, 0x0a, 0x6f, 0x6e,
  473. 0x65, 0x6f, 0x66, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09,
  474. 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x48, 0x00, 0x52, 0x09, 0x6f, 0x6e, 0x65,
  475. 0x6f, 0x66, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x23, 0x0a, 0x0c, 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x5f,
  476. 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b,
  477. 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x30, 0x0a, 0x0c, 0x6f,
  478. 0x6e, 0x65, 0x6f, 0x66, 0x5f, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  479. 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x48, 0x00,
  480. 0x52, 0x0b, 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x42, 0x07, 0x0a,
  481. 0x05, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x22, 0xaf, 0x05, 0x0a, 0x04, 0x4d, 0x61, 0x70, 0x73, 0x12,
  482. 0x3b, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x5f, 0x74, 0x6f, 0x5f, 0x73, 0x74, 0x72, 0x18,
  483. 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4d, 0x61, 0x70, 0x73,
  484. 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x6f, 0x53, 0x74, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79,
  485. 0x52, 0x0a, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x6f, 0x53, 0x74, 0x72, 0x12, 0x41, 0x0a, 0x0e,
  486. 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x74, 0x6f, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x18, 0x02,
  487. 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4d, 0x61, 0x70, 0x73, 0x2e,
  488. 0x42, 0x6f, 0x6f, 0x6c, 0x54, 0x6f, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6e, 0x74, 0x72,
  489. 0x79, 0x52, 0x0c, 0x62, 0x6f, 0x6f, 0x6c, 0x54, 0x6f, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12,
  490. 0x41, 0x0a, 0x0e, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x5f, 0x74, 0x6f, 0x5f, 0x65, 0x6e, 0x75,
  491. 0x6d, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4d, 0x61,
  492. 0x70, 0x73, 0x2e, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x54, 0x6f, 0x45, 0x6e, 0x75, 0x6d, 0x45,
  493. 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x54, 0x6f, 0x45, 0x6e,
  494. 0x75, 0x6d, 0x12, 0x3e, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x5f, 0x74, 0x6f, 0x5f, 0x6e, 0x65, 0x73,
  495. 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  496. 0x4d, 0x61, 0x70, 0x73, 0x2e, 0x53, 0x74, 0x72, 0x54, 0x6f, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64,
  497. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x54, 0x6f, 0x4e, 0x65, 0x73, 0x74,
  498. 0x65, 0x64, 0x12, 0x3e, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x5f, 0x74, 0x6f, 0x5f, 0x6f, 0x6e, 0x65,
  499. 0x6f, 0x66, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  500. 0x4d, 0x61, 0x70, 0x73, 0x2e, 0x53, 0x74, 0x72, 0x54, 0x6f, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73,
  501. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x54, 0x6f, 0x4f, 0x6e, 0x65, 0x6f,
  502. 0x66, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x6f, 0x53, 0x74, 0x72,
  503. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
  504. 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
  505. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
  506. 0x01, 0x1a, 0x3f, 0x0a, 0x11, 0x42, 0x6f, 0x6f, 0x6c, 0x54, 0x6f, 0x55, 0x69, 0x6e, 0x74, 0x33,
  507. 0x32, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
  508. 0x01, 0x28, 0x08, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
  509. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02,
  510. 0x38, 0x01, 0x1a, 0x4a, 0x0a, 0x11, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x54, 0x6f, 0x45, 0x6e,
  511. 0x75, 0x6d, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
  512. 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c,
  513. 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x45,
  514. 0x6e, 0x75, 0x6d, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x4b,
  515. 0x0a, 0x10, 0x53, 0x74, 0x72, 0x54, 0x6f, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x74,
  516. 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  517. 0x03, 0x6b, 0x65, 0x79, 0x12, 0x21, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
  518. 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64,
  519. 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x4b, 0x0a, 0x10, 0x53,
  520. 0x74, 0x72, 0x54, 0x6f, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
  521. 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
  522. 0x79, 0x12, 0x21, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
  523. 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x52, 0x05, 0x76,
  524. 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x26, 0x0a, 0x09, 0x4a, 0x53, 0x4f, 0x4e,
  525. 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e,
  526. 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x6f, 0x6f, 0x5f, 0x62, 0x61, 0x72,
  527. 0x2a, 0x2b, 0x0a, 0x04, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x45, 0x52, 0x4f,
  528. 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x4e, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x54,
  529. 0x57, 0x4f, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x45, 0x4e, 0x10, 0x0a, 0x42, 0x37, 0x5a,
  530. 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61,
  531. 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x76, 0x32, 0x2f, 0x65,
  532. 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74,
  533. 0x6f, 0x73, 0x2f, 0x70, 0x62, 0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  534. }
  535. var (
  536. xxx_File_pb3_test_proto_rawDesc_once sync.Once
  537. xxx_File_pb3_test_proto_rawDesc_data = xxx_File_pb3_test_proto_rawDesc
  538. )
  539. func xxx_File_pb3_test_proto_rawDescGZIP() []byte {
  540. xxx_File_pb3_test_proto_rawDesc_once.Do(func() {
  541. xxx_File_pb3_test_proto_rawDesc_data = protoimpl.X.CompressGZIP(xxx_File_pb3_test_proto_rawDesc_data)
  542. })
  543. return xxx_File_pb3_test_proto_rawDesc_data
  544. }
  545. var xxx_File_pb3_test_proto_enumTypes = make([]protoreflect.EnumType, 2)
  546. var xxx_File_pb3_test_proto_messageTypes = make([]protoimpl.MessageType, 12)
  547. var xxx_File_pb3_test_proto_goTypes = []interface{}{
  548. (Enum)(0), // 0: pb3.Enum
  549. (Enums_NestedEnum)(0), // 1: pb3.Enums.NestedEnum
  550. (*Scalars)(nil), // 2: pb3.Scalars
  551. (*Enums)(nil), // 3: pb3.Enums
  552. (*Nests)(nil), // 4: pb3.Nests
  553. (*Nested)(nil), // 5: pb3.Nested
  554. (*Oneofs)(nil), // 6: pb3.Oneofs
  555. (*Maps)(nil), // 7: pb3.Maps
  556. (*JSONNames)(nil), // 8: pb3.JSONNames
  557. nil, // 9: pb3.Maps.Int32ToStrEntry
  558. nil, // 10: pb3.Maps.BoolToUint32Entry
  559. nil, // 11: pb3.Maps.Uint64ToEnumEntry
  560. nil, // 12: pb3.Maps.StrToNestedEntry
  561. nil, // 13: pb3.Maps.StrToOneofsEntry
  562. }
  563. var xxx_File_pb3_test_proto_depIdxs = []int32{
  564. 0, // pb3.Enums.s_enum:type_name -> pb3.Enum
  565. 1, // pb3.Enums.s_nested_enum:type_name -> pb3.Enums.NestedEnum
  566. 5, // pb3.Nests.s_nested:type_name -> pb3.Nested
  567. 5, // pb3.Nested.s_nested:type_name -> pb3.Nested
  568. 0, // pb3.Oneofs.oneof_enum:type_name -> pb3.Enum
  569. 5, // pb3.Oneofs.oneof_nested:type_name -> pb3.Nested
  570. 9, // pb3.Maps.int32_to_str:type_name -> pb3.Maps.Int32ToStrEntry
  571. 10, // pb3.Maps.bool_to_uint32:type_name -> pb3.Maps.BoolToUint32Entry
  572. 11, // pb3.Maps.uint64_to_enum:type_name -> pb3.Maps.Uint64ToEnumEntry
  573. 12, // pb3.Maps.str_to_nested:type_name -> pb3.Maps.StrToNestedEntry
  574. 13, // pb3.Maps.str_to_oneofs:type_name -> pb3.Maps.StrToOneofsEntry
  575. 0, // pb3.Maps.Uint64ToEnumEntry.value:type_name -> pb3.Enum
  576. 5, // pb3.Maps.StrToNestedEntry.value:type_name -> pb3.Nested
  577. 6, // pb3.Maps.StrToOneofsEntry.value:type_name -> pb3.Oneofs
  578. }
  579. func init() { xxx_File_pb3_test_proto_init() }
  580. func xxx_File_pb3_test_proto_init() {
  581. if File_pb3_test_proto != nil {
  582. return
  583. }
  584. File_pb3_test_proto = protoimpl.FileBuilder{
  585. RawDescriptor: xxx_File_pb3_test_proto_rawDesc,
  586. GoTypes: xxx_File_pb3_test_proto_goTypes,
  587. DependencyIndexes: xxx_File_pb3_test_proto_depIdxs,
  588. EnumOutputTypes: xxx_File_pb3_test_proto_enumTypes,
  589. MessageOutputTypes: xxx_File_pb3_test_proto_messageTypes,
  590. FilesRegistry: protoregistry.GlobalFiles,
  591. TypesRegistry: protoregistry.GlobalTypes,
  592. }.Init()
  593. xxx_File_pb3_test_proto_rawDesc = nil
  594. xxx_File_pb3_test_proto_goTypes = nil
  595. xxx_File_pb3_test_proto_depIdxs = nil
  596. }