Searched defs:ExtendPropertyFilterFunc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/blueprint/proptools/ |
H A D | extend.go | 39 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { 58 func PrependProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { 79 filter ExtendPropertyFilterFunc) error { 100 filter ExtendPropertyFilterFunc) error { 123 func ExtendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc, 150 filter ExtendPropertyFilterFunc, order ExtendPropertyOrderFunc) error { 171 type ExtendPropertyFilterFunc func(dstField, srcField reflect.StructField) (bool, error) type 203 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc, 228 func extendMatchingProperties(dst []interface{}, src interface{}, filter ExtendPropertyFilterFunc, 252 prefix []string, filter ExtendPropertyFilterFunc, sameTypes bool,
|