Searched refs:isSubTypeOf (Results 1 – 9 of 9) sorted by relevance
299 assert not self.c1.isSubTypeOf(self.c2), 'isSubTypeOf failed'303 assert self.c2.isSubTypeOf(self.c1), 'isSubTypeOf failed'324 assert not self.c1.isSubTypeOf(self.c2), 'isSubTypeOf failed'328 assert self.c2.isSubTypeOf(self.c1), 'isSubTypeOf failed'
20 import static net.bytebuddy.matcher.ElementMatchers.isSubTypeOf;56 return agentBuilder.type(isSubTypeOf(Thread.class)).transform(new Transformer()); in instrument()
21 import static net.bytebuddy.matcher.ElementMatchers.isSubTypeOf;80 return isSubTypeOf(Executor.class) in createMatcher()
39 *.isSuperTypeOf()* and *.isSubTypeOf()* methods. Internally, the *.tagSet*45 assert Counter64().isSubTypeOf(Integer()) == True
META-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer. ...
92 def isSubTypeOf(self, otherConstraint): member in AbstractConstraint
568 - Constraints derivation verification (isSuperTypeOf()/isSubTypeOf()) fixed.
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...