| 684 | return __hxcpp_align_get_float64((unsigned char *)inBuffer->GetBase(), addr); |
| 685 | } |
| 686 | inline float __hxcpp_memory_get_float(Array<unsigned char> inBuffer ,int addr) { |
| 687 | return __hxcpp_align_get_float32((unsigned char *)inBuffer->GetBase(), addr); |
| 688 | } |
| 689 | inline int __hxcpp_memory_get_i16(Array<unsigned char> inBuffer ,int addr) { return *(short *)(inBuffer->GetBase()+addr); } |
| 690 | inline int __hxcpp_memory_get_i32(Array<unsigned char> inBuffer ,int addr) { return *(int *)(inBuffer->GetBase()+addr); } |
| 691 | inline int __hxcpp_memory_get_ui16(Array<unsigned char> inBuffer ,int addr) { return *(unsigned short *)(inBuffer->GetBase()+addr); } |
nothing calls this directly
no test coverage detected