Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/mp11/test/
Dmp_iterate.cpp13 struct X2 { using first_type = double; using next_type = X1; }; typedef
14 struct X3 { using first_type = float; using next_type = X2; }; typedef
15 struct X4 { using first_type = int; using next_type = X3; }; typedef
18 template<class T> using next_type = typename T::next_type; typedef
25 using next_type = T2; typedef
46 using R3 = mp_iterate<V3, first_type, next_type>; in test()
64 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_iterate<X4, mp_identity_t, next_type>, mp_list<X4, X3, X2, … in main()
65 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_iterate<X4, first_type, next_type>, mp_list<int, float, dou… in main()
/third_party/boost/boost/fusion/view/joint_view/detail/
Dnext_impl.hpp37 typedef typename result_of::next<first_type>::type next_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/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp144 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices()
153 next_type = type_inst->GetSingleWordInOperand(0); in AdjustAccessedIndices()
173 next_type = type_inst->GetSingleWordInOperand(member); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed()
170 next_type = type_inst->GetSingleWordInOperand(0); in MarkAccessedMembersAsUsed()
185 next_type = type_inst->GetSingleWordInOperand(member); in MarkAccessedMembersAsUsed()
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp142 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices()
151 next_type = type_inst->GetSingleWordInOperand(0); in AdjustAccessedIndices()
171 next_type = type_inst->GetSingleWordInOperand(member); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed()
170 next_type = type_inst->GetSingleWordInOperand(0); in MarkAccessedMembersAsUsed()
185 next_type = type_inst->GetSingleWordInOperand(member); in MarkAccessedMembersAsUsed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp144 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices()
153 next_type = type_inst->GetSingleWordInOperand(0); in AdjustAccessedIndices()
173 next_type = type_inst->GetSingleWordInOperand(member); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed()
170 next_type = type_inst->GetSingleWordInOperand(0); in MarkAccessedMembersAsUsed()
185 next_type = type_inst->GetSingleWordInOperand(member); in MarkAccessedMembersAsUsed()
/third_party/boost/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp50 using next_type = has_index_impl<itype_left, std::tuple<index_types...>>; typedef
51 static constexpr bool value = has_index_impl<itype_left,itype_right>::value || next_type::value;
158 using next_type = number_equal_indexes_impl< std::tuple<itypes_left...>, tuple_right >; typedef
160 static constexpr unsigned value = v + next_type::value;
260 using next_type = index_position_pairs_impl<r+1,m>; in run() typedef
263 next_type::run( out, lhs, rhs, p ); in run()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_fast.c976 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1002 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1003 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1011 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1014 next_type); in eap_fast_process_phase2_response()
1016 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1018 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1038 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1039 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1050 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
[all …]
Deap_server_peap.c787 u32 next_type; in eap_peap_process_phase2_soh() local
900 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
903 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
904 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
914 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
952 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
956 next_vendor, next_type); in eap_peap_process_phase2_response()
960 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
962 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response()
988 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
Deap_server_teap.c957 u8 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local
985 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
986 eap_teap_phase2_init(sm, data, next_type); in eap_teap_process_phase2_response()
994 next_type = sm->user->methods[ in eap_teap_process_phase2_response()
997 next_type); in eap_teap_process_phase2_response()
999 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
1001 eap_teap_phase2_init(sm, data, next_type); in eap_teap_process_phase2_response()
1021 next_type = eap_teap_req_failure(data, TEAP_ERROR_INNER_METHOD); in eap_teap_process_phase2_response()
1022 eap_teap_phase2_init(sm, data, next_type); in eap_teap_process_phase2_response()
1032 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response()
[all …]
Deap_server_ttls.c853 u8 next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
878 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
881 next_type); in eap_ttls_process_phase2_eap_response()
882 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
885 next_type); in eap_ttls_process_phase2_eap_response()
933 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
935 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
936 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
938 "EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_fast.c979 enum eap_type next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1006 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1007 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1017 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1020 next_vendor, next_type); in eap_fast_process_phase2_response()
1023 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1025 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1046 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1047 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1059 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
[all …]
Deap_server_peap.c818 u32 next_type; in eap_peap_process_phase2_soh() local
931 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
934 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
935 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
945 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
983 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
987 next_vendor, next_type); in eap_peap_process_phase2_response()
991 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
993 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response()
1019 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
Deap_server_teap.c1045 enum eap_type next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local
1074 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
1075 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
1085 next_type = sm->user->methods[ in eap_teap_process_phase2_response()
1088 next_vendor, next_type); in eap_teap_process_phase2_response()
1091 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
1093 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
1114 next_type = eap_teap_req_failure(data, TEAP_ERROR_INNER_METHOD); in eap_teap_process_phase2_response()
1115 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
1133 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response()
[all …]
Deap_server_ttls.c854 enum eap_type next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
881 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
884 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
886 next_type)) { in eap_ttls_process_phase2_eap_response()
889 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
938 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
941 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
943 next_type)) { in eap_ttls_process_phase2_eap_response()
946 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
/third_party/boost/boost/fusion/view/filter_view/detail/
Dnext_impl.hpp46 next_type; typedef
48 typedef filter_iterator<category, next_type, last_type, pred_type> type;
/third_party/boost/boost/fusion/view/transform_view/detail/
Dnext_impl.hpp37 typedef typename result_of::next<first_type>::type next_type; typedef
39 typedef transform_view_iterator<next_type, transform_type> type;
/third_party/boost/boost/dll/detail/demangling/
Ditanium.hpp216 using next_type = Return (*)(Second, Args...); in arg_list() typedef
217 return type_name<First>(ms) + ", " + arg_list(ms, next_type()); in arg_list()
262 using next_type = dummy<T2, T3...>*; in parse_type() typedef
263 return parse_type(ms, first_type()) + ", " + parse_type(ms, next_type()); in parse_type()
268 using next_type = dummy<T...>*; in parse_type() typedef
272 std::string args_name = parse_type(ms, next_type()); in parse_type()
/third_party/boost/libs/fusion/test/sequence/
Dtransform_view.cpp87 typedef boost::fusion::result_of::next<first_type>::type next_type; in main() typedef
88 next_type next_it(boost::fusion::next(first_it)); in main()
/third_party/boost/boost/pending/
Dproperty.hpp25 typedef Base next_type; typedef
359 typedef typename non_ref::next_type nx;
365 typename Prop::next_type& operator()(Prop& p) const in operator ()()
370 const typename Prop::next_type& operator()(const Prop& p) const in operator ()()
/third_party/boost/boost/variant/detail/
Dvisitation_impl.hpp257 typedef typename next_step::type next_type; in visitation_impl() typedef
258 typedef typename is_same< next_type,apply_visitor_unrolled >::type in visitation_impl()
/third_party/boost/boost/fusion/view/flatten_view/
Dflatten_view_iterator.hpp161 typedef typename result_of::next<first_type>::type next_type; typedef
163 typedef detail::seek_descent<base_type, next_type> seek_descent;
/third_party/boost/boost/multiprecision/cpp_int/
Dvalue_pack.hpp19 typedef value_pack<0, VALUES...> next_type; typedef

12