Home
last modified time | relevance | path

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

/aosp12/build/blueprint/bootstrap/bpdoc/
H A 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 {
H A Dbpdoc_test.go139 for _, p := range m.PropertyStructs {
/aosp12/build/blueprint/bootstrap/
H A Dwritedocs.go138 {{range .PropertyStructs}}
/aosp12/build/soong/cmd/soong_build/
H A Dwritedocs.go65 for _, propStruct := range m.PropertyStructs {