Lines Matching defs:Abi
842 type Abi struct { struct
843 …`protobuf:"varint,1,opt,name=alias,proto3,enum=android.bundle.Abi_AbiAlias" json:"alias,omitempty"`
844 XXX_NoUnkeyedLiteral struct{} `json:"-"`
845 XXX_unrecognized []byte `json:"-"`
846 XXX_sizecache int32 `json:"-"`
849 func (m *Abi) Reset() { *m = Abi{} }
850 func (m *Abi) String() string { return proto.CompactTextString(m) }
851 func (*Abi) ProtoMessage() {}
852 func (*Abi) Descriptor() ([]byte, []int) {
856 func (m *Abi) XXX_Unmarshal(b []byte) error {
859 func (m *Abi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
862 func (m *Abi) XXX_Merge(src proto.Message) {
865 func (m *Abi) XXX_Size() int {
868 func (m *Abi) XXX_DiscardUnknown() {
874 func (m *Abi) GetAlias() Abi_AbiAlias {
882 Abi []*Abi `protobuf:"bytes,1,rep,name=abi,proto3" json:"abi,omitempty"` member
1009 …Abi *AbiTargeting `protobuf:"bytes,1,opt,name=abi,proto3… member
1073 …Abi *Abi `protobuf:"bytes,1,opt,name=abi,proto3" json:"a… member