Searched refs:typeForPropertyFromPropertyStruct (Results 1 – 2 of 2) sorted by relevance
178 typ := typeForPropertyFromPropertyStruct(tt.ps, tt.property)
361 if typ := typeForPropertyFromPropertyStruct(ps, property); typ != nil {369 func typeForPropertyFromPropertyStruct(ps interface{}, property string) reflect.Type { func