Home
last modified time | relevance | path

Searched defs:next_type (Results 1 – 25 of 36) 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
/third_party/boost/boost/multiprecision/cpp_int/
Dvalue_pack.hpp19 typedef value_pack<0, VALUES...> next_type; typedef
/third_party/boost/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp50 using next_type = has_index_impl<itype_left, std::tuple<index_types...>>; typedef
158 using next_type = number_equal_indexes_impl< std::tuple<itypes_left...>, tuple_right >; typedef
260 using next_type = index_position_pairs_impl<r+1,m>; in run() typedef
/third_party/boost/boost/fusion/view/filter_view/detail/
Dnext_impl.hpp46 next_type; typedef
/third_party/boost/boost/fusion/view/joint_view/detail/
Dnext_impl.hpp37 typedef typename result_of::next<first_type>::type next_type; typedef
/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
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
/third_party/boost/libs/fusion/test/sequence/
Dtransform_view.cpp87 typedef boost::fusion::result_of::next<first_type>::type next_type; in main() typedef
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp142 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
/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
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
/third_party/boost/boost/fusion/view/transform_view/detail/
Dnext_impl.hpp37 typedef typename result_of::next<first_type>::type next_type; typedef
/third_party/boost/boost/dll/detail/demangling/
Ditanium.hpp216 using next_type = Return (*)(Second, Args...); in arg_list() typedef
262 using next_type = dummy<T2, T3...>*; in parse_type() typedef
268 using next_type = dummy<T...>*; in parse_type() typedef
Dmsvc.hpp185 using next_type = Return (*)(Second, Args...); in arg_list() typedef
/third_party/boost/boost/variant/detail/
Dvisitation_impl.hpp257 typedef typename next_step::type next_type; in visitation_impl() typedef
/third_party/boost/boost/fusion/view/flatten_view/
Dflatten_view_iterator.hpp161 typedef typename result_of::next<first_type>::type next_type; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_peap.c787 u32 next_type; in eap_peap_process_phase2_soh() local
914 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
Deap_server_fast.c976 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1477 u8 next_type; in eap_fast_process_phase2_start() local
Deap_server_teap.c957 u8 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local
1625 u8 next_type; in eap_teap_process_phase2_start() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_peap.c818 u32 next_type; in eap_peap_process_phase2_soh() local
945 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
Deap_server_fast.c979 enum eap_type next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1492 enum eap_type next_type; in eap_fast_process_phase2_start() local
Deap_server_teap.c1045 enum eap_type next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local
1777 enum eap_type next_type; in eap_teap_process_phase2_start() local
/third_party/boost/boost/pending/
Dproperty.hpp25 typedef Base next_type; typedef
/third_party/glib/glib/
Dguniprop.c1043 int next_type = TYPE(next_c); in real_tolower() local

12