Searched refs:CloneProperties (Results 1 – 4 of 4) sorted by relevance
280 got := CloneProperties(reflect.ValueOf(testCase.in)).Interface()517 got := CloneProperties(reflect.ValueOf(testCase.in)).Interface()
26 func CloneProperties(structValue reflect.Value) reflect.Value { func118 newValue := CloneProperties(srcFieldValue)
760 output = append(output, CloneProperties(reflect.ValueOf(p)).Interface())
148 clonedProps := proptools.CloneProperties(reflect.ValueOf(props)).Interface()