Home
last modified time | relevance | path

Searched refs:take_front (Results 1 – 5 of 5) sorted by relevance

/packages/modules/adb/
Dtypes_test.cpp75 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() argument
155 ASSERT_TRUE(vec.take_front(0).empty()); in TEST()
[all …]
Dtransport_fd.cpp109 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()
Dtypes.cpp65 IOVector IOVector::take_front(IOVector::size_type len) { in take_front() function in IOVector
Dtypes.h181 IOVector take_front(size_type len);
Dcompression_utils.h367 *output = output_buffer_.take_front(len).coalesce(); in Encode()