Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go236ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescrip… member
274 func (m *ApkSet) GetApkDescription() []*ApkDescription {
276 return m.ApkDescription
374ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescrip… member
412 func (m *AssetSliceSet) GetApkDescription() []*ApkDescription {
414 return m.ApkDescription
546 type ApkDescription struct { struct
566 func (m *ApkDescription) Reset() { *m = ApkDescription{} } argument
567 func (m *ApkDescription) String() string { return proto.CompactTextString(m) } argument
568 func (*ApkDescription) ProtoMessage() {} argument
[all …]
Dcommands.proto57 repeated ApkDescription apk_description = 2;
88 repeated ApkDescription apk_description = 2;
123 message ApkDescription { message
/build/soong/cmd/extract_apks/
Dmain.go131 *android_bundle_proto.ApkDescription anonMember
135 return m.ApkDescription == nil || (apkTargetingMatcher{m.Targeting}).matches(config)