Home
last modified time | relevance | path

Searched refs:open_impl (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream_buffer.hpp58 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 …]
Dstream.hpp43 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/
Dcamapplicationinfo.c35 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
Dcamresourcemanager.c33 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
Dcamconditionalaccess.c37 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/
Dstream_buffer.hpp94 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
Dstream.hpp144 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
Dcode_converter.hpp267 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/
Dmanaged_external_buffer.hpp83 if(!base_t::open_impl(addr, size)){ in basic_managed_external_buffer()
Dmanaged_heap_memory.hpp119 base_t::open_impl(&m_heapmem[0], m_heapmem.size()); in grow()
/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp220 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/
Dmanaged_memory_impl.hpp191 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 ()()
Dmanaged_multi_shared_memory.hpp202 mp_frontend->create_impl(addr, size) : mp_frontend->open_impl(addr, size))){ in operator ()()
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp479 void mapped_file_source::open_impl(const param_type& p) in open_impl() function in boost::iostreams::mapped_file_source