Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone_test.go280 got := CloneProperties(reflect.ValueOf(testCase.in)).Interface()
517 got := CloneProperties(reflect.ValueOf(testCase.in)).Interface()
Dclone.go26 func CloneProperties(structValue reflect.Value) reflect.Value { func
118 newValue := CloneProperties(srcFieldValue)
Dunpack_test.go760 output = append(output, CloneProperties(reflect.ValueOf(p)).Interface())
/build/soong/android/
Dvariable_test.go148 clonedProps := proptools.CloneProperties(reflect.ValueOf(props)).Interface()