Searched refs:PropertyStructs (Results 1 – 3 of 3) sorted by relevance
43 PropertyStructs []*PropertyStruct member150 mt.PropertyStructs = append(mt.PropertyStructs, ps)209 for i := 0; i < len(mt.PropertyStructs); i++ {210 if len(mt.PropertyStructs[i].Properties) == 0 {211 mt.PropertyStructs = append(mt.PropertyStructs[:i], mt.PropertyStructs[i+1:]...)222 for _, from := range mt.PropertyStructs {231 mt.PropertyStructs = collapsed251 for _, ps := range mt.PropertyStructs {283 for _, ps := range mt.PropertyStructs {
138 {{range .PropertyStructs}}
65 for _, propStruct := range m.PropertyStructs {