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 { 100 type ExtendPropertyFilterFunc func(property string, type 120 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc, 141 func extendMatchingProperties(dst []interface{}, src interface{}, filter ExtendPropertyFilterFunc, 162 prefix string, filter ExtendPropertyFilterFunc, sameTypes, prepend bool) error {
|