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.go1052 type MultiAbi struct { struct
1053 state protoimpl.MessageState
1054 sizeCache protoimpl.SizeCache
1055 unknownFields protoimpl.UnknownFields
1057 Abi []*Abi `protobuf:"bytes,1,rep,name=abi,proto3" json:"abi,omitempty"`
1060 func (x *MultiAbi) Reset() {
1069 func (x *MultiAbi) String() string {
1073 func (*MultiAbi) ProtoMessage() {}
1075 func (x *MultiAbi) ProtoReflect() protoreflect.Message {
1088 func (*MultiAbi) Descriptor() ([]byte, []int) {
[all …]
Dtargeting.proto134 message MultiAbi { message