Home
last modified time | relevance | path

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

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