Home
last modified time | relevance | path

Searched defs:buffer_copy (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1143 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/
Dsanitizer_common_test.cc228 char *buffer_copy = internal_strdup(buffs[i]); in TEST() local
/external/compiler-rt/lib/asan/
Dasan_report.cc696 InternalScopedBuffer<char> buffer_copy(kErrorMessageBufferSize); in ~ScopedInErrorReport() local