Home
last modified time | relevance | path

Searched refs:PropertyStructs (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go43 PropertyStructs []*PropertyStruct member
150 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 = collapsed
251 for _, ps := range mt.PropertyStructs {
283 for _, ps := range mt.PropertyStructs {
/build/blueprint/bootstrap/
Dwritedocs.go138 {{range .PropertyStructs}}
/build/soong/cmd/soong_build/
Dwritedocs.go65 for _, propStruct := range m.PropertyStructs {