Home
last modified time | relevance | path

Searched refs:attribute_type (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/struct/detail/
H A Dadapt_base.hpp84 deduced_attr_type::type attribute_type;
99 deduced_attr_type::type attribute_type;
106 BOOST_PP_TUPLE_ELEM(ATTRIBUTE_TUPLE_SIZE, 0, ATTRIBUTE) attribute_type;
185 typedef attribute_type type; \
194 , add_const<attribute_type> \
195 , mpl::identity<attribute_type> \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp340 traits::attribute_type<Attribute>::type in parse_main()
341 attribute_type; in parse_main() typedef
343 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
454 traits::attribute_type<Attribute>::type in parse_main()
455 attribute_type; in parse_main() typedef
457 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Doptional.hpp96 attribute_type; in parse() typedef
99 , traits::is_container<attribute_type>()); in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes.hpp453 struct attribute_type : mpl::identity<Attribute> {}; struct
970 typedef typename remove_const<Attribute>::type attribute_type; typedef
974 , attribute_type
981 , attribute_type
988 return boost::get(value_initialized<attribute_type>()); in call()
H A Dattributes_fwd.hpp77 struct attribute_type;