| 262 | HXCPP_EXTERN_CLASS_ATTRIBUTES Float __object_hash_get_float(Dynamic inHash,Dynamic inKey); |
| 263 | HXCPP_EXTERN_CLASS_ATTRIBUTES cpp::Int64 __object_hash_get_int64(Dynamic inHash,Dynamic inKey); |
| 264 | inline bool __object_hash_get_bool(Dynamic inHash,Dynamic inKey) { return __object_hash_get_int(inHash,inKey); } |
| 265 | |
| 266 | // --- Date -------------------------------------------------------------------------- |
| 267 |
nothing calls this directly
no test coverage detected