Searched refs:UInt32Write (Results 1 – 6 of 6) sorted by relevance
60 virtual void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,83 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()282 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
243 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()
43 using UInt32Write = UIntWrite<uint32_t>; variable
150 template <> class SerializationTypeName<tpctypes::UInt32Write> {191 std::is_same<WriteT, tpctypes::UInt32Write>::value ||345 Error(std::vector<tpctypes::UInt32Write>)> {426 handleWriteUInt<tpctypes::UInt32Write>); in OrcRPCTPCServer()
163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()216 tpctypes::UInt32Write PUpdate(PtrAddr, NewAddr); in updatePointer()
138 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32s()