Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/
Dstring_token_def.hpp70 struct string_token_def struct
75 char_type;
76 typedef std::basic_string<char_type> string_type;
78 string_token_def(typename add_reference<String>::type str, IdType const& id) in string_token_def() function
84 void collect(LexerDef& lexdef, String_ const& state in collect()
111 void add_actions(LexerDef&) const {} in add_actions()
113 std::size_t id() const { return id_; } in id()
114 std::size_t unique_id() const { return unique_id_; } in unique_id()
115 std::size_t state() const { return token_state_; } in state()
117 string_type str_;
[all …]