Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules_test.go178 typ := typeForPropertyFromPropertyStruct(tt.ps, tt.property)
Dmodules.go361 if typ := typeForPropertyFromPropertyStruct(ps, property); typ != nil {
369 func typeForPropertyFromPropertyStruct(ps interface{}, property string) reflect.Type { func