Searched refs:UInt64Write (Results 1 – 6 of 6) sorted by relevance
63 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,90 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()285 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
248 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()
46 using UInt64Write = UIntWrite<uint64_t>; variable
155 template <> class SerializationTypeName<tpctypes::UInt64Write> {192 std::is_same<WriteT, tpctypes::UInt64Write>::value>> {352 Error(std::vector<tpctypes::UInt64Write>)> {428 handleWriteUInt<tpctypes::UInt64Write>); in OrcRPCTPCServer()
171 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()220 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr); in updatePointer()
145 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64s()