Searched refs:take_front (Results 1 – 5 of 5) sorted by relevance
64 IOVector foo = bc.take_front(3); in TEST()78 IOVector foo = bc.take_front(3); in TEST()82 IOVector bar = bc.take_front(3); in TEST()86 IOVector baz = bc.take_front(3); in TEST()102 IOVector foob = bc.take_front(4); in TEST()107 IOVector a = bc.take_front(1); in TEST()112 IOVector rba = bc.take_front(3); in TEST()117 IOVector zquxquu = bc.take_front(7); in TEST()142 TEST(IOVector, take_front) { in TEST() argument144 ASSERT_TRUE(vec.take_front(0).empty()); in TEST()[all …]
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()