Searched defs:ExtendPropertyFilterFunc (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/proptools/ |
D | extend.go | 36 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { 54 func PrependProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { 75 filter ExtendPropertyFilterFunc) error { 96 filter ExtendPropertyFilterFunc) error { 118 func ExtendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc, 144 filter ExtendPropertyFilterFunc, order ExtendPropertyOrderFunc) error { 156 type ExtendPropertyFilterFunc func(property string, type 198 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc, 223 func extendMatchingProperties(dst []interface{}, src interface{}, filter ExtendPropertyFilterFunc, 247 prefix string, filter ExtendPropertyFilterFunc, sameTypes bool,
|