Home
last modified time | relevance | path

Searched refs:attr_cast (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auxiliary/
H A Dattr_cast.hpp24 , stateful_tag_type<Expr, tag::attr_cast> >::type
25 attr_cast(Expr const& expr) in attr_cast() function
27 return stateful_tag_type<Expr, tag::attr_cast>(expr); in attr_cast()
32 , stateful_tag_type<Expr, tag::attr_cast, Exposed> >::type
33 attr_cast(Expr const& expr) in attr_cast() function
35 return stateful_tag_type<Expr, tag::attr_cast, Exposed>(expr); in attr_cast()
40 , stateful_tag_type<Expr, tag::attr_cast, Exposed, Transformed> >::type
41 attr_cast(Expr const& expr) in attr_cast() function
43 return stateful_tag_type<Expr, tag::attr_cast, Exposed, Transformed>(expr); in attr_cast()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Dattr_cast.hpp31 , tag::stateful_tag<Expr, tag::attr_cast, Exposed, Transformed> >
37 using spirit::attr_cast;
128 tag::stateful_tag<Expr, tag::attr_cast, Exposed, Transformed>, Modifiers>
136 Expr, tag::attr_cast, Exposed, Transformed> tag_type; in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcommon_terminals.hpp148 struct attr_cast { BOOST_SPIRIT_IS_TAG() }; struct