Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone.go180 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { func
229 newValue := CloneEmptyProperties(srcFieldValue.Elem())
Dclone_test.go502 got := CloneEmptyProperties(reflect.ValueOf(testCase.in).Elem()).Interface()
/build/blueprint/
Dunpack_test.go575 output = append(output, proptools.CloneEmptyProperties(reflect.ValueOf(p)).Interface())