Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/test/
DTBufferBaseTest.cpp349 int write_offset = 0; in BOOST_AUTO_TEST_CASE() local
354 buffer.write(&data[write_offset], write_amt); in BOOST_AUTO_TEST_CASE()
355 write_offset += write_amt; in BOOST_AUTO_TEST_CASE()
374 int second_offset = write_offset; in BOOST_AUTO_TEST_CASE()
567 int write_offset = 0; in BOOST_AUTO_TEST_CASE() local
570 while (write_offset < 1<<15) { in BOOST_AUTO_TEST_CASE()
571 trans.write(&data[write_offset], d1[write_index]); in BOOST_AUTO_TEST_CASE()
572 write_offset += d1[write_index]; in BOOST_AUTO_TEST_CASE()