Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/bootstrap/bpdoc/
H A Dreader_test.go67 type complexProps struct { struct
68 A string
69 B_mutated string `blueprint:"mutated"`
71 Nested struct {
76 Nested_struct structToNest
78 Struct_has_embed StructWithEmbedded
80 OtherStructToEmbed
82 List_of_ints []int
84 List_of_nested []structToNest
86 Configurable_bool proptools.Configurable[bool]