Searched defs:UncompressDexFiles (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 325 …UncompressDexFiles *UncompressDexFiles `protobuf:"bytes,3,opt,name=uncompress_dex_files,json=uncom… member 427 type UncompressDexFiles struct { struct 428 …nabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` 429 XXX_NoUnkeyedLiteral struct{} `json:"-"` 430 XXX_unrecognized []byte `json:"-"` 431 XXX_sizecache int32 `json:"-"` 434 func (m *UncompressDexFiles) Reset() { *m = UncompressDexFiles{} } 435 func (m *UncompressDexFiles) String() string { return proto.CompactTextString(m) } 436 func (*UncompressDexFiles) ProtoMessage() {} 437 func (*UncompressDexFiles) Descriptor() ([]byte, []int) { [all …]
|
D | config.proto | 70 message UncompressDexFiles { message
|