Searched refs:PropertyStructs (Results 1 – 3 of 3) sorted by relevance
44 PropertyStructs []*PropertyStruct member166 mt.PropertyStructs = append(mt.PropertyStructs, ps)249 for i := 0; i < len(mt.PropertyStructs); i++ {250 if len(mt.PropertyStructs[i].Properties) == 0 {251 mt.PropertyStructs = append(mt.PropertyStructs[:i], mt.PropertyStructs[i+1:]...)273 for _, ps := range mt.PropertyStructs {283 for _, from := range mt.PropertyStructs {292 mt.PropertyStructs = collapsed312 for _, ps := range mt.PropertyStructs {
143 for _, p := range m.PropertyStructs {
66 for _, propStruct := range m.PropertyStructs {