Searched defs:pass_container (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/boost/spirit/home/karma/detail/ |
| D | pass_container.hpp | 292 struct pass_container : pass_container_base<Iterator> struct 294 typedef pass_container_base<Iterator> base_type; 295 typedef typename F::context_type context_type; 297 pass_container(F const& f, Iterator begin, Iterator end) in pass_container() argument 302 bool is_at_end() const in is_at_end() 307 void next() in next() 315 bool dispatch_container(Component const& component, mpl::false_) const in dispatch_container() 333 bool dispatch_container(Component const& component, mpl::true_) const in dispatch_container() 342 bool dispatch_attribute(Component const& component, mpl::false_) const in dispatch_attribute() 349 bool dispatch_attribute(Component const& component, mpl::true_) const in dispatch_attribute() [all …]
|
| /third_party/boost/boost/spirit/home/qi/detail/ |
| D | pass_container.hpp | 265 struct pass_container struct 267 typedef typename F::context_type context_type; 268 typedef typename F::iterator_type iterator_type; 270 pass_container(F const& f_, Attr& attr_) in pass_container() function 276 bool dispatch_container(Component const& component, mpl::false_) const in dispatch_container() 298 bool dispatch_container(Component const& component, mpl::true_) const in dispatch_container() 307 bool dispatch_attribute(Component const& component, mpl::false_) const in dispatch_attribute() 314 bool dispatch_attribute(Component const& component, mpl::true_) const in dispatch_attribute() 337 bool operator()(Component const& component) const in operator ()() 354 F f; [all …]
|
| /third_party/boost/boost/spirit/home/karma/operator/ |
| D | kleene.hpp | 116 pass_container; in generate() typedef
|
| D | plus.hpp | 128 pass_container; in generate() typedef
|
| D | list.hpp | 123 pass_container; in generate() typedef
|
| D | sequence.hpp | 194 pass_container; in generate_impl() typedef
|
| /third_party/boost/boost/spirit/home/karma/directive/ |
| D | repeat.hpp | 212 pass_container; in generate() typedef
|