Home
last modified time | relevance | path

Searched refs:m_obsoleteProxy (Results 1 – 15 of 15) sorted by relevance

/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/BroadPhaseCollision/
H A Db3OverlappingPairCache.cpp89 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
93 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
98 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
99 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
537 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
541 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
546 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
547 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/BroadPhaseCollision/
H A Db3OverlappingPairCache.cpp89 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
93 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
98 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
99 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
537 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
541 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
546 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
547 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/BroadPhaseCollision/
H A Db3OverlappingPairCache.cpp89 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
93 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
98 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
99 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
537 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
541 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
546 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
547 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/BroadPhaseCollision/
H A Db3OverlappingPairCache.cpp89 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
93 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
98 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
99 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
537 int m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
541 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
546 return ((pair.x == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
547 (pair.y == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp111 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
115 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
120 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
121 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
609 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
613 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
618 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
619 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp111 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
115 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
120 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
121 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
609 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
613 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
618 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
619 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp110 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
114 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
119 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
120 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
608 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
612 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
617 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
618 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp111 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
115 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
120 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
121 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
609 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
613 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
618 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
619 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp111 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
115 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
120 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
121 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
609 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
613 :m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
618 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
619 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp83 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
87 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
92 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
93 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
589 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
593 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
598 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
599 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp83 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
87 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
92 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
93 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
589 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
593 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
598 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
599 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp83 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
87 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
92 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
93 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
589 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
593 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
598 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
599 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp83 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
87 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
92 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
93 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
589 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
593 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
598 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
599 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp83 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
87 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
92 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
93 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
589 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
593 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
598 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
599 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.cpp83 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btHashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
87 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
92 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
93 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()
589 btBroadphaseProxy* m_obsoleteProxy; in removeOverlappingPairsContainingProxy() member in btSortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback
593 : m_obsoleteProxy(obsoleteProxy) in removeOverlappingPairsContainingProxy()
598 return ((pair.m_pProxy0 == m_obsoleteProxy) || in removeOverlappingPairsContainingProxy()
599 (pair.m_pProxy1 == m_obsoleteProxy)); in removeOverlappingPairsContainingProxy()