Home
last modified time | relevance | path

Searched defs:ToLicenseString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/
H A Dlicense_utils.go84 func (lic ConjunctiveLicenseSet) ToLicenseString() string { func
89 func (lic DisjunctiveLicenseSet) ToLicenseString() string { func
93 func (lic ExtractedLicensingInfo) ToLicenseString() string { func
97 func (operator OrLaterOperator) ToLicenseString() string { func
101 func (lic License) ToLicenseString() string { func
105 func (lic ListedLicense) ToLicenseString() string { func
109 func (lic WithExceptionOperator) ToLicenseString() string { func
113 func (lic SpecialLicense) ToLicenseString() string { func
117 func (lic SimpleLicensingInfo) ToLicenseString() string { func
H A Dtypes.go46 ToLicenseString() string methodSpec
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/
H A Dlicense_utils.go84 func (lic ConjunctiveLicenseSet) ToLicenseString() string { func
89 func (lic DisjunctiveLicenseSet) ToLicenseString() string { func
93 func (lic ExtractedLicensingInfo) ToLicenseString() string { func
97 func (operator OrLaterOperator) ToLicenseString() string { func
101 func (lic License) ToLicenseString() string { func
105 func (lic ListedLicense) ToLicenseString() string { func
109 func (lic WithExceptionOperator) ToLicenseString() string { func
113 func (lic SpecialLicense) ToLicenseString() string { func
117 func (lic SimpleLicensingInfo) ToLicenseString() string { func
H A Dtypes.go46 ToLicenseString() string methodSpec