Searched defs:AberrantMessage (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_aberrant_test.go | 25 type AberrantMessage struct { struct 26 OptionalBool *bool `protobuf:"varint,1,opt,name=opt_bool,def=1"` 27 OptionalInt32 *int32 `protobuf:"varint,2,opt,name=opt_int32,def=-12345"` 28 OptionalSint32 *int32 `protobuf:"zigzag32,3,opt,name=opt_sint32,def=-3200"` 29 OptionalUint32 *uint32 `protobuf:"varint,4,opt,name=opt_uint32,def=3200"` 30 OptionalInt64 *int64 `protobuf:"varint,5,opt,name=opt_int64,def=-123456789"` 31 OptionalSint64 *int64 `protobuf:"zigzag64,6,opt,name=opt_sint64,def=-6400"` 32 OptionalUint64 *uint64 `protobuf:"varint,7,opt,name=opt_uint64,def=6400"` 33 OptionalFixed32 *uint32 `protobuf:"fixed32,8,opt,name=opt_fixed32,def=320000"` 34 OptionalSfixed32 *int32 `protobuf:"fixed32,9,opt,name=opt_sfixed32,def=-320000"` [all …]
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/irregular/ |
H A D | irregular.proto | 18 message AberrantMessage { message
|
H A D | irregular.go | 128 type AberrantMessage int type
|