Lines Matching refs:other
79 TestNode (const TestNode& other);
80 TestNode& operator= (const TestNode& other);
146 TestHierarchyBuilder (const TestHierarchyBuilder& other);
147 TestHierarchyBuilder& operator= (const TestHierarchyBuilder& other);
187 bool operator!= (const ConstTestNodeIterator& other) const;
200 bool operator!= (const GroupState& other) const
202 return group != other.group || childNdx != other.childNdx;
205 bool operator== (const GroupState& other) const
207 return group == other.group && childNdx == other.childNdx;