Lines Matching refs:other
172 CZString(const CZString& other);
174 CZString& operator=(CZString other);
175 bool operator<(const CZString& other) const;
176 bool operator==(const CZString& other) const;
182 void swap(CZString& other);
224 * Like other value string constructor but do not duplicate the string for
238 Value(const Value& other);
241 Value& operator=(Value other);
245 void swap(Value& other);
249 bool operator<(const Value& other) const;
250 bool operator<=(const Value& other) const;
251 bool operator>=(const Value& other) const;
252 bool operator>(const Value& other) const;
254 bool operator==(const Value& other) const;
255 bool operator!=(const Value& other) const;
257 int compare(const Value& other) const;
289 bool isConvertibleTo(ValueType other) const;
582 virtual ValueInternalMap *newMapCopy( const ValueInternalMap &other )
584 return new ValueInternalMap( other );
618 virtual ValueInternalMap* newMapCopy(const ValueInternalMap& other) = 0;
685 ValueInternalMap(const ValueInternalMap& other);
686 ValueInternalMap& operator=(ValueInternalMap other);
689 void swap(ValueInternalMap& other);
722 int compare(const ValueInternalMap& other) const;
727 static bool equals(const IteratorState& x, const IteratorState& other);
779 ValueInternalArray(const ValueInternalArray& other);
780 ValueInternalArray& operator=(ValueInternalArray other);
782 void swap(ValueInternalArray& other);
793 int compare(const ValueInternalArray& other) const;
796 static bool equals(const IteratorState& x, const IteratorState& other);
831 virtual ValueInternalArray *newArrayCopy( const ValueInternalArray &other )
833 return new ValueInternalArray( other );
881 virtual ValueInternalArray* newArrayCopy(const ValueInternalArray& other) = 0;
925 bool operator==(const SelfType& other) const { return isEqual(other); }
927 bool operator!=(const SelfType& other) const { return !isEqual(other); }
929 difference_type operator-(const SelfType& other) const {
930 return computeDistance(other);
951 difference_type computeDistance(const SelfType& other) const;
953 bool isEqual(const SelfType& other) const;
955 void copy(const SelfType& other);
997 SelfType& operator=(const ValueIteratorBase& other);
1040 ValueIterator(const ValueConstIterator& other);
1041 ValueIterator(const ValueIterator& other);
1053 SelfType& operator=(const SelfType& other);