Home
last modified time | relevance | path

Searched refs:ApexConfig (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go95ApexConfig *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
[all …]
Dconfig.proto18 ApexConfig apex_config = 5;
135 message ApexConfig { message