/third_party/boost/boost/fusion/sequence/intrinsic/detail/ |
D | segmented_end_impl.hpp | 46 end_type; typedef 48 typedef iterator_range<end_type, end_type> pair_type; 52 static pair_type make_pair(end_type end) in make_pair()
|
D | segmented_begin_impl.hpp | 78 typedef typename result_of::end<Sequence>::type end_type; typedef 79 typedef iterator_range<begin_type, end_type> pair_type;
|
/third_party/boost/boost/fusion/iterator/detail/ |
D | segmented_next_impl.hpp | 40 typename Stack::car_type::end_type 60 , typename Stack::car_type::end_type 111 typedef typename Stack::car_type::end_type end_type; typedef 112 typedef iterator_range<end_type, end_type> range_type;
|
/third_party/boost/boost/fusion/algorithm/transformation/ |
D | pop_back.hpp | 146 end_type; typedef 149 iterator_range<begin_type, end_type> 161 typedef typename comp::end_type end_type; in pop_back() typedef 166 , end_type(fusion::end(seq)) in pop_back()
|
/third_party/libsnd/tests/ |
D | floating_point_test.def | 5 end_type = SF_ENDIAN_LITTLE ; 10 end_type = SF_ENDIAN_BIG ;
|
D | floating_point_test.tpl | 328 sfinfo.format = [+ (get "end_type") +] | SF_FORMAT_AU | [+ (get "minor_type") +] ;
|
/third_party/boost/boost/fusion/view/iterator_range/ |
D | iterator_range.hpp | 40 typedef typename convert_iterator<Last>::type end_type; typedef 53 end_type last;
|
/third_party/boost/boost/fusion/view/repetitive_view/detail/ |
D | next_impl.hpp | 31 bool Last = result_of::equal_to<typename Iterator::end_type, 70 bool Empty = result_of::equal_to<typename Iterator::end_type,
|
/third_party/boost/boost/mpl/aux_/ |
D | begin_end_impl.hpp | 37 struct end_type struct 64 aux::end_type<Sequence>, void_>::type type;
|
/third_party/boost/boost/fusion/view/iterator_range/detail/ |
D | segmented_iterator_range.hpp | 117 , typename Stack::cdr_type::car_type::end_type 185 , typename Stack::cdr_type::car_type::end_type 265 , typename Stack::cdr_type::car_type::end_type 331 , typename Stack::cdr_type::car_type::end_type
|
D | size_impl.hpp | 30 typename Seq::end_type
|
D | end_impl.hpp | 27 typedef typename Sequence::end_type type;
|
D | segments_impl.hpp | 34 , typename Sequence::end_type
|
D | is_segmented_impl.hpp | 59 , is_segmented_iterator<typename Sequence::end_type>::value);
|
/third_party/boost/boost/fusion/view/repetitive_view/ |
D | repetitive_view_iterator.hpp | 36 typedef typename convert_iterator<typename result_of::end<Sequence>::type>::type end_type; typedef
|
/third_party/boost/libs/fusion/test/sequence/ |
D | iterator.hpp | 97 typedef boost::fusion::result_of::end<seq_type>::type end_type; in test() typedef 101 BOOST_STATIC_ASSERT((is_same<end_type, i2>::value)); in test()
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 308 …ypename Backend::signed_types>::type end_type; typedef 309 …typedef typename mpl::eval_if<boost::is_same<iter_type, end_type>, mpl::identity<Val>, mpl::deref<… 318 …ypename Backend::unsigned_types>::type end_type; typedef 319 …typedef typename mpl::eval_if<boost::is_same<iter_type, end_type>, mpl::identity<Val>, mpl::deref<… 328 …ypename Backend::float_types>::type end_type; typedef 329 …typedef typename mpl::eval_if<boost::is_same<iter_type, end_type>, mpl::identity<Val>, mpl::deref<…
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser.c | 1717 lexer_token_type_t end_type) /**< expected end type */ in parser_parse_function_arguments() argument 1735 if (context_p->token.type == end_type) in parser_parse_function_arguments() 1944 if (context_p->token.type != end_type) in parser_parse_function_arguments() 1946 parser_error_t error = ((end_type == LEXER_RIGHT_PAREN) ? PARSER_ERR_RIGHT_PAREN_EXPECTED in parser_parse_function_arguments()
|
D | js-parser-expr.c | 2918 lexer_token_type_t end_type) /**< end type token */ in parser_pattern_process_assignment() argument 2964 if (context_p->token.type != end_type in parser_pattern_process_assignment()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 2608 GstSeekType start_type, end_type; in gst_audio_decoder_do_seek() local 2616 &start_time, &end_type, &end_time); in gst_audio_decoder_do_seek() 2629 if ((end_type != GST_SEEK_TYPE_SET && end_type != GST_SEEK_TYPE_NONE) || in gst_audio_decoder_do_seek() 2630 (end_type == GST_SEEK_TYPE_SET && end_time != GST_CLOCK_TIME_NONE)) { in gst_audio_decoder_do_seek() 2642 start_time, end_type, end_time, NULL); in gst_audio_decoder_do_seek()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideodecoder.c | 1771 GstSeekType start_type, end_type; in gst_video_decoder_do_seek() local 1778 &start_time, &end_type, &end_time); in gst_video_decoder_do_seek() 1791 if ((end_type != GST_SEEK_TYPE_SET && end_type != GST_SEEK_TYPE_NONE) || in gst_video_decoder_do_seek() 1792 (end_type == GST_SEEK_TYPE_SET && end_time != GST_CLOCK_TIME_NONE)) { in gst_video_decoder_do_seek() 1804 start_time, end_type, end_time, NULL); in gst_video_decoder_do_seek()
|
/third_party/boost/boost/math/policies/ |
D | policy.hpp | 296 typedef typename mpl::end<Seq>::type end_type; typedef 300 ::boost::is_same<iter, end_type>::value>::type type;
|
/third_party/nghttp2/src/ |
D | shrpx.cc | 981 auto end_type = strchr(env, ','); in get_inherited_addr_from_env() local 982 if (!end_type) { in get_inherited_addr_from_env() 986 auto type = StringRef(env, end_type); in get_inherited_addr_from_env() 987 auto value = end_type + 1; in get_inherited_addr_from_env()
|
/third_party/boost/boost/multiprecision/ |
D | number.hpp | 1491 typedef typename Exp::right_type end_type; in do_assign_function() typedef 1492 typedef typename end_type::tag_type end_tag; in do_assign_function()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 66436 We can seek with end_type==NONE and end_type==SET && end_position=-1. The 66437 check for end_type!=NONE made the second condition impossible. 66444 We can seek with end_type==NONE and end_type==SET && end_position=-1. The 66445 check for end_type!=NONE made the second condition impossible.
|