OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btHashString
(Results
1 - 12
of
12
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btHashString.java
17
public class
btHashString
extends BulletBase {
20
protected
btHashString
(final String className, long cPtr, boolean cMemoryOwn) {
25
/** Construct a new
btHashString
, normally you should not need this constructor it's intended for low-level usage. */
26
public
btHashString
(long cPtr, boolean cMemoryOwn) {
27
this("
btHashString
", cPtr, cMemoryOwn);
38
public static long getCPtr(
btHashString
obj) {
76
public
btHashString
(String name) {
84
public boolean equals(
btHashString
other) {
85
return LinearMathJNI.btHashString_equals(swigCPtr, this,
btHashString
.getCPtr(other), other);
LinearMathJNI.java
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxCommon.i
13
%ignore
btHashString
::getHash;
/external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
linearmath.i
14
%ignore
btHashString
::getHash;
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bDNA.h
99
btHashMap<
btHashString
,int> mTypeLookup;
bDNA.cpp
97
btHashString
key(type);
518
mTypeLookup.insert(
btHashString
(mTypes[strc[0]]),i);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h
82
btHashMap<
btHashString
,btCollisionShape*> m_nameShapeMap;
83
btHashMap<
btHashString
,btCollisionObject*> m_nameColObjMap;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btHashMap.h
23
struct
btHashString
33
btHashString
(const char* name)
66
bool equals(const
btHashString
& other) const
btSerializer.h
176
btHashMap<
btHashString
,int> mTypeLookup;
224
btHashString
key(type);
384
mTypeLookup.insert(
btHashString
(mTypes[strc[0]]),i);
711
btHashMap<
btHashString
,const void*> m_names2Ptr;
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h
91
btHashMap<
btHashString
,btCollisionShape*> m_nameShapeMap;
92
btHashMap<
btHashString
,btRigidBody*> m_nameBodyMap;
93
btHashMap<
btHashString
,btTypedConstraint*> m_nameConstraintMap;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
classes.i
34
SPECIFY_CLASS(
btHashString
, com.badlogic.gdx.physics.bullet.linearmath)
linearmath_wrap.cpp
[
all
...]
Completed in 74 milliseconds