Searched refs:isSubTypeOf (Results 1 – 6 of 6) sorted by relevance
361 assert not self.c1.isSubTypeOf(self.c2), 'isSubTypeOf failed'365 assert self.c2.isSubTypeOf(self.c1), 'isSubTypeOf failed'386 assert not self.c1.isSubTypeOf(self.c2), 'isSubTypeOf failed'390 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
93 def isSubTypeOf(self, otherConstraint): member in AbstractConstraint
649 - Constraints derivation verification (isSuperTypeOf()/isSubTypeOf()) fixed.