Lines Matching defs:other
80 RBBINode::RBBINode(const RBBINode &other) : UMemory(other) {
84 fType = other.fType;
88 fInputSet = other.fInputSet;
89 fPrecedence = other.fPrecedence;
90 fText = other.fText;
91 fFirstPos = other.fFirstPos;
92 fLastPos = other.fLastPos;
93 fNullable = other.fNullable;
94 fVal = other.fVal;
96 fChainIn = other.fChainIn;
355 // Unconditionally dump children of all other node types.