Home
last modified time | relevance | path

Searched refs:tagTestProps (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dproperties_test.go24 ps, err := r.PropertyStruct(pkgPath, "tagTestProps", reflect.ValueOf(tagTestProps{}))
40 ps, err := r.PropertyStruct(pkgPath, "tagTestProps", reflect.ValueOf(tagTestProps{A: "B"}))
H A Dreader_test.go93 type tagTestProps struct { struct