/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream_buffer.hpp | 58 open_impl(detail::forward<T, U0>(), u0); in stream_buffer() 63 open_impl(detail::forward<T, U0>(), u0, u1); in stream_buffer() 68 open_impl(detail::forward<T, U0>(), u0, u1, u2); in stream_buffer() 74 open_impl(detail::forward<T, U0>(), u0); in stream_buffer() 79 open_impl(detail::forward<T, U0>(), u0, u1); in stream_buffer() 84 open_impl(detail::forward<T, U0>(), u0, u1, u2); in stream_buffer() 90 open_impl(detail::forward<T, U0>(), u0); in open() 95 open_impl(detail::forward<T, U0>(), u0, u1); in open() 100 open_impl(detail::forward<T, U0>(), u0, u1, u2); in open() 106 open_impl(detail::forward<T, U0>(), u0); in open() [all …]
|
D | stream.hpp | 43 open_impl(detail::forward<Device, U0>(), u0); in stream() 48 open_impl(detail::forward<Device, U0>(), u0, u1); in stream() 53 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in stream() 59 open_impl(detail::forward<Device, U0>(), u0); in stream() 64 open_impl(detail::forward<Device, U0>(), u0, u1); in stream() 69 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in stream() 75 open_impl(detail::forward<Device, U0>(), u0); in open() 80 open_impl(detail::forward<Device, U0>(), u0, u1); in open() 85 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in open() 91 open_impl(detail::forward<Device, U0>(), u0); in open() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | camapplicationinfo.c | 35 static CamReturn open_impl (CamALApplication * application, 53 application->open = open_impl; in cam_application_info_new() 105 open_impl (CamALApplication * application, CamSLSession * session) in open_impl() function
|
D | camresourcemanager.c | 33 static CamReturn open_impl (CamALApplication * application, 51 application->open = open_impl; in cam_resource_manager_new() 147 open_impl (CamALApplication * application, CamSLSession * session) in open_impl() function
|
D | camconditionalaccess.c | 37 static CamReturn open_impl (CamALApplication * application, 56 application->open = open_impl; in cam_conditional_access_new() 154 open_impl (CamALApplication * application, CamSLSession * session) in open_impl() function
|
/third_party/boost/boost/iostreams/ |
D | stream_buffer.hpp | 94 BOOST_IOSTREAMS_FORWARD( stream_buffer, open_impl, T, in BOOST_IOSTREAMS_FORWARD() argument 100 void open_impl(const T& t BOOST_IOSTREAMS_PUSH_PARAMS()) in open_impl() function in boost::iostreams::stream_buffer
|
D | stream.hpp | 144 BOOST_IOSTREAMS_FORWARD( stream, open_impl, Device, in BOOST_IOSTREAMS_FORWARD() 156 void open_impl(const Device& dev BOOST_IOSTREAMS_PUSH_PARAMS()) // For forwarding. in open_impl() function
|
D | code_converter.hpp | 267 BOOST_IOSTREAMS_FORWARD( code_converter, open_impl, Device, in BOOST_IOSTREAMS_FORWARD() argument 289 void open_impl(const T& t BOOST_IOSTREAMS_CONVERTER_PARAMS()) in open_impl() function in boost::iostreams::code_converter
|
/third_party/boost/boost/interprocess/ |
D | managed_external_buffer.hpp | 83 if(!base_t::open_impl(addr, size)){ in basic_managed_external_buffer()
|
D | managed_heap_memory.hpp | 119 base_t::open_impl(&m_heapmem[0], m_heapmem.size()); in grow()
|
/third_party/boost/boost/iostreams/device/ |
D | mapped_file.hpp | 220 void open_impl(const param_type& p); 410 open_impl(params); in open() 443 { delegate_.open_impl(p); } in open()
|
/third_party/boost/boost/interprocess/detail/ |
D | managed_memory_impl.hpp | 191 bool open_impl (void *addr, size_type) in open_impl() function in boost::interprocess::ipcdetail::basic_managed_memory_impl 747 return m_frontend->open_impl (addr, static_cast<size_type>(size)); in operator ()()
|
D | managed_multi_shared_memory.hpp | 202 mp_frontend->create_impl(addr, size) : mp_frontend->open_impl(addr, size))){ in operator ()()
|
/third_party/boost/libs/iostreams/src/ |
D | mapped_file.cpp | 479 void mapped_file_source::open_impl(const param_type& p) in open_impl() function in boost::iostreams::mapped_file_source
|