Home
last modified time | relevance | path

Searched defs:other (Results 1 – 13 of 13) sorted by relevance

/thrift-3.4.0/lib/rb/lib/thrift/
Dstruct.rb116 def ==(other) argument
125 def eql?(other) argument
140 def differences(other) argument
175 def <=>(other) argument
Dunion.rb89 def ==(other) argument
139 def <=>(other) argument
/thrift-3.4.0/test/rb/
Dtest_helper.rb28 def ==(other) argument
/thrift-3.4.0/lib/py/src/protocol/
DTBase.py30 def __eq__(self, other): argument
40 def __ne__(self, other): argument
/thrift-3.4.0/lib/javame/src/org/apache/thrift/
DTBase.java44 public int compareTo(Object other); in compareTo()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DOption.java52 public T or(T other) { in or()
DTUnion.java60 protected TUnion(TUnion<T, F> other) { in TUnion()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/
DThriftField.java102 ThriftField other = (ThriftField) o; in equals() local
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dbase.d415 override bool opEquals(Object other) const { in opEquals()
432 bool opEquals(ref const This other) const { in opEquals()
/thrift-3.4.0/lib/py/src/ext/
Dtypes.h104 void swap(ScopedPyObject& other) throw() { in swap()
/thrift-3.4.0/test/rb/fixtures/
Dstructs.rb198 def ==(other) argument
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp568 Ptr( Ptr const& other ) : m_p( other.m_p ){ in Ptr() function in Catch::Ptr
586 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::CompositeGenerator
2565 CompositeGenerator& then( CompositeGenerator& other ) { in then()
2579 void move( CompositeGenerator& other ) { in move()
2772 Approx( Approx const& other ) in Approx() function in Catch::Detail::Approx
4478 …BoundArgFunction( BoundArgFunction const& other ) : functionObj( other.functionObj ? other.functio… in BoundArgFunction() function in Clara::Detail::BoundArgFunction
4479 BoundArgFunction& operator = ( BoundArgFunction const& other ) { in operator =()
4830 OptBuilder( OptBuilder& other ) : ArgBuilder( other ) {} in OptBuilder() function in Clara::CommandLine::OptBuilder
[all …]
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_cpp_generator.cc951 std::string maybeMove(std::string const& other, bool move) { in maybeMove()