Home
last modified time | relevance | path

Searched refs:ApkDescription (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dcommands.pb.go274 func (m *ApkSet) GetApkDescription() []*ApkDescription {
276 return m.ApkDescription
414 return m.ApkDescription
546 type ApkDescription struct { struct
566 func (m *ApkDescription) Reset() { *m = ApkDescription{} }
568 func (*ApkDescription) ProtoMessage() {}
569 func (*ApkDescription) Descriptor() ([]byte, []int) {
579 func (m *ApkDescription) XXX_Merge(src proto.Message) {
582 func (m *ApkDescription) XXX_Size() int {
585 func (m *ApkDescription) XXX_DiscardUnknown() {
[all …]
H A Dcommands.proto57 repeated ApkDescription apk_description = 2;
88 repeated ApkDescription apk_description = 2;
123 message ApkDescription { message
/aosp12/build/soong/cmd/extract_apks/
H A Dmain.go131 *android_bundle_proto.ApkDescription anonMember
135 return m.ApkDescription == nil || (apkTargetingMatcher{m.Targeting}).matches(config)