Home
last modified time | relevance | path

Searched defs:MoreRepeated (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2729 type MoreRepeated struct { struct
2730 Bools []bool `protobuf:"varint,1,rep,name=bools" json:"bools,omitempty"`
2731 … `protobuf:"varint,2,rep,packed,name=bools_packed,json=boolsPacked" json:"bools_packed,omitempty"`
2732 Ints []int32 `protobuf:"varint,3,rep,name=ints" json:"ints,omitempty"`
2733 …t32 `protobuf:"varint,4,rep,packed,name=ints_packed,json=intsPacked" json:"ints_packed,omitempty"`
2734 …protobuf:"varint,7,rep,packed,name=int64s_packed,json=int64sPacked" json:"int64s_packed,omitempty"`
2735 Strings []string `protobuf:"bytes,5,rep,name=strings" json:"strings,omitempty"`
2736 Fixeds []uint32 `protobuf:"fixed32,6,rep,name=fixeds" json:"fixeds,omitempty"`
2737 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2738 XXX_unrecognized []byte `json:"-"`
[all …]
Dtest.proto484 message MoreRepeated { message