Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 25 of 50) sorted by relevance

12

/third_party/boost/boost/fusion/view/filter_view/detail/
Dnext_impl.hpp36 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;
Dend_impl.hpp28 typedef typename Sequence::last_type last_type; typedef
31 typedef filter_iterator<category,last_type, last_type, pred_type> type;
Dbegin_impl.hpp29 typedef typename Sequence::last_type last_type; typedef
32 typedef filter_iterator<category, first_type, last_type, pred_type> type;
/third_party/openssl/test/
Dpbelutest.c21 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/
Dbegin_impl.hpp33 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>
Dnext_impl.hpp34 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/
Dvf_idet.c180 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 …]
Dvf_idet.h50 Type last_type; member
/third_party/boost/boost/fusion/view/flatten_view/
Dflatten_view.hpp39 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/
Dend_impl.hpp33 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/
Ddistance_impl.hpp33 typedef typename Last::first_type last_type; typedef
34 typedef typename result_of::distance<last_type, first_type>::type type;
Dbegin_impl.hpp28 typedef reverse_view_iterator<typename Sequence::last_type> type;
/third_party/boost/boost/fusion/view/joint_view/
Djoint_view_iterator.hpp37 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/
Dfilter_view.hpp46 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/
Dreverse_view.hpp45 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/
Dtest_stackviewer.py20 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/
Dinsert_range.hpp28 typedef typename result_of::end<Sequence>::type last_type; typedef
31 typedef iterator_range<pos_type, last_type> right_type;
Dinsert.hpp32 typedef typename result_of::end<Sequence>::type last_type; typedef
35 typedef iterator_range<pos_type, last_type> right_type;
Derase.hpp93 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/
Dstackviewer.py40 type = sys.last_type
139 sys.last_type = exc_type
146 del sys.last_type
/third_party/e2fsprogs/ext2ed/
Dinit.c170 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/
Dtransform_view.hpp97 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/
Dcoap_block_internal.h108 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/
Dcode.py109 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/
Dmultitype_funcgraph.cc87 auto last_type = types[types_size - 1]; in HasUMonadType() local
88 if (IsIdentidityOrSubclass(last_type, kUMonadType)) { in HasUMonadType()

12