Searched refs:UIntWrite (Results 1 – 1 of 1) sorted by relevance
96 template <typename T> struct UIntWrite { struct97 UIntWrite() = default;98 UIntWrite(ExecutorAddr Addr, T Value) : Addr(Addr), Value(Value) {} in UIntWrite() function105 using UInt8Write = UIntWrite<uint8_t>; argument108 using UInt16Write = UIntWrite<uint16_t>;111 using UInt32Write = UIntWrite<uint32_t>;114 using UInt64Write = UIntWrite<uint64_t>;269 tpctypes::UIntWrite<T>> {271 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()275 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()[all …]