Searched refs:binary_parser (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/spirit/home/x3/core/ |
D | parser.hpp | 85 struct binary_parser : parser<Derived> struct 93 constexpr binary_parser(Left const& left, Right const& right) in binary_parser() argument 96 binary_parser const& get_binary() const { return *this; } in get_binary() argument 226 struct has_attribute<x3::binary_parser<Left, Right, Derived>, Context>
|
/third_party/boost/libs/metaparse/example/binary_number/ |
D | main.cpp | 49 typedef build_parser<entire_input<S> > binary_parser; typedef 52 struct binary : binary_parser::apply<S>::type {};
|
/third_party/boost/boost/spirit/home/x3/operator/ |
D | list.hpp | 19 struct list : binary_parser<Left, Right, list<Left, Right>> 21 typedef binary_parser<Left, Right, list<Left, Right>> base_type;
|
D | alternative.hpp | 19 struct alternative : binary_parser<Left, Right, alternative<Left, Right>> 21 typedef binary_parser<Left, Right, alternative<Left, Right>> base_type;
|
D | difference.hpp | 17 struct difference : binary_parser<Left, Right, difference<Left, Right>> 19 typedef binary_parser<Left, Right, difference<Left, Right>> base_type;
|
D | sequence.hpp | 20 struct sequence : binary_parser<Left, Right, sequence<Left, Right>> 22 typedef binary_parser<Left, Right, sequence<Left, Right>> base_type;
|
/third_party/boost/boost/spirit/home/qi/ |
D | parser.hpp | 89 struct binary_parser : parser<Derived> struct
|
/third_party/boost/boost/spirit/home/qi/operator/ |
D | difference.hpp | 38 struct difference : binary_parser<difference<Left, Right> >
|
D | list.hpp | 41 struct list : binary_parser<list<Left, Right> >
|