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 { 155 type ExtendPropertyFilterFunc func(property string, type 191 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc, 216 func extendMatchingProperties(dst []interface{}, src interface{}, filter ExtendPropertyFilterFunc, 240 prefix string, filter ExtendPropertyFilterFunc, sameTypes bool,
|