Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go881 type MultiAbi struct { struct
882 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 …]
Dtargeting.proto134 message MultiAbi { message