Home
last modified time | relevance | path

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

/build/soong/sdk/
Dmember_trait.go46 propertiesStructType reflect.Type member
53 return reflect.New(d.propertiesStructType).Interface()
119 propertiesStructType := reflect.StructOf(fields)
123 propertiesStructType: propertiesStructType,
Dmember_type.go55 propertiesStructType reflect.Type member
64 return reflect.New(d.propertiesStructType).Interface()
149 propertiesStructType := reflect.StructOf(fields)
154 propertiesStructType: propertiesStructType,