Searched refs:byte_ptr (Results 1 – 2 of 2) sorted by relevance
216 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); in ntoh() local220 retval |= byte_ptr[i]; in ntoh()232 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); in hton() local234 byte_ptr[i - 1] = t & 0xFF; in hton()
866 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); in ReceivedBytes() local867 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length); in ReceivedBytes()