Searched defs:other (Results 1 – 13 of 13) sorted by relevance
116 def ==(other) argument125 def eql?(other) argument140 def differences(other) argument175 def <=>(other) argument
89 def ==(other) argument139 def <=>(other) argument
28 def ==(other) argument
30 def __eq__(self, other): argument40 def __ne__(self, other): argument
44 public int compareTo(Object other); in compareTo()
52 public T or(T other) { in or()
60 protected TUnion(TUnion<T, F> other) { in TUnion()
102 ThriftField other = (ThriftField) o; in equals() local
415 override bool opEquals(Object other) const { in opEquals()432 bool opEquals(ref const This other) const { in opEquals()
104 void swap(ScopedPyObject& other) throw() { in swap()
198 def ==(other) argument
568 Ptr( Ptr const& other ) : m_p( other.m_p ){ in Ptr() function in Catch::Ptr586 Ptr& operator = ( Ptr const& other ){ in operator =()591 void swap( Ptr& other ) { std::swap( m_p, other.m_p ); } in swap()2526 CompositeGenerator( CompositeGenerator& other ) in CompositeGenerator() function in Catch::CompositeGenerator2565 CompositeGenerator& then( CompositeGenerator& other ) { in then()2579 void move( CompositeGenerator& other ) { in move()2772 Approx( Approx const& other ) in Approx() function in Catch::Detail::Approx4478 …BoundArgFunction( BoundArgFunction const& other ) : functionObj( other.functionObj ? other.functio… in BoundArgFunction() function in Clara::Detail::BoundArgFunction4479 BoundArgFunction& operator = ( BoundArgFunction const& other ) { in operator =()4830 OptBuilder( OptBuilder& other ) : ArgBuilder( other ) {} in OptBuilder() function in Clara::CommandLine::OptBuilder[all …]
951 std::string maybeMove(std::string const& other, bool move) { in maybeMove()