Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dbzl_conversion.go163 subProps := extractPropertyDescriptions(field.Name, field.Type)
176 func extractPropertyDescriptions(name string, t reflect.Type) []property { func
198 return extractPropertyDescriptions(name, t.Elem())