Home
last modified time | relevance | path

Searched refs:binary_parser (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/spirit/home/x3/core/
Dparser.hpp85 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/
Dmain.cpp49 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/
Dlist.hpp19 struct list : binary_parser<Left, Right, list<Left, Right>>
21 typedef binary_parser<Left, Right, list<Left, Right>> base_type;
Dalternative.hpp19 struct alternative : binary_parser<Left, Right, alternative<Left, Right>>
21 typedef binary_parser<Left, Right, alternative<Left, Right>> base_type;
Ddifference.hpp17 struct difference : binary_parser<Left, Right, difference<Left, Right>>
19 typedef binary_parser<Left, Right, difference<Left, Right>> base_type;
Dsequence.hpp20 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/
Dparser.hpp89 struct binary_parser : parser<Derived> struct
/third_party/boost/boost/spirit/home/qi/operator/
Ddifference.hpp38 struct difference : binary_parser<difference<Left, Right> >
Dlist.hpp41 struct list : binary_parser<list<Left, Right> >