OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caster
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.cpp
77
btDefaultVehicleRaycaster*
caster
= new btDefaultVehicleRaycaster(space->getDynamicsWorld());
local
78
return reinterpret_cast<jlong>(
caster
);
96
btVehicleRaycaster*
caster
= reinterpret_cast<btDefaultVehicleRaycaster*>(casterId);
local
97
if (
caster
== NULL) {
103
btRaycastVehicle* vehicle = new btRaycastVehicle(tuning, body,
caster
);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
457
union { void const* ap_pvoid; internal_type const* as_ptype; }
caster
= { m_storage.address() };
local
458
return
caster
.as_ptype;
462
union { void* ap_pvoid; internal_type* as_ptype; }
caster
= { m_storage.address() };
local
463
return
caster
.as_ptype;
Completed in 604 milliseconds