Home
last modified time | relevance | path

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

/build/soong/android/
Dlicenses.go66 type applicableLicensesPropertyImpl struct { struct
67 name string
68 licensesProperty *[]string
76 func (a *applicableLicensesPropertyImpl) ToGob() *applicableLicensesPropertyImplGob {
83 func (a *applicableLicensesPropertyImpl) FromGob(data *applicableLicensesPropertyImplGob) {
88 func (a applicableLicensesPropertyImpl) GobEncode() ([]byte, error) {
92 func (a *applicableLicensesPropertyImpl) GobDecode(data []byte) error {
103 func (p applicableLicensesPropertyImpl) getName() string {
107 func (p applicableLicensesPropertyImpl) getStrings() []string {