Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1254 std::size_t total_bytes_copied = 0; in buffer_copy() local
1264 total_bytes_copied += bytes_copied; in buffer_copy()
1268 return total_bytes_copied; in buffer_copy()
1425 std::size_t total_bytes_copied = 0; in buffer_copy() local
1435 total_bytes_copied += bytes_copied; in buffer_copy()
1439 return total_bytes_copied; in buffer_copy()
1545 std::size_t total_bytes_copied = 0; in buffer_copy() local
1564 total_bytes_copied += bytes_copied; in buffer_copy()
1583 return total_bytes_copied; in buffer_copy()
2038 std::size_t total_bytes_copied = 0; in buffer_copy() local
[all …]