Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 178) sorted by relevance

12345678

/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 Dassign_to.hpp45 template <typename Attribute, typename Iterator, typename Enable>
50 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::false_) in call()
53 attr = Attribute(first, last); in call()
63 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::true_) in call()
65 typename Attribute::value_type rng(first, last); in call()
70 call(Iterator const& first, Iterator const& last, Attribute& attr) in call()
72 call(first, last, attr, detail::is_container_of_ranges<Attribute>()); in call()
76 template <typename Attribute, typename Iterator>
78 reference_wrapper<Attribute>, Iterator>
82 , reference_wrapper<Attribute> attr) in call()
[all …]
H A Dattributes.hpp35 template <typename Attribute>
36 struct default_transform_attribute<Attribute, Attribute>
38 typedef Attribute& type;
39 static Attribute& pre(Attribute& val) { return val; } in pre()
40 static void post(Attribute&, Attribute const&) {} in post()
41 static void fail(Attribute&) {} in fail()
57 template <typename Attribute>
58 struct proxy_transform_attribute<Attribute, Attribute>
60 typedef Attribute& type;
61 static Attribute& pre(Attribute& val) { return val; } in pre()
[all …]
H A Dpass_container.hpp30 template <typename Sequence, typename Attribute, typename ValueType>
34 , typename traits::is_weak_substitute<Attribute, ValueType>::type
36 traits::is_weak_substitute<Attribute, ValueType>
48 template <typename Container, typename ValueType, typename Attribute
51 : negate_weak_substitute_if_not<Sequence, Attribute, ValueType>
60 template <typename Container, typename ValueType, typename Attribute
64 negate_weak_substitute_if_not<Sequence, Attribute, Container>
65 , negate_weak_substitute_if_not<Sequence, Attribute, ValueType> >
71 template <typename Container, typename ValueType, typename Attribute
77 Attribute, not_compatible_element<Container, ValueType, mpl::_1>
[all …]
H A Dstring_parse.hpp18 template <typename Char, typename Iterator, typename Attribute>
21 , Iterator& first, Iterator const& last, Attribute& attr) in string_parse()
38 template <typename String, typename Iterator, typename Attribute>
41 , Iterator& first, Iterator const& last, Attribute& attr) in string_parse()
55 template <typename Char, typename Iterator, typename Attribute>
58 , Iterator& first, Iterator const& last, Attribute& attr) in string_parse()
70 template <typename String, typename Iterator, typename Attribute>
73 , Iterator& first, Iterator const& last, Attribute& attr) in string_parse()
H A Dalternative_function.hpp55 typename Attribute>
60 Skipper const& skipper_, Attribute& attr_) in alternative_function()
86 typename Attribute::value_type>::type in call_optional_or_variant()
104 find_substitute<Attribute, in call_variant()
135 is_same<Attribute, expected>()); in call_optional_or_variant()
143 component, mpl::not_<spirit::traits::not_is_optional<Attribute, qi::domain> >()); in call()
152 spirit::traits::not_is_variant<Attribute, qi::domain>, in call_unused()
153 spirit::traits::not_is_optional<Attribute, qi::domain> in call_unused()
178 Attribute& attr;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes_fwd.hpp27 template <typename Exposed, typename Attribute>
30 template <typename T, typename Attribute>
76 template <typename Attribute, typename Enable = void>
88 template <typename Attribute, typename Enable = void>
91 template <typename Attribute>
92 typename attribute_size<Attribute>::type
93 size(Attribute const& attr);
102 template <typename Component, typename Attribute, typename Enable = void>
121 template <typename Attribute, typename Iterator, typename Enable = void>
124 template <typename Iterator, typename Attribute>
[all …]
H A Dattributes.hpp307 template <typename Expected, typename Attribute>
309 : is_convertible<Attribute, Expected>
312 template <typename Expected, typename Attribute>
313 struct attribute_is_compatible<Expected, boost::optional<Attribute> >
314 : is_convertible<Attribute, Expected>
323 template <typename Attribute, typename Expected
327 traits::detail::attribute_is_compatible<Expected, Attribute>
372 template <typename Expected, typename Attribute, typename Domain>
374 : compute_compatible_component_variant<Attribute, Expected
375 , typename spirit::traits::not_is_variant<Attribute, Domain>::type> {};
[all …]
H A Daction_dispatch.hpp149 template <typename F, typename Attribute, typename Context>
150 bool operator()(F const& f, Attribute& attr, Context& context) in operator ()()
158 template <typename F, typename Attribute, typename Context>
159 bool operator()(F const& f, Attribute& attr, Context& context)
172 template <typename Eval, typename Attribute, typename Context>
174 , Attribute& attr, Context& context) in operator ()()
177 typename pass_attribute<Component, Attribute>::type attr_wrap(attr); in operator ()()
185 , typename Attribute, typename Context>
186 bool operator()(RT(*f)(A0, A1, A2), Attribute& attr, Context& context) in operator ()()
194 , typename Attribute, typename Context>
[all …]
H A Dhandles_container.hpp25 template <typename T, typename Attribute, typename Context
29 template <typename Subject, typename Attribute, typename Context
32 : handles_container<Subject, Attribute, Context, Iterator> {};
34 template <typename Left, typename Right, typename Attribute
38 handles_container<Left, Attribute, Context, Iterator>
39 , handles_container<Right, Attribute, Context, Iterator> >
42 template <typename Elements, typename Attribute, typename Context
48 Elements, handles_container<mpl::_, Attribute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dattributes.hpp38 using Type = gl::Attribute<T, N>;
43 using Type = gl::Attribute<uint16_t, 3>;
49 using Type = gl::Attribute<int16_t, N>;
56 using Type = gl::Attribute<float, 2>;
61 using Type = gl::Attribute<float, 2>;
66 using Type = gl::Attribute<float, 2>;
71 using Type = gl::Attribute<float, 2>;
76 using Type = gl::Attribute<float, 2>;
81 using Type = gl::Attribute<float, 1>;
86 using Type = gl::Attribute<float, 1>;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/detail/
H A Dmatch_manip.hpp28 , typename Skipper = unused_type, typename Attribute = unused_type const>
37 match_manip(Expr const& xpr, Skipper const& s, Attribute& a) in match_manip()
41 , BOOST_SCOPED_ENUM(skip_flag) ps, Attribute& a) in match_manip()
46 Attribute& attr;
54 template <typename Expr, typename Skipper, typename Attribute>
55 struct match_manip<Expr, mpl::false_, mpl::true_, Skipper, Attribute>
57 match_manip(Expr const& xpr, Skipper const& s, Attribute& a) in match_manip()
61 , BOOST_SCOPED_ENUM(skip_flag) ps, Attribute& a) in match_manip()
66 Attribute attr;
74 template <typename Expr, typename Skipper, typename Attribute>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Doptional.hpp62 , typename Skipper, typename Attribute>
65 , Attribute& attr_, mpl::false_) const in parse_impl()
68 typename spirit::result_of::optional_value<Attribute>::type val = in parse_impl()
69 typename spirit::result_of::optional_value<Attribute>::type(); in parse_impl()
80 , typename Skipper, typename Attribute>
83 , Attribute& attr_, mpl::true_) const in parse_impl()
90 , typename Skipper, typename Attribute>
93 , Attribute& attr_) const in parse()
95 typedef typename spirit::result_of::optional_value<Attribute>::type in parse()
128 template <typename Subject, typename Attribute, typename Context
[all …]
H A Dsequential_or.hpp65 , typename Skipper, typename Attribute>
68 , Attribute& attr_) const in parse()
75 typename traits::wrap_if_not_tuple<Attribute>::type attr_local(attr_); in parse()
110 template <typename Elements, typename Attribute>
111 struct pass_attribute<qi::sequential_or<Elements>, Attribute>
112 : wrap_if_not_tuple<Attribute> {};
120 template <typename Elements, typename Attribute, typename Context
122 struct handles_container<qi::sequential_or<Elements>, Attribute, Context
124 : nary_handles_container<Elements, Attribute, Context, Iterator> {};
H A Dpermutation.hpp69 , typename Skipper, typename Attribute>
72 , Attribute& attr_) const in parse()
85 typename traits::wrap_if_not_tuple<Attribute>::type attr_local(attr_); in parse()
129 template <typename Elements, typename Attribute>
130 struct pass_attribute<qi::permutation<Elements>, Attribute>
131 : wrap_if_not_tuple<Attribute> {};
139 template <typename Elements, typename Attribute, typename Context
141 struct handles_container<qi::permutation<Elements>, Attribute, Context
143 : nary_handles_container<Elements, Attribute, Context, Iterator> {};
H A Dsequence_base.hpp68 , typename Skipper, typename Attribute>
71 , Attribute& attr_, mpl::false_) const in parse_impl()
79 typename traits::wrap_if_not_tuple<Attribute in parse_impl()
82 , mpl::not_<traits::one_element_sequence<Attribute> > in parse_impl()
96 , typename Skipper, typename Attribute>
99 , Attribute& attr_, mpl::true_) const in parse_impl()
118 , typename Skipper, typename Attribute>
121 , Attribute& attr_) const in parse()
124 , traits::is_container<Attribute>()); in parse()
/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_policies.hpp25 template <typename Iterator, typename Attribute>
27 parse_true(Iterator& first, Iterator const& last, Attribute& attr_) in parse_true()
37 template <typename Iterator, typename Attribute>
39 parse_false(Iterator& first, Iterator const& last, Attribute& attr_) in parse_false()
54 template <typename Iterator, typename Attribute>
56 parse_true(Iterator& first, Iterator const& last, Attribute& attr_) in parse_true()
66 template <typename Iterator, typename Attribute>
68 parse_false(Iterator& first, Iterator const& last, Attribute& attr_) in parse_false()
H A Dreal_policies.hpp38 template <typename Iterator, typename Attribute>
40 parse_n(Iterator& first, Iterator const& last, Attribute& attr_) in parse_n()
42 return extract_uint<Attribute, 10, 1, -1>::call(first, last, attr_); in parse_n()
55 template <typename Iterator, typename Attribute>
57 parse_frac_n(Iterator& first, Iterator const& last, Attribute& attr_, int& frac_digits) in parse_frac_n()
60 bool r = extract_uint<Attribute, 10, 1, -1, true, true>::call(first, last, attr_); in parse_frac_n()
118 template <typename Iterator, typename Attribute>
120 parse_nan(Iterator& first, Iterator const& last, Attribute& attr_) in parse_nan()
149 template <typename Iterator, typename Attribute>
151 parse_inf(Iterator& first, Iterator const& last, Attribute& attr_) in parse_inf()
/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 Dlazy.hpp49 , typename Skipper, typename Attribute>
53 , Attribute& attr, mpl::false_) in lazy_parse_impl()
59 , typename Skipper, typename Attribute>
63 , Attribute& /*attr*/, mpl::true_) in lazy_parse_impl() argument
71 , typename Skipper, typename Attribute>
75 , Attribute& attr) in lazy_parse_impl_main()
118 , typename Skipper, typename Attribute>
121 , Attribute& attr) const in parse()
192 , typename Skipper, typename Attribute>
195 , Attribute& attr) const in parse()
[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 Dskip.hpp78 , typename Skipper, typename Attribute>
82 , Attribute& attr_) const in parse()
88 , typename Skipper, typename Attribute>
92 , Attribute& attr_) const in parse()
125 , typename Skipper_, typename Attribute>
128 , Attribute& attr_) const in parse()
189 template <typename Subject, typename Attribute, typename Context
191 struct handles_container<qi::reskip_parser<Subject>, Attribute
193 : unary_handles_container<Subject, Attribute, Context, Iterator> {};
195 template <typename Subject, typename Skipper, typename Attribute
[all …]
H A Dlexeme.hpp58 , typename Skipper, typename Attribute>
62 , Attribute& attr_) const in parse()
69 , typename Skipper, typename Attribute>
73 , Attribute& attr_) const in parse()
113 template <typename Subject, typename Attribute, typename Context
115 struct handles_container<qi::lexeme_directive<Subject>, Attribute
117 : unary_handles_container<Subject, Attribute, Context, Iterator> {};
H A Dno_skip.hpp61 , typename Skipper, typename Attribute>
65 , Attribute& attr_) const in parse()
71 , typename Skipper, typename Attribute>
75 , Attribute& attr_) const in parse()
113 template <typename Subject, typename Attribute, typename Context
115 struct handles_container<qi::no_skip_directive<Subject>, Attribute
117 : unary_handles_container<Subject, Attribute, Context, Iterator> {};
H A Dhold.hpp57 , typename Skipper, typename Attribute>
59 , Context& context, Skipper const& skipper, Attribute& attr_) const in parse()
61 Attribute copy(attr_); in parse()
102 template <typename Subject, typename Attribute, typename Context
104 struct handles_container<qi::hold_directive<Subject>, Attribute
106 : unary_handles_container<Subject, Attribute, Context, Iterator> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp22 using ZoomInterpolatedAttributeType = gl::Attribute<typename A::ValueType, A::Dimensions * 2>;
78 using Attribute = ZoomInterpolatedAttributeType<A>; typedef in mbgl::PaintPropertyBinder
79 using AttributeBinding = typename Attribute::Binding;
97 using Attribute = ZoomInterpolatedAttributeType<A>; typedef in mbgl::ConstantPaintPropertyBinder
98 using AttributeBinding = typename Attribute::Binding;
130 using Attribute = ZoomInterpolatedAttributeType<A>; typedef in mbgl::SourceFunctionPaintPropertyBinder
131 using AttributeBinding = typename Attribute::Binding;
155 return Attribute::binding(*vertexBuffer, 0, BaseAttribute::Dimensions); in attributeBinding()
185 using Attribute = ZoomInterpolatedAttributeType<A>; typedef in mbgl::CompositeFunctionPaintPropertyBinder
186 using AttributeValue = typename Attribute::Value;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopositioninfo.h55 enum Attribute { enum
85 void setAttribute(Attribute attribute, qreal value);
86 qreal attribute(Attribute attribute) const;
87 void removeAttribute(Attribute attribute);
88 bool hasAttribute(Attribute attribute) const;
107 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, QGeoPositionInfo::Attribute attr);
108 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo::Attribute &attr…
H A Dqgeopositioninfo.cpp212 void QGeoPositionInfo::setAttribute(Attribute attribute, qreal value) in setAttribute()
227 qreal QGeoPositionInfo::attribute(Attribute attribute) const in attribute()
237 void QGeoPositionInfo::removeAttribute(Attribute attribute) in removeAttribute()
246 bool QGeoPositionInfo::hasAttribute(Attribute attribute) const in hasAttribute()
259 QList<QGeoPositionInfo::Attribute> attribs = info.d->doubleAttribs.keys(); in operator <<()
299 QDataStream &operator<<(QDataStream &stream, QGeoPositionInfo::Attribute attr) in operator <<()
311 QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo::Attribute &attr) in operator >>()
315 attr = static_cast<QGeoPositionInfo::Attribute>(a); in operator >>()

12345678