Searched defs:buffer_copy (Results 1 – 5 of 5) 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/libvncserver/libvncclient/ |
D | zrle.c | 239 uint8_t* buffer_copy = buffer; in HandleZRLETile() local
|
/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
|
/external/libchrome/base/ |
D | values.cc | 310 std::unique_ptr<char[]> buffer_copy(new char[size]); in CreateWithCopiedBuffer() local
|