Home
last modified time | relevance | path

Searched defs:PropertyStruct (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dbpdoc.go47 type PropertyStruct struct { struct
48 Name string
49 Text string
50 Properties []Property
H A Dreader.go86 func (r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err… func
149 func (r *Reader) putPropertyStruct(pkgPath, name string, ps *PropertyStruct) *PropertyStruct {
H A Dproperties.go145 func (ps *PropertyStruct) Nest(nested *PropertyStruct) {
160 func (p *Property) Nest(nested *PropertyStruct) {