Searched refs:Obj2 (Results 1 – 8 of 8) sorted by relevance
18 MyClass * Obj1, *Obj2; field39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;51 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
61 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj263 return [[ANTLRMapElement alloc] initWithObj1:anObj1 Obj2:anObj2];107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode
346 …MapNode = [ANTLRMapElement newANTLRMapElementWithObj1:[NSNumber numberWithInteger:anID] Obj2:node];
847 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local850 Obj2->getBaseType())) in IsStructurallyEquivalent()852 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()857 Obj2->getProtocol(I))) in IsStructurallyEquivalent()