Searched defs:container_value (Results 1 – 14 of 14) sorted by relevance
130 struct container_value struct136 struct container_value<T&> struct142 struct container_value<boost::optional<T> > struct148 struct container_value<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct152 types;155 iter;162 >::type type;167 struct container_value<unused_type> struct169 typedef unused_type type;174 struct container_value<unused_type const> struct[all …]
49 struct container_value<fusion::extension::adt_attribute_proxy<T, N, Const> > struct60 struct container_value< struct
34 struct container_value<x_attr> struct36 typedef char type; // value type of container
33 struct container_value<x_attr> struct35 typedef char type; // value type of container
42 struct container_value<x_attr> struct44 typedef char type; // value type of container
26 struct container_value<x_attr> struct28 typedef char type; // value type of container
25 struct container_value<x_attr> struct27 typedef char type; // value type of container
73 struct container_value struct78 struct container_value<Container const> : container_value<Container> {}; struct85 struct container_value<T struct93 struct container_value<unused_type> : mpl::identity<unused_type> {}; struct
81 struct container_value<client::detail::adapt_array<boost::array<T, N> > > struct83 typedef T type; // value type of container
25 template <> struct container_value<QString> : mpl::identity<QChar> {}; struct
101 struct container_value<phoenix::actor<Eval> > struct103 typedef phoenix::actor<Eval> const& type;
721 const ecma_value_t container_value = ecma_make_object_value ((ecma_object_t *) container_p); in ecma_op_container_set_weak() local
4539 ecma_value_t container_value = ecma_op_container_create (arguments_list_p, in jerry_create_container() local