Lines Matching refs:ApexConfig
95 …ApexConfig *ApexConfig `protobuf:"bytes,5,opt,name=apex_config,json=apexConfig,proto3" j… member
158 func (m *BundleConfig) GetApexConfig() *ApexConfig {
160 return m.ApexConfig
682 type ApexConfig struct { struct
690 func (m *ApexConfig) Reset() { *m = ApexConfig{} } argument
691 func (m *ApexConfig) String() string { return proto.CompactTextString(m) } argument
692 func (*ApexConfig) ProtoMessage() {} argument
693 func (*ApexConfig) Descriptor() ([]byte, []int) { argument
697 func (m *ApexConfig) XXX_Unmarshal(b []byte) error { argument
700 func (m *ApexConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
703 func (m *ApexConfig) XXX_Merge(src proto.Message) { argument
706 func (m *ApexConfig) XXX_Size() int { argument
709 func (m *ApexConfig) XXX_DiscardUnknown() { argument
715 func (m *ApexConfig) GetApexEmbeddedApkConfig() []*ApexEmbeddedApkConfig { argument
877 proto.RegisterType((*ApexConfig)(nil), "android.bundle.ApexConfig")