Searched refs:PropertyStructs (Results 1 – 4 of 4) sorted by relevance
44 PropertyStructs []*PropertyStruct member171 mt.PropertyStructs = append(mt.PropertyStructs, ps)250 for i := 0; i < len(mt.PropertyStructs); i++ {251 if len(mt.PropertyStructs[i].Properties) == 0 {252 mt.PropertyStructs = append(mt.PropertyStructs[:i], mt.PropertyStructs[i+1:]...)274 for _, ps := range mt.PropertyStructs {284 for _, from := range mt.PropertyStructs {293 mt.PropertyStructs = collapsed313 for _, ps := range mt.PropertyStructs {345 for _, ps := range mt.PropertyStructs {
139 for _, p := range m.PropertyStructs {
138 {{range .PropertyStructs}}
65 for _, propStruct := range m.PropertyStructs {