Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go44 PropertyStructs []*PropertyStruct member
171 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 = collapsed
313 for _, ps := range mt.PropertyStructs {
345 for _, ps := range mt.PropertyStructs {
Dbpdoc_test.go139 for _, p := range m.PropertyStructs {
/build/blueprint/bootstrap/
Dwritedocs.go138 {{range .PropertyStructs}}
/build/soong/cmd/soong_build/
Dwritedocs.go65 for _, propStruct := range m.PropertyStructs {