Lines Matching defs:in
3 // found in the LICENSE file.
25 // cleared in an object destructor and accessed to check for object
45 // happen in the context of their SequencedTaskRunner.
79 // All data objects in this class are only valid to access on
162 // Time of last point at which data in stream transitioned from full
290 // Valid contexts in which to call.
457 ByteStreamWriterImpl* in = new ByteStreamWriterImpl(
462 in->SetPeer(out, output_task_runner, output_flag);
463 out->SetPeer(in, input_task_runner, input_flag);
464 input->reset(in);