Home
last modified time | relevance | path

Searched defs:index_entry (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/tools/auto_index/src/
Dauto_index.hpp47 struct index_entry struct
53 index_entry_set sub_keys; // All our sub-keys. argument
56 index_entry() : preferred(false) {} in index_entry() function
57index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry() function
58index_entry(const std::string& k, const std::string& i) : key(k), sort_key(k), id(i), preferred(fa… in index_entry() function
59index_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/
Drpl.c312 AVIndexEntry* index_entry; in rpl_read_packet() local
Dbink.c244 int index_entry; in read_packet() local
Disom.h133 int index_entry; member
/third_party/boost/libs/python/src/object/
Dinheritance.cpp161 typedef index_entry_interface::inherited index_entry; typedef
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c2438 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