Home
last modified time | relevance | path

Searched refs:filterArchStruct (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Darch_test.go243 out, filtered := proptools.FilterPropertyStruct(reflect.TypeOf(test.in), filterArchStruct)
Darch.go971 …ropShards, _ := proptools.FilterPropertyStructSharded(props, maxArchTypeNameSize, filterArchStruct)
1063 func filterArchStruct(field reflect.StructField, prefix string) (bool, reflect.StructField) { func