Home
last modified time | relevance | path

Searched refs:right_index (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/bimap/detail/
Dbimap_core.hpp421 index<core_type,logic_right_tag>::type right_index; typedef in boost::bimaps::detail::bimap_core
426 typedef BOOST_DEDUCED_TYPENAME right_index::iterator right_core_iterator;
427 typedef BOOST_DEDUCED_TYPENAME right_index::const_iterator right_core_const_iterator;
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dturn_in_piece_visitor.hpp58 if (pc.left_index == piece.index || pc.right_index == piece.index) in skip()
Dbuffered_piece_collection.hpp175 signed_size_type right_index; // points to next piece of same ring member
212 , right_index(-1) in piece()
717 geometry::range::back(m_pieces).right_index = m_first_piece_index; in finish_ring()
810 pc.right_index = pc.index + 1; in create_piece()
Dget_piece_turns.hpp138 || piece1.index == piece2.right_index; in is_adjacent()
/third_party/ffmpeg/libavformat/
Did3v2.c1206 int right_index; in ff_id3v2_parse_chapters() local
1208 right_index = (num_chapters - 1) - i; in ff_id3v2_parse_chapters()
1209 right = chapters[right_index]; in ff_id3v2_parse_chapters()
1211 chapters[right_index] = chapters[i]; in ff_id3v2_parse_chapters()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c992 guint16 right_index; /* within a single line of window text, the in gst_cea708dec_show_pango_window() local
1035 for (i = right_index = WINDOW_MAX_COLS - 1; i >= col; i--) { in gst_cea708dec_show_pango_window()
1037 right_index = i; in gst_cea708dec_show_pango_window()
1045 (i <= right_index) && (index < LINEBUFFER_SIZE - 15); i++) { in gst_cea708dec_show_pango_window()