Searched refs:UInt16Write (Results 1 – 5 of 5) sorted by relevance
111 virtual void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,131 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()468 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
49 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
85 &writeUIntsWrapper<tpctypes::UInt16Write, in addTo()
150 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
68 using UInt16Write = UIntWrite<uint16_t>; variable