Searched refs:fill_async (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/compute/test/ |
D | test_async_wait.cpp | 42 compute::fill_async(vector.begin(), vector.end(), 9, queue); in BOOST_AUTO_TEST_CASE()
|
D | test_fill.cpp | 249 bc::fill_async(vector.begin(), vector.end(), 42, queue); in BOOST_AUTO_TEST_CASE() 330 bc::fill_async(vec.begin(), vec.end(), 42, queue); in BOOST_AUTO_TEST_CASE()
|
/third_party/glib/gio/ |
D | gbufferedinputstream.h | 65 void (* fill_async) (GBufferedInputStream *stream, member
|
D | gbufferedinputstream.c | 159 bstream_class->fill_async = g_buffered_input_stream_real_fill_async; in G_DEFINE_TYPE_WITH_CODE() 515 class->fill_async (stream, count, io_priority, cancellable, in g_buffered_input_stream_fill_async() 1262 class->fill_async (bstream, priv->len, io_priority, cancellable, in g_buffered_input_stream_skip_async()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | fill.hpp | 296 inline future<void> fill_async(BufferIterator first, in fill_async() function
|
/third_party/boost/boost/compute/algorithm/ |
D | fill.hpp | 296 inline future<void> fill_async(BufferIterator first, in fill_async() function
|