Searched refs:take_front (Results 1 – 5 of 5) sorted by relevance
75 IOVector foo = bc.take_front(3); in TEST()89 IOVector foo = bc.take_front(3); in TEST()93 IOVector bar = bc.take_front(3); in TEST()97 IOVector baz = bc.take_front(3); in TEST()113 IOVector foob = bc.take_front(4); in TEST()118 IOVector a = bc.take_front(1); in TEST()123 IOVector rba = bc.take_front(3); in TEST()128 IOVector zquxquu = bc.take_front(7); in TEST()153 TEST(IOVector, take_front) { in TEST() argument155 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
181 IOVector take_front(size_type len);
367 *output = output_buffer_.take_front(len).coalesce(); in Encode()