Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go44 PropertyStructs []*PropertyStruct member
166 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 = collapsed
312 for _, ps := range mt.PropertyStructs {
Dbpdoc_test.go143 for _, p := range m.PropertyStructs {
/build/soong/cmd/soong_build/
Dwritedocs.go66 for _, propStruct := range m.PropertyStructs {