Home
last modified time | relevance | path

Searched defs:input_adapter (Results 1 – 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp372 typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType firs… in input_adapter() function
406 …ry_impl::container_input_adapter_factory<ContainerType>::adapter_type input_adapter(const Containe… in input_adapter() function
413 inline file_input_adapter input_adapter(std::FILE* file) in input_adapter() function
418 inline input_stream_adapter input_adapter(std::istream& stream) in input_adapter() function
423 inline input_stream_adapter input_adapter(std::istream&& stream) in input_adapter() function
439 contiguous_bytes_input_adapter input_adapter(CharT b) in input_adapter() function
447 auto input_adapter(T (&array)[N]) -> decltype(input_adapter(array, array + N)) // NOLINT(cppcoregui… in input_adapter() function
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstinteraudiosink.h44 GstAdapter *input_adapter; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c199 GstAdapter *input_adapter; /* protected by manifest_lock */ member
/third_party/json/single_include/nlohmann/
Djson.hpp5699 typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType firs… in input_adapter() function
5733 …ry_impl::container_input_adapter_factory<ContainerType>::adapter_type input_adapter(const Containe… in input_adapter() function
5740 inline file_input_adapter input_adapter(std::FILE* file) in input_adapter() function
5745 inline input_stream_adapter input_adapter(std::istream& stream) in input_adapter() function
5750 inline input_stream_adapter input_adapter(std::istream&& stream) in input_adapter() function
5766 contiguous_bytes_input_adapter input_adapter(CharT b) in input_adapter() function
5774 auto input_adapter(T (&array)[N]) -> decltype(input_adapter(array, array + N)) // NOLINT(cppcoregui… in input_adapter() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c349 GstAdapter *input_adapter; member