Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone.go201 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { func
249 newValue := CloneEmptyProperties(srcFieldValue)
Dunpack_test.go754 output = append(output, CloneEmptyProperties(reflect.ValueOf(p)).Interface())
988 output = append(output, CloneEmptyProperties(reflect.ValueOf(p)).Interface())
Dclone_test.go502 got := CloneEmptyProperties(reflect.ValueOf(testCase.in)).Interface()
/build/soong/android/
Dhooks.go106 proptools.CloneEmptyProperties(reflect.ValueOf(src)).Interface(),
Ddefaults.go247 proptools.CloneEmptyProperties(reflect.ValueOf(defaultsProp)).Interface(),
Dsoong_config_modules.go423 conditionalProps := proptools.CloneEmptyProperties(conditionalFactoryProps)