Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone_test.go280 got := CloneProperties(reflect.ValueOf(testCase.in).Elem()).Interface()
517 got := CloneProperties(reflect.ValueOf(testCase.in).Elem()).Interface()
Dclone.go23 func CloneProperties(structValue reflect.Value) reflect.Value { func
105 newValue := CloneProperties(srcFieldValue)