Lines Matching defs:testPropertiesStruct
182 type testPropertiesStruct struct { struct
183 name string
184 private string
185 Public_Ignore string `sdk:"ignore"`
186 Public_Keep string `sdk:"keep"`
187 S_Common string
188 S_Different string `android:"arch_variant"`
189 A_Common []string
190 A_Different []string `android:"arch_variant"`
191 F_Common *bool
192 F_Different *bool `android:"arch_variant"`
193 EmbeddedPropertiesStruct
196 func (p *testPropertiesStruct) optimizableProperties() interface{} {
200 func (p *testPropertiesStruct) String() string {