Searched refs:take_front (Results 1 – 5 of 5) sorted by relevance
60 IOVector foo = bc.take_front(3); in TEST()74 IOVector foo = bc.take_front(3); in TEST()78 IOVector bar = bc.take_front(3); in TEST()82 IOVector baz = bc.take_front(3); in TEST()98 IOVector foob = bc.take_front(4); in TEST()103 IOVector a = bc.take_front(1); in TEST()108 IOVector rba = bc.take_front(3); in TEST()113 IOVector zquxquu = bc.take_front(7); in TEST()
109 auto header_buf = read_buffer_.take_front(sizeof(amessage)).coalesce(); in Run()116 auto data_chain = read_buffer_.take_front(read_header_->data_length); in Run()
65 IOVector IOVector::take_front(IOVector::size_type len) { in take_front() function in IOVector
179 IOVector take_front(size_type len);
367 *output = output_buffer_.take_front(len).coalesce(); in Encode()