Home
last modified time | relevance | path

Searched refs:nonref (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/support/detail/
Dhold_any.hpp436 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type nonref; in any_cast() typedef
439 nonref* result = any_cast<nonref>(&operand); in any_cast()
448 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type nonref; in any_cast() typedef
451 return any_cast<nonref const&>(const_cast<basic_hold_any<Char> &>(operand)); in any_cast()
/third_party/ffmpeg/libavcodec/
Dsvq1dec.c74 int nonref; // 1 if the current frame won't be referenced member
537 s->nonref = 0; in svq1_decode_frame_header()
543 s->nonref = 1; in svq1_decode_frame_header()
677 if ((avctx->skip_frame >= AVDISCARD_NONREF && s->nonref) || in svq1_decode_frame()
683 result = ff_get_buffer(avctx, cur, s->nonref ? 0 : AV_GET_BUFFER_FLAG_REF); in svq1_decode_frame()
754 if (!s->nonref) { in svq1_decode_frame()