Home
last modified time | relevance | path

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 Dcontainer.hpp44 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 Dattributes.hpp91 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 Dstring_traits.hpp317 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 Dattributes_fwd.hpp208 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 Dassign_to.hpp323 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 Dpass_container.hpp138 , 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 Dattr.hpp105 : 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 Doptional.hpp99 , traits::is_container<attribute_type>()); in parse()
H A Dsequence_base.hpp124 , 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 Dgrammar.hpp124 : traits::is_container<
H A Drule.hpp428 : 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 Dmeta_create.hpp87 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 Dsymbols.hpp424 : traits::is_container<Attr> {};