OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btHashPtr
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btHashPtr.java
17
public class
btHashPtr
extends BulletBase {
20
protected
btHashPtr
(final String className, long cPtr, boolean cMemoryOwn) {
25
/** Construct a new
btHashPtr
, normally you should not need this constructor it's intended for low-level usage. */
26
public
btHashPtr
(long cPtr, boolean cMemoryOwn) {
27
this("
btHashPtr
", cPtr, cMemoryOwn);
38
public static long getCPtr(
btHashPtr
obj) {
60
public
btHashPtr
(long ptr) {
68
public boolean equals(
btHashPtr
other) {
69
return LinearMathJNI.btHashPtr_equals(swigCPtr, this,
btHashPtr
.getCPtr(other), other);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btHashMap.h
112
class
btHashPtr
123
btHashPtr
(const void* ptr)
133
bool equals(const
btHashPtr
& other) const
Completed in 622 milliseconds