Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dbzl_conversion.go156 func extractPropertyDescriptionsFromStruct(structType reflect.Type) []property { func
189 props = extractPropertyDescriptionsFromStruct(t)
211 for _, prop := range extractPropertyDescriptionsFromStruct(reflect.ValueOf(p).Elem().Type()) {