Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/partition/
Dcharset.hpp20 struct basic_charset struct
22 typedef basic_string_token<CharT> token;
23 typedef std::set<std::size_t> index_set;
25 token _token;
26 index_set _index_set;
28 basic_charset () in basic_charset() function
32 basic_charset (const token &token_, const std::size_t index_) : in basic_charset() function
38 bool empty () const in empty()
43 void intersect (basic_charset &rhs_, basic_charset &overlap_) in intersect()