Searched defs:index_entry (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/tools/auto_index/src/ |
D | auto_index.hpp | 47 struct index_entry struct 53 index_entry_set sub_keys; // All our sub-keys. argument 56 index_entry() : preferred(false) {} in index_entry() function 57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry() function 58 …index_entry(const std::string& k, const std::string& i) : key(k), sort_key(k), id(i), preferred(fa… in index_entry() function 59 …index_entry(const std::string& k, const std::string& i, const std::string& c) : key(k), sort_key(k… in index_entry() function
|
/third_party/ffmpeg/libavformat/ |
D | rpl.c | 312 AVIndexEntry* index_entry; in rpl_read_packet() local
|
D | bink.c | 244 int index_entry; in read_packet() local
|
D | isom.h | 133 int index_entry; member
|
/third_party/boost/libs/python/src/object/ |
D | inheritance.cpp | 161 typedef index_entry_interface::inherited index_entry; typedef
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.c | 2438 MXFIndexEntry *index_entry = NULL; in find_entry_for_offset() local 2663 GstMXFDemuxIndex index_entry = { 0, }; in gst_mxf_demux_handle_generic_container_essence_element() local 3881 GstMXFDemuxIndex index_entry = { 0, }; local
|