Searched defs:char_range (Results 1 – 4 of 4) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/char/ |
| D | char_set.hpp | 25 struct char_range struct 29 typedef typename Encoding::char_type char_type; 30 typedef Encoding encoding; 31 typedef Attribute attribute_type; 32 static bool const has_attribute = 36 constexpr char_range(char_type from_, char_type to_) in char_range() function 40 bool test(Char ch_, Context const& context) const in test() 48 char_type from, to;
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/char/ |
| D | char.hpp | 198 struct char_range struct 201 typedef typename CharEncoding::char_type char_type; 202 typedef CharEncoding char_encoding; 204 char_range(char_type from_, char_type to_) in char_range() argument 208 bool test(CharParam ch_, Context&) const in test() 218 info what(Context& /*context*/) const in what() 226 char_type from, to; 230 struct char_range<CharEncoding, true> // case insensitive struct 233 typedef typename CharEncoding::char_type char_type; 234 typedef CharEncoding char_encoding; [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/char/ |
| D | char.hpp | 208 struct char_range struct 211 typedef typename CharEncoding::char_type char_type; 212 typedef CharEncoding char_encoding; 214 char_range(char_type from, char_type to) in char_range() function 222 bool test(Attribute const& attr, CharParam& ch, Context&) const in test() 231 bool test(unused_type, CharParam&, Context&) const in test() 243 info what(Context& /*context*/) const in what() 251 char_type from, to;
|
| /external/sdv/vsomeip/third_party/boost/proto/test/ |
| D | toy_spirit2.cpp | 115 struct char_range struct 118 char_range(char from, char to) in char_range() argument
|