Home
last modified time | relevance | path

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

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go90 type SimpleSlice3 struct { struct
91 Slices []string `protobuf:"bytes,1,rep,name=slices,proto3" json:"slices,omitempty"`
92 XXX_NoUnkeyedLiteral struct{} `json:"-"`
93 XXX_unrecognized []byte `json:"-"`
94 XXX_sizecache int32 `json:"-"`
97 func (m *SimpleSlice3) Reset() { *m = SimpleSlice3{} }
98 func (m *SimpleSlice3) String() string { return proto.CompactTextString(m) }
99 func (*SimpleSlice3) ProtoMessage() {}
100 func (*SimpleSlice3) Descriptor() ([]byte, []int) {
104 func (m *SimpleSlice3) XXX_Unmarshal(b []byte) error {
[all …]
Dmore_test_objects.proto40 message SimpleSlice3 { message