Searched refs:clazz (Results 1 – 4 of 4) sorted by relevance
72 var clazz: ClassItem? = when (member) { in test() variable78 if (clazz != null) { in test()79 var pkg: PackageItem? = clazz.containingPackage() in test()87 while (clazz != null) { in test()88 visible = visible and (clazz.isPublic || clazz.isProtected) in test()89 hasShowAnnotation = hasShowAnnotation or (ignoreShown || clazz.hasShowAnnotation()) in test()90 hidden = hidden or clazz.hidden in test()91 docOnly = docOnly or clazz.docOnly in test()92 removed = removed or clazz.removed in test()93 clazz = clazz.containingClass() in test()
135 public <T> void seed(Class<T> clazz, T value) { in seed() argument136 seed(Key.get(clazz), value); in seed()
167 Class<?> clazz = Class.forName(mCompressionStrategy); in getCompressionStrategy() local168 return clazz.asSubclass(ICompressionStrategy.class).newInstance(); in getCompressionStrategy()
META-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...