Home
last modified time | relevance | path

Searched refs:m_baseName (Results 51 – 59 of 59) sorted by relevance

123

/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Featherstone/
H A DbtMultiBody.cpp100 m_baseName(0), in btMultiBody()
2248 char *name = (char *)serializer->findNameForPointer(m_baseName); in serialize()
2249 mbd->m_baseName = (char *)serializer->getUniquePointer(name); in serialize()
2250 if (mbd->m_baseName) in serialize()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Featherstone/
H A DbtMultiBody.cpp100 m_baseName(0), in btMultiBody()
2248 char *name = (char *)serializer->findNameForPointer(m_baseName); in serialize()
2249 mbd->m_baseName = (char *)serializer->getUniquePointer(name); in serialize()
2250 if (mbd->m_baseName) in serialize()
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DAST.h612 ASTNode(_id, _location), m_baseName(std::move(_baseName)), m_arguments(std::move(_arguments)) in InheritanceSpecifier()
614 solAssert(m_baseName != nullptr, "Name cannot be null."); in InheritanceSpecifier()
620 IdentifierPath const& name() const { return *m_baseName; } in name()
627 ASTPointer<IdentifierPath> m_baseName;
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/Featherstone/
H A DbtMultiBody.cpp100 m_baseName(0), in btMultiBody()
2301 char *name = (char *)serializer->findNameForPointer(m_baseName); in serialize()
2302 mbd->m_baseName = (char *)serializer->getUniquePointer(name); in serialize()
2303 if (mbd->m_baseName) in serialize()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/Featherstone/
H A DbtMultiBody.cpp100 m_baseName(0), in btMultiBody()
2301 char *name = (char *)serializer->findNameForPointer(m_baseName); in serialize()
2302 mbd->m_baseName = (char *)serializer->getUniquePointer(name); in serialize()
2303 if (mbd->m_baseName) in serialize()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp2151 mbd->m_baseName = (char *)ser.getUniquePointer(name); in processLoadURDFCommand()
2152 if (mbd->m_baseName) in processLoadURDFCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp2151 mbd->m_baseName = (char *)ser.getUniquePointer(name); in processLoadURDFCommand()
2152 if (mbd->m_baseName) in processLoadURDFCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/unity3d/autogen/
H A DNativeMethods.cs580 public string m_baseName; field
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/
H A Dpybullet.c4382 PyTuple_SetItem(pyListJointInfo, 0, PyString_FromString(info.m_baseName)); in pybullet_getBodyInfo()

123