Searched defs:bytesAsInt (Results 1 – 3 of 3) sorted by relevance
112 int32_t *const bytesAsInt = reinterpret_cast<int32_t *>(&bytes.front()); in getBytes() local148 int32_t *const bytesAsInt = reinterpret_cast<int32_t *>(&bytes.front()); in getBytes() local
206 private void assertInvalid(int... bytesAsInt) throws Exception { in assertInvalid()