Searched refs:getType (Results 1 – 2 of 2) sorted by relevance
213 typ, innerProps, err := getType(f.Type)231 func getType(expr ast.Expr) (typ string, innerProps []Property, err error) { func241 elt, innerProps, err = getType(a.Elt)
209 if (Category.class.isAssignableFrom(field.getType())) { in initLocked()