Searched defs:buffer_copy (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 1143 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() function 1173 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() function 1199 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() function 1225 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() function 1251 std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() function 1290 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() function 1315 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() function 1342 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() function 1369 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() function 1396 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() function [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_common_test.cc | 228 char *buffer_copy = internal_strdup(buffs[i]); in TEST() local
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 696 InternalScopedBuffer<char> buffer_copy(kErrorMessageBufferSize); in ~ScopedInErrorReport() local
|