Lines Matching defs:SdkBase
159 type SdkBase struct { struct
160 properties sdkProperties
161 module SdkAware
164 func (s *SdkBase) sdkBase() *SdkBase {
168 …SdkBase) SdkMemberComponentName(baseName string, componentNameCreator func(string) string) string {
181 func (s *SdkBase) MakeMemberOf(sdk SdkRef) {
186 func (s *SdkBase) IsInAnySdk() bool {
191 func (s *SdkBase) IsVersioned() bool {
196 func (s *SdkBase) ContainingSdk() SdkRef {
204 func (s *SdkBase) MemberName() string {
209 func (s *SdkBase) BuildWithSdks(sdks SdkRefs) {
214 func (s *SdkBase) RequiredSdks() SdkRefs {