Lines Matching refs:byte
15 using byte = uint8_t;27 inline T& Memory(byte* addr) {51 const byte* src = reinterpret_cast<const byte*>(p);52 byte* dst = reinterpret_cast<byte*>(&ret);65 byte* src = reinterpret_cast<byte*>(&value);66 byte* dst = reinterpret_cast<byte*>(p);