Home
last modified time | relevance | path

Searched refs:unused_type (Results 1 – 25 of 70) sorted by relevance

123

/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 Dattributes.hpp109 struct transform_attribute<unused_type, unused_type>
111 typedef unused_type type;
112 static unused_type pre(unused_type) { return unused; } in pre()
113 static void post(unused_type, unused_type) {} in post()
114 static void fail(unused_type) {} in fail()
118 struct transform_attribute<unused_type const, unused_type>
119 : transform_attribute<unused_type, unused_type>
123 struct transform_attribute<unused_type, Attribute>
124 : transform_attribute<unused_type, unused_type>
128 struct transform_attribute<unused_type const, Attribute>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dunused.hpp32 struct unused_type struct
34 unused_type() in unused_type() function
39 unused_type(T const&) in unused_type() argument
44 unused_type const&
51 unused_type&
57 unused_type const&
58 operator=(unused_type const&) const in operator =() argument
63 unused_type&
64 operator=(unused_type const&) in operator =() argument
70 unused_type const unused = unused_type();
[all …]
H A Dcontainer.hpp160 , unused_type, typename mpl::deref<iter>::type
167 struct container_value<unused_type>
169 typedef unused_type type;
174 struct container_value<unused_type const>
176 typedef unused_type type;
215 struct container_iterator<unused_type>
217 typedef unused_type const* type;
221 struct container_iterator<unused_type const>
223 typedef unused_type const* type;
266 inline unused_type optional_value(unused_type) in optional_value() argument
[all …]
H A Dattributes.hpp362 mpl::eval_if<type, mpl::deref<iter>, mpl::identity<unused_type> >::type
378 struct compute_compatible_component<Expected, unused_type, Domain>
382 struct compute_compatible_component<unused_type, Attribute, Domain>
386 struct compute_compatible_component<unused_type, unused_type, Domain>
423 , typename Context = unused_type, typename Iterator = unused_type>
436 template <typename Context, typename Iterator = unused_type>
464 struct sequence_size<unused_type>
573 struct attribute_size<unused_type>
577 static type call(unused_type) in call()
623 struct wrap_if_not_tuple<unused_type, mpl::false_>
[all …]
H A Dterminal.hpp85 , typename A0 = unused_type
86 , typename A1 = unused_type
87 , typename A2 = unused_type
88 , typename Unused = unused_type
187 , typename A1 = unused_type
188 , typename A2 = unused_type
215 struct to_lazy_arg<unused_type>
218 typedef unused_type type;
241 struct to_nonlazy_arg<unused_type>;
274 , typename A1 = unused_type
[all …]
H A Dattributes_fwd.hpp128 void assign_to(Iterator const&, Iterator const&, unused_type);
140 void assign_to(T const&, unused_type);
183 template <typename T, typename Domain = unused_type, typename Enable = void>
189 template <typename T, typename Domain = unused_type, typename Enable = void>
214 template <typename T, typename Attribute, typename Context = unused_type
215 , typename Iterator = unused_type, typename Enable = void>
262 void print_attribute(Out&, unused_type);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dunused.hpp23 struct unused_type struct
26 unused_type() BOOST_NOEXCEPT in unused_type() function
32 unused_type(T const&) BOOST_NOEXCEPT in unused_type() function
38 unused_type const&
46 unused_type&
53 unused_type const&
54 operator=(unused_type const&) const BOOST_NOEXCEPT in operator =() argument
60 unused_type&
61 operator=(unused_type const&) BOOST_NOEXCEPT in operator =() argument
67 BOOST_CONSTEXPR_OR_CONST unused_type unused = unused_type();
[all …]
/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 Dnonterminal_fwd.hpp19 typename Iterator, typename T1 = unused_type
20 , typename T2 = unused_type, typename T3 = unused_type
21 , typename T4 = unused_type>
25 typename Iterator, typename T1 = unused_type
26 , typename T2 = unused_type, typename T3 = unused_type
27 , typename T4 = unused_type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Dderef_impl.hpp40 typedef typename mpl::eval_if<is_same<it, unused_type>,
41 mpl::identity<unused_type>,
54 unused_type operator()(unused_type const&) const in operator ()()
56 return unused_type(); in operator ()()
H A Dnext_impl.hpp39 typedef typename mpl::eval_if<is_same<it, unused_type>,
40 mpl::identity<unused_type>,
53 unused_type operator()(unused_type const&) const in operator ()()
55 return unused_type(); in operator ()()
H A Dprior_impl.hpp38 typedef typename mpl::eval_if<is_same<it, unused_type>,
39 mpl::identity<unused_type>,
52 unused_type operator()(unused_type const&) const in operator ()()
54 return unused_type(); in operator ()()
H A Dbegin_impl.hpp36 : mpl::eval_if<is_same<SeqRef, unused_type const&>,
37 mpl::identity<unused_type>,
60 unused_type operator()(unused_type const&) const in operator ()()
62 return unused_type(); in operator ()()
H A Dat_impl.hpp39 : mpl::eval_if<is_same<SeqRef, unused_type const&>,
40 mpl::identity<unused_type>,
63 unused_type operator()(unused_type const&) const in operator ()()
65 return unused_type(); in operator ()()
H A Dend_impl.hpp50 : mpl::eval_if<is_same<SeqRef, unused_type const&>,
51 mpl::identity<unused_type>,
74 unused_type operator()(unused_type const&) const in operator ()()
76 return unused_type(); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp119 , typename mpl::if_c<no_attribute, unused_type
133 no_attribute, unused_type, char_type>::type
157 , typename mpl::if_c<no_attribute, unused_type
171 no_attribute, unused_type, char_type>::type
273 , typename mpl::if_c<no_attribute, unused_type
341 , typename mpl::if_c<no_attribute, unused_type
430 result_type operator()(Char ch, unused_type) const in operator ()()
436 result_type operator()(Char const* str, unused_type) const in operator ()()
469 result_type operator()(unused_type, unused_type) const in operator ()()
500 result_type operator()(Terminal const& term, unused_type) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Das.hpp133 result_type operator()(unused_type, Subject const& subject in operator ()()
134 , unused_type) const in operator ()()
144 result_type operator()(unused_type, Subject const& subject in operator ()()
145 , unused_type) const in operator ()()
155 result_type operator()(unused_type, Subject const& subject in operator ()()
156 , unused_type) const in operator ()()
/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 Deps.hpp55 typedef unused_type type;
80 typedef unused_type type;
112 result_type operator()(unused_type, unused_type) const in operator ()()
125 result_type operator()(Terminal const& term, unused_type) const in operator ()()
H A Deoi.hpp44 typedef unused_type type;
71 result_type operator()(unused_type, unused_type) const in operator ()()
H A Deol.hpp44 typedef unused_type type;
89 result_type operator()(unused_type, unused_type) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/action/
H A Daction.hpp109 , unused_type) const in parse()
112 typedef traits::make_attribute<attr_type, unused_type> make_attribute; in parse()
118 typename make_attribute::type made_attr = make_attribute::call(unused_type()); in parse()
177 typename result<make_component(Elements, unused_type)>::type
178 operator()(Elements const& elements, unused_type) const in operator ()()
180 typename result<make_component(Elements, unused_type)>::type in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp100 scale(int /*exp*/, unused_type /*n*/, unused_type /*acc_n*/) in scale() argument
114 scale(int /*exp*/, int /*frac*/, unused_type /*n*/) in scale() argument
145 inline unused_type
146 negate(bool /*neg*/, unused_type n) in negate()
160 is_equal_to_one(unused_type) in is_equal_to_one() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp77 , unused_type
99 , mpl::not_<is_same<mpl::_, unused_type> >
123 , unused_type
143 , unused_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auto/
H A Dmeta_create.hpp95 typename result<nary_proto_expr_function(T, unused_type const&)>::type
96 operator()(T, unused_type const&) const in operator ()()
144 typename result<nary_proto_expr_function(unused_type const&, T)>::type
145 operator()(unused_type const&, T) const in operator ()()
187 Sequence, unused_type, make_proto_expr
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dpow10.hpp40 struct pow10_helper<unused_type>
42 static unused_type call(unused_type) in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Dbool.hpp180 : mpl::if_c<no_attribute, unused_type, T>
222 result_type operator()(unused_type, unused_type) const in operator ()()
245 result_type operator()(Terminal const& term, unused_type) const in operator ()()
267 result_type operator()(unused_type, unused_type) const in operator ()()
290 result_type operator()(Terminal const& term, unused_type) const in operator ()()

123