Home
last modified time | relevance | path

Searched defs:unpack_expr_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dunpack_expr_.hpp9 struct unpack_expr_ struct
12 struct unpack_expr_<tag::terminal, Domain, Sequence, 1u> struct
34 struct unpack_expr_<tag::terminal, deduce_domain, Sequence, 1u> argument
38 struct unpack_expr_<Tag, Domain, Sequence, 1> struct
60 struct unpack_expr_<Tag, deduce_domain, Sequence, 1> argument
64 unpack_expr_< argument
81 struct unpack_expr_<Tag, Domain, Sequence, 2> argument
103 struct unpack_expr_<Tag, deduce_domain, Sequence, 2> argument
107 unpack_expr_< argument
124 struct unpack_expr_<Tag, Domain, Sequence, 3> struct
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dunpack_expr_.hpp89 struct unpack_expr_ struct
93 struct unpack_expr_<tag::terminal, Domain, Sequence, 1u> struct
118 struct unpack_expr_<tag::terminal, deduce_domain, Sequence, 1u> struct
145 struct unpack_expr_<Tag, Domain, Sequence, N> struct
171 struct unpack_expr_<Tag, deduce_domain, Sequence, N> argument
184 other;
186 typedef typename other::type type;
189 static type const call(Sequence const &sequence) in call()