Lines Matching refs:Abi
842 type Abi struct { struct
849 func (m *Abi) Reset() { *m = Abi{} } argument
850 func (m *Abi) String() string { return proto.CompactTextString(m) } argument
851 func (*Abi) ProtoMessage() {} argument
852 func (*Abi) Descriptor() ([]byte, []int) { argument
856 func (m *Abi) XXX_Unmarshal(b []byte) error { argument
859 func (m *Abi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
862 func (m *Abi) XXX_Merge(src proto.Message) { argument
865 func (m *Abi) XXX_Size() int { argument
868 func (m *Abi) XXX_DiscardUnknown() { argument
874 func (m *Abi) GetAlias() Abi_AbiAlias { argument
882 Abi []*Abi `protobuf:"bytes,1,rep,name=abi,proto3" json:"abi,omitempty"` member
913 func (m *MultiAbi) GetAbi() []*Abi {
915 return m.Abi
1009 …Abi *AbiTargeting `protobuf:"bytes,1,opt,name=abi,proto3… member
1045 return m.Abi
1073 …Abi *Abi `protobuf:"bytes,1,opt,name=abi,proto3" json:"a… member
1107 func (m *NativeDirectoryTargeting) GetAbi() *Abi {
1109 return m.Abi
1176 Value []*Abi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"`
1179 …Alternatives []*Abi `protobuf:"bytes,2,rep,name=alternatives,proto3" json:"alternatives,…
1210 func (m *AbiTargeting) GetValue() []*Abi {
1217 func (m *AbiTargeting) GetAlternatives() []*Abi {
1616 proto.RegisterType((*Abi)(nil), "android.bundle.Abi")