Home
last modified time | relevance | path

Searched refs:attr_local (Results 1 – 4 of 4) sorted by relevance

/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 Dnumeric_utils.hpp85 T attr_local; in call() local
86 if (call(first, last, attr_local)) in call()
88 traits::assign_to(attr_local, attr_); in call()
139 T attr_local; in call() local
140 if (call(first, last, attr_local)) in call()
142 traits::assign_to(attr_local, attr_); in call()
/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 Dsequential_or.hpp75 typename traits::wrap_if_not_tuple<Attribute>::type attr_local(attr_); in parse() local
80 return spirit::any_if_ns(elements, attr_local, f, predicate()); in parse()
H A Dpermutation.hpp85 typename traits::wrap_if_not_tuple<Attribute>::type attr_local(attr_); in parse() local
94 while (spirit::any_if_ns(elements, attr_local, f, predicate())) in parse()
H A Dsequence_base.hpp84 >::type attr_local(attr_); in parse_impl() local
87 if (spirit::any_if(elements, attr_local in parse_impl()