Home
last modified time | relevance | path

Searched defs:container_value (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp130 struct container_value struct
136 struct container_value<T&> struct
142 struct container_value<boost::optional<T> > struct
148 struct container_value<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
152 types;
155 iter;
162 >::type type;
167 struct container_value<unused_type> struct
169 typedef unused_type type;
174 struct container_value<unused_type const> struct
[all …]
Dadapt_adt_attributes.hpp49 struct container_value<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
60 struct container_value< struct
/third_party/boost/libs/spirit/test/qi/
Dplus.cpp34 struct container_value<x_attr> struct
36 typedef char type; // value type of container
Dkleene.cpp33 struct container_value<x_attr> struct
35 typedef char type; // value type of container
Drepeat.cpp34 struct container_value<x_attr> struct
36 typedef char type; // value type of container
/third_party/boost/libs/spirit/repository/test/qi/
Dkeywords.cpp42 struct container_value<x_attr> struct
44 typedef char type; // value type of container
/third_party/boost/libs/spirit/test/x3/
Dplus.cpp26 struct container_value<x_attr> struct
28 typedef char type; // value type of container
Dkleene.cpp25 struct container_value<x_attr> struct
27 typedef char type; // value type of container
/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
/third_party/boost/libs/spirit/example/qi/
Dboost_array.cpp81 struct container_value<client::detail::adapt_array<boost::array<T, N> > > struct
83 typedef T type; // value type of container
Dcustom_string.cpp25 template <> struct container_value<QString> : mpl::identity<QChar> {}; struct
/third_party/boost/boost/spirit/home/karma/
Dphoenix_attributes.hpp101 struct container_value<phoenix::actor<Eval> > struct
103 typedef phoenix::actor<Eval> const& 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
/third_party/jerryscript/jerry-core/api/
Djerry.c4539 ecma_value_t container_value = ecma_op_container_create (arguments_list_p, in jerry_create_container() local