Lines Matching refs:mutable_data
138 struct_in.mutable_data()->src = static_cast<uint8_t*>(inbuf.GetRemote()); in CompressStream()
139 struct_in.mutable_data()->pos = 0; in CompressStream()
140 struct_in.mutable_data()->size = in_stream.gcount(); in CompressStream()
150 struct_out.mutable_data()->dst = in CompressStream()
152 struct_out.mutable_data()->pos = 0; in CompressStream()
153 struct_out.mutable_data()->size = outbuf.GetSize(); in CompressStream()
167 struct_out.mutable_data()->pos); in CompressStream()
173 isdone = (struct_in.mutable_data()->pos == in_stream.gcount()); in CompressStream()
211 *struct_in.mutable_data() = {static_cast<uint8_t*>(inbuf.GetRemote()), in DecompressStream()
215 while (struct_in.mutable_data()->pos < in_stream.gcount()) { in DecompressStream()
217 *struct_out.mutable_data() = {static_cast<uint8_t*>(outbuf.GetRemote()), in DecompressStream()
233 struct_out.mutable_data()->pos); in DecompressStream()