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