Searched defs:MessageA (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_test.go | 552 MessageA struct { struct 553 A1 *MessageA `protobuf:"bytes,1,req,name=a1"` 554 A2 *MessageB `protobuf:"bytes,2,req,name=a2"` 555 A3 Enum `protobuf:"varint,3,opt,name=a3,enum=legacy.Enum"` 565 func (*MessageA) Reset() { panic("not implemented") } 566 func (*MessageA) String() string { panic("not implemented") } 567 func (*MessageA) ProtoMessage() { panic("not implemented") } 568 func (*MessageA) Descriptor() ([]byte, []int) { return concurrentFD, []int{0} }
|