PX_SERIALIZATION
| 281 | |
| 282 | // PX_SERIALIZATION |
| 283 | PX_FORCE_INLINE PxU32 getWordCount() const { return mWordCount & ~PX_SIGN_BITMASK; } |
| 284 | |
| 285 | // We need one bit to mark arrays that have been deserialized from a user-provided memory block. |
| 286 | PX_FORCE_INLINE PxU32 isInUserMemory() const { return mWordCount & PX_SIGN_BITMASK; } |
no outgoing calls
no test coverage detected