Searched defs:SimpleSlice3 (Results 1 – 2 of 2) sorted by relevance
90 type SimpleSlice3 struct { struct91 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 …]
40 message SimpleSlice3 { message