Home
last modified time | relevance | path

Searched refs:container_value (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp130 struct container_value struct
136 struct container_value<T&> struct
137 : container_value<T>
142 struct container_value<boost::optional<T> > struct
143 : container_value<T>
148 struct container_value<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
157 typedef typename container_value<
167 struct container_value<unused_type> struct
174 struct container_value<unused_type const> struct
Dadapt_adt_attributes.hpp49 struct container_value<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
50 : container_value<
60 struct container_value< struct
62 : container_value<
Dattributes.hpp69 typename container_value<T>::type
70 , typename container_value<Expected>::type>
147 typename container_value<T>::type
148 , typename container_value<Expected>::type>
319 : traits::is_hold_any<typename traits::container_value<Container>::type>
Dattributes_fwd.hpp199 struct container_value;
/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp73 struct container_value struct
78 struct container_value<Container const> : container_value<Container> {}; struct
85 struct container_value<T struct
93 struct container_value<unused_type> : mpl::identity<unused_type> {}; struct
Dis_substitute.hpp44 typename container_value<T>::type
45 , typename container_value<Attribute>::type>
/third_party/boost/boost/spirit/home/qi/detail/
Dpass_container.hpp141 , typename traits::container_value<Attribute>::type>
279 typename traits::container_value<Attr>::type val = in dispatch_container()
280 typename traits::container_value<Attr>::type(); in dispatch_container()
316 typedef typename traits::container_value<Attr>::type value_type; in dispatch_attribute()
Dassign_to.hpp279 typedef typename container_value<Attribute>::type value_type; in call()
314 typedef typename container_value<Attribute>::type value_type; in call()
/third_party/boost/libs/spirit/example/qi/
Dcustom_string.cpp25 template <> struct container_value<QString> : mpl::identity<QChar> {}; struct
Dboost_array.cpp81 struct container_value<client::detail::adapt_array<boost::array<T, N> > > struct
/third_party/boost/boost/spirit/home/karma/detail/
Dpass_container.hpp146 , typename traits::container_value<Attribute>::type>
351 typedef typename traits::container_value<Attr>::type value_type; in dispatch_attribute()
Dextract_from.hpp127 typedef typename traits::container_value<Attribute const>::type
/third_party/boost/boost/spirit/home/karma/
Dphoenix_attributes.hpp101 struct container_value<phoenix::actor<Eval> > struct
/third_party/boost/libs/spirit/test/qi/
Dplus.cpp34 struct container_value<x_attr> struct
Dkleene.cpp33 struct container_value<x_attr> struct
Drepeat.cpp34 struct container_value<x_attr> struct
/third_party/boost/libs/spirit/test/x3/
Dplus.cpp26 struct container_value<x_attr> struct
Dkleene.cpp25 struct container_value<x_attr> struct
/third_party/boost/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp94 using value_type = typename traits::container_value<Attribute>::type; in call_synthesize_x()
230 , typename traits::container_value<Container>::type
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c721 const ecma_value_t container_value = ecma_make_object_value ((ecma_object_t *) container_p); in ecma_op_container_set_weak() local
726 refs_p->buffer_p[i] = container_value; in ecma_op_container_set_weak()
731 ecma_collection_push_back (refs_p, container_value); in ecma_op_container_set_weak()
/third_party/boost/boost/spirit/repository/home/qi/directive/
Dkwd.hpp343 typename traits::container_value<Attribute>::type val = in parse_impl()
344 typename traits::container_value<Attribute>::type(); in parse_impl()
505 typename traits::container_value<Attribute>::type val = in parse_impl()
506 typename traits::container_value<Attribute>::type(); in parse_impl()
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dalternative.hpp245 … typename traits::is_variant<typename traits::container_value<Attribute>::type>::type{}); in call()
Dsequence.hpp409 traits::container_value<Attribute>::type in call()
/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp48 , traits::container_value<T>
101 , traits::container_value<T>
/third_party/boost/libs/spirit/repository/test/qi/
Dkeywords.cpp42 struct container_value<x_attr> struct

12