Searched refs:is_container (Results 1 – 13 of 13) 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/ |
| H A D | container.hpp | 44 struct is_container struct 53 struct is_container<T&> struct 54 : is_container<T> 58 struct is_container<boost::optional<T> > struct 59 : is_container<T> 64 struct is_container<boost::variant<T> > struct 65 : is_container<T> 69 struct is_container<boost::variant<T0, T1, TN...> > struct 70 : mpl::bool_<is_container<T0>::value || 71 is_container<boost::variant<T1, TN...> >::value> [all …]
|
| H A D | attributes.hpp | 91 is_container<T>, 92 is_container<Expected>, 155 is_container<T> 156 , is_container<Expected> 330 is_container<Expected> 489 , mpl::not_<traits::is_container<Attribute> > 505 traits::is_container<Attribute> 1145 detail::clear_impl(val, typename is_container<T>::type()); in call() 1291 call_impl2(out, val, is_container<T_>()); in call_impl()
|
| H A D | string_traits.hpp | 317 inline typename disable_if<is_container<Str> 322 inline typename disable_if<is_container<Str> 343 , typename enable_if<traits::is_container<Str> >::type>
|
| H A D | attributes_fwd.hpp | 208 struct is_container;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | assign_to.hpp | 323 typedef typename traits::is_container<T>::type is_container; in call() typedef 326 call(val, attr, is_container(), is_string()); in call() 388 traits::is_container<Attribute> in assign_to()
|
| H A D | pass_container.hpp | 138 , typename enable_if<traits::is_container<Attribute> >::type>
|
| /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 D | attr.hpp | 105 : traits::is_container<Attr> {};
|
| /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 D | optional.hpp | 99 , traits::is_container<attribute_type>()); in parse()
|
| H A D | sequence_base.hpp | 124 , traits::is_container<Attribute>()); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | grammar.hpp | 124 : traits::is_container<
|
| H A D | rule.hpp | 428 : traits::is_container<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auto/ |
| H A D | meta_create.hpp | 87 traits::is_container<T>, mpl::not_<traits::is_string<T> > >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | symbols.hpp | 424 : traits::is_container<Attr> {};
|