OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upcast
(Results
26 - 50
of
122
) sorted by null
1
2
3
4
5
/external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java
143
* result must never be
upcast
back to ImmutableMapEntry[] (or Object[], etc.), or
TreeRangeMap.java
234
@SuppressWarnings("unchecked") // it's safe to
upcast
iterators
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
btKinematicCharacterController.h
44
btConvexShape* m_convexShape;//is also in m_ghostObject, but it needs to be convex, so we store it here to avoid
upcast
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btContactConstraint.cpp
82
btRigidBody* body2 = btRigidBody::
upcast
(colObj2);
btSequentialImpulseConstraintSolver.cpp
465
btRigidBody* rb = collisionObject? btRigidBody::
upcast
(collisionObject) : 0;
[
all
...]
/external/skia/src/pathops/
SkPathOpsSimplify.cpp
82
SkDebugf(" windSum=%d", last->
upCast
()->windSum());
SkPathOpsWinding.cpp
199
} while (!next->final() && (span = next->
upCast
()));
375
} while (!next->final() && (span = next->
upCast
()));
SkOpSpan.cpp
141
span->
upCast
()->detach(kept);
SkOpAngle.cpp
303
} while (!oSpan->final() && (oSpan = oSpan->
upCast
()->next()));
305
? checkEnd->
upCast
()->next() : nullptr
310
: checkEnd ? checkEnd->
upCast
()->next() : fEnd->segment()->tail();
[
all
...]
/external/skia/tests/
PathOpsAngleTest.cpp
483
startSpan = startSpan->
upCast
()->next();
487
endSpan = endSpan->
upCast
()->next();
491
startSpan->
upCast
()->setToAngle(angle);
494
endSpan->
upCast
()->setToAngle(angle);
PathOpsDebug.cpp
1012
this->
upCast
()->dumpSpan();
1017
} else if (this->final() || !this->
upCast
()->isCoincident()) {
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h
62
// When you
upcast
(that is, cast a pointer from type Foo to type
/external/clang/test/SemaCXX/
cstyle-cast.cpp
156
// Member pointer
upcast
.
static-cast.cpp
132
// Member pointer
upcast
.
functional-cast.cpp
217
// Member pointer
upcast
.
warn-reinterpret-base-class.cpp
65
// Base class outside
upcast
base-chain is malformed.
82
// Virtual base class outside
upcast
base-chain is malformed.
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h
386
m_rigid = (btRigidBody*)btRigidBody::
upcast
(m_collisionObject);
933
static const btSoftBody*
upcast
(const btCollisionObject* colObj)
function in class:btSoftBody
939
static btSoftBody*
upcast
(btCollisionObject* colObj)
function in class:btSoftBody
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp
270
btRigidBody* body = btRigidBody::
upcast
(colObj);
384
btRigidBody* body = btRigidBody::
upcast
(colObj);
549
btRigidBody* body = btRigidBody::
upcast
(collisionObject);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btOptimizedBvh.cpp
389
//we don't add additional data so just do a static
upcast
/external/skia/src/utils/
SkCanvasStateUtils.cpp
350
//
Upcast
to the correct version of SkCanvasState. This avoids having a virtual destructor on
/external/libchrome/base/memory/
scoped_ptr_unittest.cc
643
//
Upcast
with move works.
647
//
Upcast
with an rvalue works.
weak_ptr_unittest.cc
243
TEST(WeakPtrFactoryTest,
UpCast
) {
/external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc
644
//
Upcast
with move works.
648
//
Upcast
with an rvalue works.
/external/compiler-rt/lib/ubsan/
ubsan_handlers.cc
41
"
upcast
of", "cast to virtual base of"};
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btRaycastVehicle.cpp
760
const btRigidBody* body = btRigidBody::
upcast
(rayCallback.m_collisionObject);
Completed in 1526 milliseconds
1
2
3
4
5