Searched refs:UIntWrite (Results 1 – 1 of 1) sorted by relevance
56 template <typename T> struct UIntWrite { struct57 UIntWrite() = default;58 UIntWrite(ExecutorAddr Addr, T Value) : Addr(Addr), Value(Value) {} in UIntWrite() argument65 using UInt8Write = UIntWrite<uint8_t>; argument68 using UInt16Write = UIntWrite<uint16_t>;71 using UInt32Write = UIntWrite<uint32_t>;74 using UInt64Write = UIntWrite<uint64_t>;250 tpctypes::UIntWrite<T>> {252 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()256 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()[all …]