Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dproptools.go117 func isStruct(t reflect.Type) bool { func
130 return isSlice(t) && isStruct(t.Elem())
Dfilter.go53 if isStruct(field.Type) || isStructPtr(field.Type) {
89 if ptrToStruct || isStruct(field.Type) {
Dtag.go59 if isStruct(ft) || isStructPtr(ft) || isSliceOfStruct(ft) {
Dunpack.go258 if field.Anonymous && isStruct(fieldValue.Type()) {
282 if isStruct(fieldValue.Type()) {