Searched defs:childB (Results 1 – 9 of 9) sorted by relevance
16 CsmChild childB = (CsmChild) b; in matching() local30 CsmToken childB = (CsmToken)b; in matching() local56 CsmChild childB = (CsmChild) b; in replacement() local66 CsmToken childB = (CsmToken)b; in replacement() local
41 val childB = parent.childBBuilder().build() in subcomponentAddedInParent_onlyUsedInSibling() constant
44 ChildB childB = parent.childBBuilder().build(); in subcomponentAddedInParent_onlyUsedInSibling() local
43 ChildB childB = parent.childBBuilder().build(); in subcomponentAddedInParent_onlyUsedInSibling() local
233 const childB = new TrackNode(); constant253 const childB = new TrackNode(); constant
39 void injectB(GenericChild<B> childB); in injectB()
106 GenericChild<B> childB = new GenericChild<B>(); in membersInjections() local
99 val childB = GenericChild<B>() in membersInjections() constant
327 TypeElement childB = elements.getTypeElement(ChildB.class.getCanonicalName()); in testNonObjectSuperclass() local