Home
last modified time | relevance | path

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

/aosp12/build/blueprint/proptools/
H A Dproptools.go117 func isStruct(t reflect.Type) bool { func
130 return isSlice(t) && isStruct(t.Elem())
H A Dfilter.go53 if isStruct(field.Type) || isStructPtr(field.Type) {
89 if ptrToStruct || isStruct(field.Type) {
H A Dtag.go59 if isStruct(ft) || isStructPtr(ft) || isSliceOfStruct(ft) {
H A Dunpack.go258 if field.Anonymous && isStruct(fieldValue.Type()) {
282 if isStruct(fieldValue.Type()) {
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1491 slangAssert(RD->isStruct()); in Create()