Home
last modified time | relevance | path

Searched defs:symbols_parser (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/string/
Dsymbols.hpp40 struct symbols_parser : parser<symbols_parser<Encoding, T, Lookup>> struct
42 typedef typename Encoding::char_type char_type; // the character type
43 typedef Encoding encoding;
44 typedef T value_type; // the value associated with each entry
45 typedef value_type attribute_type;
47 static bool const has_attribute =
49 static bool const handles_container =
52 symbols_parser(std::string const& name = "symbols") in symbols_parser() function
60 symbols_parser(symbols_parser const& syms) in symbols_parser() function
69 symbols_parser(Symbols const& syms, std::string const& name = "symbols") in symbols_parser() function
[all …]