Searched defs:MultiAbi (Results 1 – 2 of 2) sorted by relevance
881 type MultiAbi struct { struct882 Abi []*Abi `protobuf:"bytes,1,rep,name=abi,proto3" json:"abi,omitempty"`883 XXX_NoUnkeyedLiteral struct{} `json:"-"`884 XXX_unrecognized []byte `json:"-"`885 XXX_sizecache int32 `json:"-"`888 func (m *MultiAbi) Reset() { *m = MultiAbi{} }889 func (m *MultiAbi) String() string { return proto.CompactTextString(m) }890 func (*MultiAbi) ProtoMessage() {}891 func (*MultiAbi) Descriptor() ([]byte, []int) {895 func (m *MultiAbi) XXX_Unmarshal(b []byte) error {[all …]
134 message MultiAbi { message