HomeSort by relevance Sort by last modified time
    Searched defs:buffer_copy (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 228 char *buffer_copy = internal_strdup(buffs[i]); local
229 RemoveANSIEscapeSequencesFromString(buffer_copy);
230 EXPECT_STREQ(buffer_copy, buffs[i+1]);
231 InternalFree(buffer_copy);
  /external/parameter-framework/asio-1.10.6/include/asio/
buffer.hpp 495 * The @ref buffer_copy function may be used to copy raw bytes between
498 * In particular, when used with the @ref buffer_size, the @ref buffer_copy
504 * asio::buffer_copy(asio::buffer(data), buffers); @endcode
506 * Note that @ref buffer_copy is implemented in terms of @c memcpy, and
1143 inline std::size_t buffer_copy(const mutable_buffer& target, function in namespace:asio
    [all...]

Completed in 108 milliseconds