Lines Matching defs:testPropertiesStruct
220 type testPropertiesStruct struct { struct
221 name string
222 private string
223 Public_Ignore string `sdk:"ignore"`
224 Public_Keep string `sdk:"keep"`
225 S_Common string
226 S_Different string `android:"arch_variant"`
227 A_Common []string
228 A_Different []string `android:"arch_variant"`
229 F_Common *bool
230 F_Different *bool `android:"arch_variant"`
231 EmbeddedPropertiesStruct
234 func (p *testPropertiesStruct) optimizableProperties() interface{} {
238 func (p *testPropertiesStruct) String() string {