Home
last modified time | relevance | path

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

/build/soong/android/
Dpath_properties.go119 if isSliceOfStruct(v) {
143 } else if isSliceOfStruct(v) {
154 func isSliceOfStruct(v reflect.Value) bool { func
/build/blueprint/proptools/
Dtag.go59 if isStruct(ft) || isStructPtr(ft) || isSliceOfStruct(ft) {
Dproptools.go129 func isSliceOfStruct(t reflect.Type) bool { func