Home
last modified time | relevance | path

Searched defs:make_list (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/generation/detail/preprocessed/
Dmake_list20.hpp20 struct make_list<> struct
22 typedef list<> type;
27 make_list() in make_list() function
34 …struct make_list< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , voi… struct
36 typedef list<typename detail::as_fusion_element<T0>::type> type;
42 make_list(T0 const& arg0) in make_list() function
50 …struct make_list< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ … struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_list(T0 const& arg0 , T1 const& arg1) in make_list() function
66 …struct make_list< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
[all …]
Dmake_list30.hpp20 struct make_list<> struct
22 typedef list<> type;
27 make_list() in make_list() function
34 …struct make_list< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , voi… struct
36 typedef list<typename detail::as_fusion_element<T0>::type> type;
42 make_list(T0 const& arg0) in make_list() function
50 …struct make_list< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ … struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_list(T0 const& arg0 , T1 const& arg1) in make_list() function
66 …struct make_list< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
[all …]
Dmake_list10.hpp20 struct make_list<> struct
22 typedef list<> type;
27 make_list() in make_list() function
34 …struct make_list< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , voi… struct
36 typedef list<typename detail::as_fusion_element<T0>::type> type;
42 make_list(T0 const& arg0) in make_list() function
50 …struct make_list< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ > struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_list(T0 const& arg0 , T1 const& arg1) in make_list() function
66 … struct make_list< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ > struct
[all …]
Dmake_list40.hpp20 struct make_list<> struct
22 typedef list<> type;
27 make_list() in make_list() function
34 …struct make_list< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , voi… struct
36 typedef list<typename detail::as_fusion_element<T0>::type> type;
42 make_list(T0 const& arg0) in make_list() function
50 …struct make_list< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ … struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_list(T0 const& arg0 , T1 const& arg1) in make_list() function
66 …struct make_list< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
[all …]
Dmake_list50.hpp20 struct make_list<> struct
22 typedef list<> type;
27 make_list() in make_list() function
34 …struct make_list< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , voi… struct
36 typedef list<typename detail::as_fusion_element<T0>::type> type;
42 make_list(T0 const& arg0) in make_list() function
50 …struct make_list< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ … struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_list(T0 const& arg0 , T1 const& arg1) in make_list() function
66 …struct make_list< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/generation/detail/
Dpp_make_list.hpp53 struct make_list<> struct
55 typedef list<> type;
61 make_list() in make_list() function
97 …struct make_list< BOOST_PP_ENUM_PARAMS(N, T) BOOST_PP_REPEAT_FROM_TO(BOOST_PP_DEC(N), FUSION_MAX_L… struct
100 typedef list<BOOST_PP_ENUM(N, BOOST_FUSION_AS_FUSION_ELEMENT, _)> type;
107 make_list(BOOST_PP_ENUM_BINARY_PARAMS(N, T, const& arg)) in make_list() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/generation/
Dmake_list.hpp28 struct make_list struct
30 typedef list<typename detail::as_fusion_element<T>::type...> type;
37 make_list(T const&... arg) in make_list() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dlist.hpp1415 struct make_list struct
1425 >::type packed_options;
1428 <T, typename packed_options::proto_value_traits>::type value_traits;
1435 > implementation_defined;
1437 typedef implementation_defined type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/operator/
Dlist.hpp190 struct make_list struct
195 struct make_list<Subject, true> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/foreach/test/
Dstl_byref_r.cpp27 std::list<int> make_list() in make_list() function
Dstl_byref.cpp27 std::list<int> make_list() in make_list() function
Dstl_byval.cpp29 std::list<int> make_list() in make_list() function
Dstl_byval_r.cpp29 std::list<int> make_list() in make_list() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/
Dbind_goose.cpp38 std::vector< std::string > make_list() { in make_list() function
/aosp_15_r20/external/python/parse_type/parse_type/
Dbuilder.py83 def make_list(cls, item_converter=None, listsep=','): member in TypeBuilder
/aosp_15_r20/bionic/linker/
H A Dlinked_list.h264 static LinkedList make_list(T* const element) { in make_list() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddlist.c815 make_list(GLuint name, GLuint count) in make_list() function