Home
last modified time | relevance | path

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

12

/third_party/boost/libs/stl_interfaces/test/
Drandom_access.cpp170 using random_access = random_access_iter<int>; typedef
174 random_access, std::random_access_iterator)
176 random_access,
606 random_access first(ints.data()); in main()
607 random_access last(ints.data() + ints.size()); in main()
627 random_access first(ints.data()); in main()
628 random_access last(ints.data() + ints.size()); in main()
670 random_access first(ints.data()); in main()
671 random_access last(ints.data() + ints.size()); in main()
677 random_access first(ints.data()); in main()
[all …]
DJamfile.v225 run random_access.cpp ;
DCMakeLists.txt40 add_test_executable(random_access)
/third_party/boost/boost/iostreams/
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 { };
Dchecked_operations.hpp77 typedef typename dispatch<T, random_access, any_tag>::type tag; in seek_if()
135 struct seek_if_impl<random_access> {
/third_party/boost/libs/multi_index/test/
Dtest_serialization1.cpp31 random_access<> in test_serialization1()
50 random_access<>, in test_serialization1()
Dtest_serialization2.cpp35 random_access<>, in test_serialization2()
Dtest_list_ops.cpp256 random_access<> in test_list_ops()
271 indexed_by<random_access<> > in test_list_ops()
Dtest_copy_assignment.cpp229 test_assign<multi_index_container<int,indexed_by<random_access<> > > >(); in test_copy_assignment()
231 multi_index_container<int,indexed_by<random_access<> > > >(); in test_copy_assignment()
256 random_access<> in test_copy_assignment()
Dtest_capacity.cpp60 multi_index_container<int,indexed_by<random_access<> > > rs; in test_capacity()
Dtest_rearrange.cpp128 indexed_by<random_access<> > in test_rearrange()
/third_party/boost/libs/multi_index/example/
DJamfile.v250 exe random_access
51 : random_access.cpp
Drearrange.cpp46 random_access<>, /* base index */
47 random_access<> /* "start" index */
Drandom_access.cpp36 random_access<>,
/third_party/boost/boost/iostreams/detail/adapter/
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()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c109 gboolean random_access; member
446 if (buf->random_access) { in tsmux_stream_initialize_pes_packet()
704 void *user_data, gint64 pts, gint64 dts, gboolean random_access) in tsmux_stream_add_data() argument
714 packet->random_access = random_access; in tsmux_stream_add_data()
Dtsmuxstream.h245 gboolean random_access);
/third_party/boost/boost/bimap/
Dvector_of.hpp130 multi_index::random_access
/third_party/boost/libs/iterator/doc/quickbook/
Dalgorithms.qbk33 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat…
70 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat…
74 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat…
/third_party/boost/boost/flyweight/detail/
Dserialization_helper.hpp51 multi_index::random_access<>,
/third_party/boost/boost/multi_index/
Drandom_access_index_fwd.hpp85 struct random_access;
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h103 gboolean random_access; /* If we operate in pull mode */ member
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h110 gboolean random_access; /* If we operate in pull mode */ member
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.h127 gboolean random_access; member
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.h173 gboolean random_access; member

12