Lines Matching defs:interface
36 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error {
54 func PrependProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error {
74 func AppendMatchingProperties(dst []interface{}, src interface{},
95 func PrependMatchingProperties(dst []interface{}, src interface{},
118 func ExtendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc,
143 func ExtendMatchingProperties(dst []interface{}, src interface{},
166 dstValue, srcValue interface{}) (Order, error) {
172 dstValue, srcValue interface{}) (Order, error) {
178 dstValue, srcValue interface{}) (Order, error) {
191 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError {
198 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc,
223 func extendMatchingProperties(dst []interface{}, src interface{}, filter ExtendPropertyFilterFunc,
491 func getOrCreateStruct(in interface{}) (reflect.Value, error) {
502 func getStruct(in interface{}) (reflect.Value, error) {