HomeSort by relevance Sort by last modified time
    Searched defs:btHashString (Results 1 - 2 of 2) 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);
  /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

Completed in 184 milliseconds