Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone.go217 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { func
265 newValue := CloneEmptyProperties(srcFieldValue)
Dclone_test.go546 got := CloneEmptyProperties(reflect.ValueOf(testCase.in)).Interface()
Dunpack_test.go1008 output = append(output, CloneEmptyProperties(reflect.ValueOf(p)).Interface())
1273 output = append(output, CloneEmptyProperties(reflect.ValueOf(p)).Interface())
/build/soong/android/
Dhooks.go123 proptools.CloneEmptyProperties(reflect.ValueOf(src)).Interface(),
Ddefaults.go244 proptools.CloneEmptyProperties(reflect.ValueOf(defaultsProp)).Interface(),
Dsoong_config_modules.go557 conditionalProps := proptools.CloneEmptyProperties(conditionalFactoryProps)