Searched refs:attr_local (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/spirit/home/qi/numeric/ |
D | numeric_utils.hpp | 84 T attr_local; in call() local 85 if (call(first, last, attr_local)) in call() 87 traits::assign_to(attr_local, attr_); in call() 138 T attr_local; in call() local 139 if (call(first, last, attr_local)) in call() 141 traits::assign_to(attr_local, attr_); in call()
|
/third_party/boost/boost/spirit/home/qi/operator/ |
D | sequential_or.hpp | 77 typename traits::wrap_if_not_tuple<Attribute>::type attr_local(attr_); in parse() local 83 return spirit::any_if_ns_so(elements, attr_local, f, predicate()); in parse()
|
D | permutation.hpp | 83 typename traits::wrap_if_not_tuple<Attribute>::type attr_local(attr_); in parse() local 92 while (spirit::any_if_ns(elements, attr_local, f, predicate())) in parse()
|
D | sequence_base.hpp | 84 >::type attr_local(attr_); in parse_impl() local 87 if (spirit::any_if(elements, attr_local in parse_impl()
|