Home
last modified time | relevance | path

Searched defs:is_container (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/container/detail/
Dis_container.hpp42 struct is_container struct
44 static const bool value =
52 struct is_container<void> struct
54 static const bool value = false;
/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp44 struct is_container struct
53 struct is_container<T&> struct
58 struct is_container<boost::optional<T> > struct
64 struct is_container<boost::variant<T> > struct
69 struct is_container<boost::variant<T0, T1, TN...> > struct
81 struct is_container<boost::detail::variant::void_> struct
86 struct is_container<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
Dadapt_adt_attributes.hpp42 struct is_container<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
/third_party/boost/boost/icl/type_traits/
Dis_container.hpp30 struct is_container struct
/third_party/boost/libs/variant/test/
Drvalue_test.cpp294 struct is_container : boost::mpl::false_ {}; struct
297 struct is_container<boost::variant<T> > : is_container<T> {}; struct
300 struct is_container<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
/third_party/boost/libs/spirit/example/karma/
Dcustomize_embedded_container.cpp47 struct is_container<client::embedded_container const> struct
Dcustomize_counter.cpp50 struct is_container<client::counter const> struct
Dcustomize_use_as_container.cpp65 struct is_container<client::use_as_container const> struct
/third_party/boost/libs/spirit/example/qi/
Dcustom_string.cpp22 template <> struct is_container<QString> : mpl::true_ {}; struct
Dboost_array.cpp76 struct is_container<client::detail::adapt_array<boost::array<T, N> > > struct
/third_party/boost/boost/spirit/home/karma/
Dphoenix_attributes.hpp40 struct is_container<phoenix::actor<Eval> const> struct
/third_party/boost/boost/spirit/home/karma/operator/
Dsequence.hpp216 is_container; in generate() typedef
/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp48 using is_container = typename detail::is_container_impl<T>::type; typedef
/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp74 typedef typename traits::is_container<T>::type is_container; in call() typedef
127 typedef typename traits::is_container<T>::type is_container; in call() typedef
/third_party/boost/boost/spirit/home/qi/detail/
Dassign_to.hpp323 typedef typename traits::is_container<T>::type is_container; in call() typedef
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h803 bool is_container() { return flags & NF_CONTAINER; } in is_container() function