/third_party/boost/boost/fusion/view/filter_view/detail/ |
D | next_impl.hpp | 36 typedef typename Iterator::last_type last_type; typedef 42 result_of::equal_to<first_type, last_type> 43 , mpl::identity<last_type> 48 typedef filter_iterator<category, next_type, last_type, pred_type> type;
|
D | end_impl.hpp | 28 typedef typename Sequence::last_type last_type; typedef 31 typedef filter_iterator<category,last_type, last_type, pred_type> type;
|
D | begin_impl.hpp | 29 typedef typename Sequence::last_type last_type; typedef 32 typedef filter_iterator<category, first_type, last_type, pred_type> type;
|
/third_party/openssl/test/ |
D | pbelutest.c | 21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; in test_pbelu() local 36 failed = pbe_type < last_type in test_pbelu() 37 || (pbe_type == last_type && pbe_nid < last_nid); in test_pbelu() 40 last_type = pbe_type; in test_pbelu()
|
/third_party/boost/boost/fusion/view/joint_view/detail/ |
D | begin_impl.hpp | 33 typedef typename Sequence::last_type last_type; typedef 36 typedef result_of::equal_to<first_type, last_type> equal_to; 42 , joint_view_iterator<category, first_type, last_type, concat_type>
|
D | next_impl.hpp | 34 typedef typename Iterator::last_type last_type; typedef 38 typedef result_of::equal_to<next_type, last_type> equal_to; 44 , joint_view_iterator<category, next_type, last_type, concat_type>
|
/third_party/ffmpeg/libavfilter/ |
D | vf_idet.c | 180 if(idet->last_type == UNDETERMINED){ in filter() 181 if(match ) idet->last_type = best_type; in filter() 183 if(match>2) idet->last_type = best_type; in filter() 186 if (idet->last_type == TFF){ in filter() 189 }else if(idet->last_type == BFF){ in filter() 192 }else if(idet->last_type == PROGRESSIVE){ in filter() 210 idet->total_poststat[idet->last_type] ++; in filter() 211 idet->poststat [idet->last_type] += PRECISION; in filter() 214 rep2str(repeat), type2str(type), type2str(idet->last_type)); in filter() 227 av_dict_set (metadata, "lavfi.idet.multiple.current_frame", type2str(idet->last_type), 0); in filter() [all …]
|
D | vf_idet.h | 50 Type last_type; member
|
/third_party/boost/boost/fusion/view/flatten_view/ |
D | flatten_view.hpp | 39 typedef typename result_of::end<Sequence>::type last_type; typedef 49 last_type last() const { return fusion::end(seq); } in last() 92 typedef typename Sequence::last_type last_type; typedef
|
/third_party/boost/boost/fusion/view/transform_view/detail/ |
D | end_impl.hpp | 33 typedef typename Sequence::last_type last_type; typedef 35 typedef transform_view_iterator<last_type, transform_type> type;
|
/third_party/boost/boost/fusion/view/reverse_view/detail/ |
D | distance_impl.hpp | 33 typedef typename Last::first_type last_type; typedef 34 typedef typename result_of::distance<last_type, first_type>::type type;
|
D | begin_impl.hpp | 28 typedef reverse_view_iterator<typename Sequence::last_type> type;
|
/third_party/boost/boost/fusion/view/joint_view/ |
D | joint_view_iterator.hpp | 37 typedef typename last_converter::type last_type; typedef 42 BOOST_STATIC_ASSERT((!result_of::equal_to<first_type, last_type>::value));
|
/third_party/boost/boost/fusion/view/filter_view/ |
D | filter_view.hpp | 46 typedef typename result_of::end<Sequence>::type last_type; typedef 57 last_type last() const { return fusion::end(seq); } in last()
|
/third_party/boost/boost/fusion/view/reverse_view/ |
D | reverse_view.hpp | 45 typedef typename result_of::end<Sequence>::type last_type; typedef 61 last_type last() const { return fusion::end(seq); } in last()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_stackviewer.py | 20 svs.last_type, svs.last_value, svs.last_traceback = ( 30 del svs.last_traceback, svs.last_type, svs.last_value
|
/third_party/boost/boost/fusion/algorithm/transformation/ |
D | insert_range.hpp | 28 typedef typename result_of::end<Sequence>::type last_type; typedef 31 typedef iterator_range<pos_type, last_type> right_type;
|
D | insert.hpp | 32 typedef typename result_of::end<Sequence>::type last_type; typedef 35 typedef iterator_range<pos_type, last_type> right_type;
|
D | erase.hpp | 93 typedef typename convert_iterator<LastType>::type last_type; typedef 95 typedef iterator_range<last_type, seq_last_type> right_type;
|
/third_party/python/Lib/idlelib/ |
D | stackviewer.py | 40 type = sys.last_type 139 sys.last_type = exc_type 146 del sys.last_type
|
/third_party/e2fsprogs/ext2ed/ |
D | init.c | 170 first_type=last_type=current_type=NULL; in free_struct_descriptors() 202 first_type = last_type = ptr; in add_new_descriptor() 204 ptr->prev = last_type; last_type->next = ptr; last_type=ptr; in add_new_descriptor()
|
/third_party/boost/boost/fusion/view/transform_view/ |
D | transform_view.hpp | 97 typedef typename result_of::end<Sequence>::type last_type; typedef 111 last_type last() const { return fusion::end(seq); } in last()
|
/third_party/libcoap/include/coap3/ |
D | coap_block_internal.h | 108 uint8_t last_type; /**< Last request type (CON/NON) */ member 136 uint8_t last_type; /**< Last request type (CON/NON) */ member
|
/third_party/python/Lib/ |
D | code.py | 109 sys.last_type = type 139 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | multitype_funcgraph.cc | 87 auto last_type = types[types_size - 1]; in HasUMonadType() local 88 if (IsIdentidityOrSubclass(last_type, kUMonadType)) { in HasUMonadType()
|