Home
last modified time | relevance | path

Searched refs:random_access (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dcategories.hpp24 namespace detail { struct random_access : virtual any_tag { }; } struct
31 struct input_seekable : virtual input, virtual detail::random_access { };
32 struct output_seekable : virtual output, virtual detail::random_access { };
H A Dchecked_operations.hpp77 typedef typename dispatch<T, random_access, any_tag>::type tag; in seek_if()
135 struct seek_if_impl<random_access> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp151 random_access ) in seek()
221 random_access tag ) in seek()
231 random_access, any_tag ) in seek()
238 random_access, two_sequence ) in seek()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.h32 u8 random_access:1; member
H A Dvidtv_pes.c217 ts_adap.random_access = 1; in vidtv_pes_write_stuffing()