/third_party/boost/libs/stl_interfaces/test/ |
D | random_access.cpp | 170 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 …]
|
D | Jamfile.v2 | 25 run random_access.cpp ;
|
D | CMakeLists.txt | 40 add_test_executable(random_access)
|
/third_party/boost/boost/iostreams/ |
D | categories.hpp | 24 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 { };
|
D | checked_operations.hpp | 77 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/ |
D | test_serialization1.cpp | 31 random_access<> in test_serialization1() 50 random_access<>, in test_serialization1()
|
D | test_serialization2.cpp | 35 random_access<>, in test_serialization2()
|
D | test_list_ops.cpp | 256 random_access<> in test_list_ops() 271 indexed_by<random_access<> > in test_list_ops()
|
D | test_copy_assignment.cpp | 229 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()
|
D | test_capacity.cpp | 60 multi_index_container<int,indexed_by<random_access<> > > rs; in test_capacity()
|
D | test_rearrange.cpp | 128 indexed_by<random_access<> > in test_rearrange()
|
/third_party/boost/libs/multi_index/example/ |
D | Jamfile.v2 | 50 exe random_access 51 : random_access.cpp
|
D | rearrange.cpp | 46 random_access<>, /* base index */ 47 random_access<> /* "start" index */
|
D | random_access.cpp | 36 random_access<>,
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | concept_adapter.hpp | 151 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/ |
D | tsmuxstream.c | 109 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()
|
D | tsmuxstream.h | 245 gboolean random_access);
|
/third_party/boost/boost/bimap/ |
D | vector_of.hpp | 130 multi_index::random_access
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | algorithms.qbk | 33 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/ |
D | serialization_helper.hpp | 51 multi_index::random_access<>,
|
/third_party/boost/boost/multi_index/ |
D | random_access_index_fwd.hpp | 85 struct random_access;
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.h | 103 gboolean random_access; /* If we operate in pull mode */ member
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.h | 110 gboolean random_access; /* If we operate in pull mode */ member
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.h | 127 gboolean random_access; member
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.h | 173 gboolean random_access; member
|