Searched refs:UIntWrite (Results 1 – 1 of 1) sorted by relevance
72 template <typename T> struct UIntWrite { struct73 UIntWrite() = default;74 UIntWrite(ExecutorAddr Addr, T Value) : Addr(Addr), Value(Value) {} in UIntWrite() argument81 using UInt8Write = UIntWrite<uint8_t>; argument84 using UInt16Write = UIntWrite<uint16_t>;87 using UInt32Write = UIntWrite<uint32_t>;90 using UInt64Write = UIntWrite<uint64_t>;279 tpctypes::UIntWrite<T>> {281 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()285 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()[all …]