Home
last modified time | relevance | path

Searched defs:SdkVersion (Results 1 – 8 of 8) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go588 type SdkVersion struct { struct
590 Min *Int32Value `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
591 XXX_NoUnkeyedLiteral struct{} `json:"-"`
592 XXX_unrecognized []byte `json:"-"`
593 XXX_sizecache int32 `json:"-"`
596 func (m *SdkVersion) Reset() { *m = SdkVersion{} }
597 func (m *SdkVersion) String() string { return proto.CompactTextString(m) }
598 func (*SdkVersion) ProtoMessage() {}
599 func (*SdkVersion) Descriptor() ([]byte, []int) {
603 func (m *SdkVersion) XXX_Unmarshal(b []byte) error {
[all …]
Dtargeting.proto78 message SdkVersion { message
/build/soong/cc/
Dlinkable.go57 SdkVersion() string methodSpec
Dcc.go590 func (c *Module) SdkVersion() string { func
/build/soong/cmd/pom2mk/
Dpom2mk.go195 func (p Pom) SdkVersion() string { func
/build/soong/cmd/pom2bp/
Dpom2bp.go285 func (p Pom) SdkVersion() string { func
/build/soong/rust/
Drust.go210 func (mod *Module) SdkVersion() string { func
/build/soong/java/
Dsdk_library.go2191 SdkVersion string member