Lines Matching refs:Variant
94 Variant []*Variant `protobuf:"bytes,1,rep,name=variant,proto3" json:"variant,omitempty"` member
138 func (m *BuildApksResult) GetVariant() []*Variant {
140 return m.Variant
168 type Variant struct { struct
185 func (m *Variant) Reset() { *m = Variant{} } argument
186 func (m *Variant) String() string { return proto.CompactTextString(m) } argument
187 func (*Variant) ProtoMessage() {} argument
188 func (*Variant) Descriptor() ([]byte, []int) { argument
192 func (m *Variant) XXX_Unmarshal(b []byte) error { argument
195 func (m *Variant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
198 func (m *Variant) XXX_Merge(src proto.Message) { argument
201 func (m *Variant) XXX_Size() int { argument
204 func (m *Variant) XXX_DiscardUnknown() { argument
210 func (m *Variant) GetTargeting() *VariantTargeting { argument
217 func (m *Variant) GetApkSet() []*ApkSet { argument
224 func (m *Variant) GetVariantNumber() uint32 { argument
944 proto.RegisterType((*Variant)(nil), "android.bundle.Variant")