Home
last modified time | relevance | path

Searched refs:copyProperties (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/proptools/
Dclone.go31 copyProperties(result.Elem(), structValue.Elem())
45 copyProperties(dstValue.Elem(), srcValue.Elem())
48 func copyProperties(dstValue, srcValue reflect.Value) { func
69 copyProperties(dstFieldValue, srcFieldValue)
115 copyProperties(dstFieldValue.Elem(), srcFieldValue.Elem())