Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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() function
96 binary_parser const& get_binary() const { return *this; } in get_binary() argument
226 struct has_attribute<x3::binary_parser<Left, Right, Derived>, Context>
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Dmaster_parser_test.cc316 BinaryParser* binary_parser = new BinaryParser; in TEST_F() local
317 ResetParser(ParserForId(Id::kEbml, binary_parser)); in TEST_F()
322 EXPECT_EQ(expected, binary_parser->value()); in TEST_F()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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;
Ddifference.hpp17 struct difference : binary_parser<Left, Right, difference<Left, Right>>
19 typedef binary_parser<Left, Right, difference<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;
Dsequence.hpp20 struct sequence : binary_parser<Left, Right, sequence<Left, Right>>
22 typedef binary_parser<Left, Right, sequence<Left, Right>> base_type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/
Dparser.hpp89 struct binary_parser : parser<Derived> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Ddifference.hpp38 struct difference : binary_parser<difference<Left, Right> >
Dlist.hpp41 struct list : binary_parser<list<Left, Right> >