Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone.go22 func CloneProperties(structValue reflect.Value) reflect.Value { func
108 newValue := CloneProperties(srcFieldValue)
Dclone_test.go251 got := CloneProperties(reflect.ValueOf(testCase.in).Elem()).Interface()
469 got := CloneProperties(reflect.ValueOf(testCase.in).Elem()).Interface()
/build/blueprint/
Dunpack_test.go376 properties := proptools.CloneProperties(reflect.ValueOf(testCase.output))