Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dclone.go184 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { func
234 newValue := CloneEmptyProperties(srcFieldValue.Elem())
Dclone_test.go454 got := CloneEmptyProperties(reflect.ValueOf(testCase.in).Elem()).Interface()
/build/soong/common/
Darch.go572 newValue := proptools.CloneEmptyProperties(propertiesValue)