Home
last modified time | relevance | path

Searched refs:as_list (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/
H A Dconvert.hpp23 struct as_list struct
45 inline typename result_of::as_list<Sequence>::type
46 as_list(Sequence& seq) in as_list() function
48 return result_of::as_list<Sequence>::call(seq); in as_list()
53 inline typename result_of::as_list<Sequence const>::type
54 as_list(Sequence const& seq) in as_list() function
56 return result_of::as_list<Sequence const>::call(seq); in as_list()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp134 typedef typename fusion::result_of::as_list<params>::type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dfusion.hpp112 typename fusion::result_of::as_list<
121 : segs_(fusion::as_list(fusion::transform(e, as_element<typename Expr::proto_tag>()))) in flat_view()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcontext.hpp110 , fusion::as_list( in context()