Home
last modified time | relevance | path

Searched refs:propertyStruct (Results 1 – 3 of 3) sorted by relevance

/build/soong/sdk/
Dbp_test.go37 type propertyStruct struct { struct
49 str := &propertyStruct{}
133 str := propertyStructFixture().(*propertyStruct)
/build/soong/android/
Dneverallow.go611 for _, propertyStruct := range properties {
612 propertiesValue := reflect.ValueOf(propertyStruct).Elem()
Darch.go1915 for _, propertyStruct := range propertyStructs {
1916 mergePropertyStruct(ctx, value, propertyStruct)