Searched refs:otherObject (Results 1 – 4 of 4) sorted by relevance
35 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject; in addOverlappingObjectInternal() local36 btAssert(otherObject); in addOverlappingObjectInternal()38 int index = m_overlappingObjects.findLinearSearch(otherObject); in addOverlappingObjectInternal()42 m_overlappingObjects.push_back(otherObject); in addOverlappingObjectInternal()48 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject; in removeOverlappingObjectInternal() local49 btAssert(otherObject); in removeOverlappingObjectInternal()50 int index = m_overlappingObjects.findLinearSearch(otherObject); in removeOverlappingObjectInternal()75 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject; in addOverlappingObjectInternal() local76 btAssert(otherObject); in addOverlappingObjectInternal()77 int index = m_overlappingObjects.findLinearSearch(otherObject); in addOverlappingObjectInternal()[all …]
122 public boolean equals(Object otherObject) { in equals() argument123 if ( otherObject == null ) { in equals()126 if (!otherObject.getClass().equals(this.getClass())) { in equals()129 DuplicateNameValueList other = (DuplicateNameValueList) otherObject; in equals()
143 public boolean equals(Object otherObject) { in equals() argument144 if ( otherObject == null ) { in equals()147 if (!otherObject.getClass().equals(this.getClass())) { in equals()150 NameValueList other = (NameValueList) otherObject; in equals()
77 var otherObject = Realm.eval(realmIndex, "Object"); variable85 assertTrue(proto === otherObject.prototype);90 assertTrue(proto === otherObject.prototype);