Searched refs:UInt8Write (Results 1 – 5 of 5) sorted by relevance
108 virtual void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,123 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()465 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
42 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
82 &writeUIntsWrapper<tpctypes::UInt8Write, in addTo()
143 ArrayRef<tpctypes::UInt8Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt8sAsync()
65 using UInt8Write = UIntWrite<uint8_t>; variable