HomeSort by relevance Sort by last modified time
    Searched full:upcast (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
dynamic_cast-no-rtti.cpp 12 // An upcast can be resolved statically and can be used with -fno-rtti, iff it
14 A *upcast(B *b) { function
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btGhostObject.h 84 static const btGhostObject* upcast(const btCollisionObject* colObj) function
90 static btGhostObject* upcast(btCollisionObject* colObj) function
141 btGhostObject* ghost0 = btGhostObject::upcast(colObj0);
142 btGhostObject* ghost1 = btGhostObject::upcast(colObj1);
154 btGhostObject* ghost0 = btGhostObject::upcast(colObj0);
155 btGhostObject* ghost1 = btGhostObject::upcast(colObj1);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btSimpleDynamicsWorld.cpp 105 btRigidBody* body = btRigidBody::upcast(colObj);
120 btRigidBody* body = btRigidBody::upcast(colObj);
140 btRigidBody* body = btRigidBody::upcast(collisionObject);
191 btRigidBody* body = btRigidBody::upcast(colObj);
211 btRigidBody* body = btRigidBody::upcast(colObj);
230 btRigidBody* body = btRigidBody::upcast(colObj);
254 btRigidBody* body = btRigidBody::upcast(colObj);
btRigidBody.h 199 ///but a rigidbody is derived from btCollisionObject, so we can safely perform an upcast
200 static const btRigidBody* upcast(const btCollisionObject* colObj) function in class:btRigidBody
206 static btRigidBody* upcast(btCollisionObject* colObj) function in class:btRigidBody
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyLinkCollider.h 50 static btMultiBodyLinkCollider* upcast(btCollisionObject* colObj) function in class:btMultiBodyLinkCollider
56 static const btMultiBodyLinkCollider* upcast(const btCollisionObject* colObj) function in class:btMultiBodyLinkCollider
65 const btMultiBodyLinkCollider* other = btMultiBodyLinkCollider::upcast(co);
btMultiBodyConstraintSolver.cpp 95 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(bodies[i]);
621 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(manifold->getBody0());
622 const btMultiBodyLinkCollider* fcB = btMultiBodyLinkCollider::upcast(manifold->getBody1());
648 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(manifold->getBody0());
649 const btMultiBodyLinkCollider* fcB = btMultiBodyLinkCollider::upcast(manifold->getBody1());
686 // btRigidBody* rb0 = btRigidBody::upcast(colObj0);
687 // btRigidBody* rb1 = btRigidBody::upcast(colObj1);
    [all...]
  /external/libevent/
bufferevent_pair.c 54 upcast(struct bufferevent *bev) function
71 bevp = upcast(b);
79 struct bufferevent_pair *bevp = upcast(b);
232 struct bufferevent_pair *bev_p = upcast(bufev);
271 struct bufferevent_pair *bev_p = upcast(bev);
285 struct bufferevent_pair *bev_p = upcast(bev);
314 bev_p = upcast(bev);
bufferevent_async.c 102 upcast(struct bufferevent *bev) function
288 struct bufferevent_async *bev_async = upcast(bev);
307 struct bufferevent_async *bev_async = upcast(bev);
323 struct bufferevent_async *bev_async = upcast(buf);
351 struct bufferevent_async *bev_async = upcast(bev);
371 struct bufferevent_async *bev_async = upcast(bev);
375 EVUTIL_ASSERT(!upcast(bev)->write_in_progress &&
376 !upcast(bev)->read_in_progress);
586 struct bufferevent_async *bev_async = upcast(bev);
612 struct bufferevent_async *bev_async = upcast(bev)
    [all...]
bufferevent_filter.c 109 upcast(struct bufferevent *bev) function
217 struct bufferevent_filtered *bevf = upcast(bev);
250 struct bufferevent_filtered *bevf = upcast(bev);
265 struct bufferevent_filtered *bevf = upcast(bev);
474 struct bufferevent_filtered *bevf = upcast(bufev);
502 bevf = upcast(bev);
bufferevent_openssl.c 348 upcast(struct bufferevent *bev) function
1094 struct bufferevent_openssl *bev_ssl = upcast(bev);
1129 struct bufferevent_openssl *bev_ssl = upcast(bev);
1157 struct bufferevent_openssl *bev_ssl = upcast(bev);
1178 struct bufferevent_openssl *bev_ssl = upcast(bev);
1219 struct bufferevent_openssl *bev_ssl = upcast(bev);
    [all...]
  /external/skia/src/pathops/
SkOpCoincidence.cpp 91 SkOpSpanBase* test = start->upCast()->next();
92 SkOpSpanBase* oTest = coin->fFlipped ? oStart->prev() : oStart->upCast()->next();
132 test = test->upCast()->next();
135 oTest = coin->fFlipped ? oTest->prev() : oTest->upCast()->next();
327 if (!s1->starter(e1)->span()->upCast()->windValue()) {
330 if (!s1->starter(e1)->span()->upCast()->windValue()) {
336 if (!s2->starter(e2)->span()->upCast()->windValue()) {
339 if (!s2->starter(e2)->span()->upCast()->windValue()) {
376 SkOpSpan* start = coin->fCoinPtTStart->span()->upCast();
383 SkOpSpan* oStart = (flipped ? coin->fOppPtTEnd : coin->fOppPtTStart)->span()->upCast();
    [all...]
SkOpSpan.h 305 return result->upCast();
311 return result->upCast();
324 return result->upCast();
339 SkOpSpan* upCast() {
344 const SkOpSpan* upCast() const {
350 return final() ? nullptr : upCast();
354 return final() ? nullptr : upCast();
SkOpSegment.cpp 231 checkSpan = checkSpan->upCast()->next();
312 } while ((test = test->upCast()->next()));
379 } while ((span = span->upCast()->next()));
391 while ((span = span->upCast()->next())) {
424 SkOpSpan* span = spanBase->upCast();
638 *nextEnd = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
641 SkOpSpanBase* endNear = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
705 SkDebugf(" windSum=%d", last->upCast()->windSum());
743 *nextEnd = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
746 SkOpSpanBase* endNear = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev()
    [all...]
SkOpSegment.h 285 int result = start->t() < end->t() ? -start->upCast()->oppValue()
286 : end->upCast()->oppValue();
350 int result = start->t() < end->t() ? -start->upCast()->windValue()
351 : end->upCast()->windValue();
357 return start->t() < end->t() ? start->upCast()->toAngle() : start->fromAngle();
SkPathOpsDebug.cpp 484 checkSpan = checkSpan->upCast()->next();
505 } while ((test = test->upCast()->next()));
516 while ((span = span->upCast()->next())) {
556 span = base->upCast();
701 } while ((spanBase = spanBase->final() ? nullptr : spanBase->upCast()->next()));
743 while ((oppNext = oppNext->final() ? nullptr : oppNext->upCast()->next())) {
791 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next()));
795 } while ((test = test->final() ? nullptr : test->upCast()->next()));
801 const SkOpSpanBase* test = spanS->upCast()->next();
812 next = test->final() ? nullptr : test->upCast()->next()
    [all...]
  /external/compiler-rt/test/ubsan/TestCases/TypeCheck/
misaligned.cpp 13 // RUN: %run %t u1 2>&1 | FileCheck %s --check-prefix=CHECK-UPCAST
94 // CHECK-UPCAST: misaligned.cpp:[[@LINE+4]]{{(:17)?}}: runtime error: upcast of misaligned address [[PTR:0x[0-9a-f]*]] for type 'T', which requires 4 byte alignment
95 // CHECK-UPCAST-NEXT: [[PTR]]: note: pointer points here
96 // CHECK-UPCAST-NEXT: {{^ 00 00 00 01 02 03 04 05}}
97 // CHECK-UPCAST-NEXT: {{^ \^}}
  /external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
btRigidBody.i 100 %ignore btRigidBody::upcast(const btCollisionObject*);
101 %ignore btRigidBody::upcast(btCollisionObject*);
  /external/llvm/unittests/Support/
Casting.cpp 183 // types are statically known to be OK to upcast. This is the case when,
191 // No classof. We are testing that the upcast is inferred.
210 // This test verifies that the inferred upcast takes precedence over an
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGhostObject.java 105 public static btGhostObject upcast(btCollisionObject colObj) { method in class:btGhostObject
  /external/libweave/third_party/chromium/base/memory/
weak_ptr_unittest.cc 102 TEST(WeakPtrFactoryTest, UpCast) {
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 53 // Well-formed upcast
104 // Well-formed upcast
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftRigidDynamicsWorld.cpp 151 btSoftBody* body = btSoftBody::upcast(collisionObject);
290 btSoftBody* softBody = btSoftBody::upcast(collisionObject);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 321 rbA = btRigidBody::upcast(*colAptr);
327 rbB = btRigidBody::upcast(*colBptr);
  /art/runtime/base/
casts.h 53 // When you upcast (that is, cast a pointer from type Foo to type
  /external/ceres-solver/internal/ceres/
casts.h 71 // When you upcast (that is, cast a pointer from type Foo to type

Completed in 640 milliseconds

1 2 3 4 5