Home
last modified time | relevance | path

Searched refs:starlarkAttrType (Results 1 – 1 of 1) sorted by relevance

/build/soong/bp2build/
Dbzl_conversion.go131 starlarkAttrType string member
144 if _, ok := allowedPropTypes[p.starlarkAttrType]; !ok {
153 return fmt.Sprintf(attributeIndent+"%q: attr.%s(),\n", p.name, p.starlarkAttrType)
174 starlarkAttrType := fmt.Sprintf("%s", t.Name())
181 starlarkAttrType = "int"
187 starlarkAttrType = "string_list"
200 starlarkAttrType: starlarkAttrType,