Searched refs:byte_ptr (Results 1 – 2 of 2) sorted by relevance
193 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); in ntoh() local197 retval |= byte_ptr[i]; in ntoh()209 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); in hton() local211 byte_ptr[i - 1] = t & 0xFF; in hton()
738 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); in ReceivedBytes() local739 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length); in ReceivedBytes()