Convenient method to get pointer to int32_t.
| 25 | |
| 26 | // Convenient method to get pointer to int32_t. |
| 27 | const int32_t* GetIntPtr(const char* ptr) { |
| 28 | return reinterpret_cast<const int32_t*>(ptr); |
| 29 | } |
| 30 | |
| 31 | } // namespace |
| 32 |
no outgoing calls
no test coverage detected