Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1259 for (mutable_buffer target_buffer(target); in buffer_copy() local
1260 buffer_size(target_buffer) && source_iter != source_end; ++source_iter) in buffer_copy()
1263 std::size_t bytes_copied = buffer_copy(target_buffer, source_buffer); in buffer_copy()
1265 target_buffer = target_buffer + bytes_copied; in buffer_copy()
1433 mutable_buffer target_buffer(*target_iter); in buffer_copy() local
1434 std::size_t bytes_copied = buffer_copy(target_buffer, source_buffer); in buffer_copy()
1557 mutable_buffer target_buffer = in buffer_copy() local
1563 std::size_t bytes_copied = buffer_copy(target_buffer, source_buffer); in buffer_copy()
1566 if (bytes_copied == buffer_size(target_buffer)) in buffer_copy()
2051 mutable_buffer target_buffer = in buffer_copy() local
[all …]
/external/google-breakpad/src/common/
Dstring_conversion.cc140 scoped_array<UTF8> target_buffer(new UTF8[target_capacity]); in UTF16ToUTF8() local
141 UTF8 *target_ptr = target_buffer.get(); in UTF16ToUTF8()
148 const char *targetPtr = reinterpret_cast<const char *>(target_buffer.get()); in UTF16ToUTF8()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c2063 struct file_buffer *target_buffer = NULL; in duplicate() local
2070 target_buffer = cache_lookup(bwriter_buffer, in duplicate()
2072 if(target_buffer) in duplicate()
2073 target_data = target_buffer->data; in duplicate()
2102 cache_block_put(target_buffer); in duplicate()