Searched defs:char_class (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/spirit/home/x3/char/ |
D | char_class.hpp | 54 struct char_class struct 57 typedef Encoding encoding; 58 typedef Tag tag; 59 typedef typename Encoding::char_type char_type; 60 typedef char_type attribute_type; 61 static bool const has_attribute = true; 64 bool test(Char ch, Context const& context) const in test()
|
/third_party/boost/boost/spirit/home/karma/char/ |
D | char_class.hpp | 69 struct char_class struct 74 typedef typename Tag::char_encoding char_encoding; 75 typedef typename char_encoding::char_type char_type; 76 typedef typename Tag::char_class classification; 79 struct attribute 86 bool test(Attribute const& attr, CharParam& ch, Context&) const in test() 96 bool test(unused_type, CharParam&, Context&) const in test() 108 static info what(Context const& /*context*/) in what()
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char_class.hpp | 58 struct char_class struct 61 typedef typename Tag::char_encoding char_encoding; 62 typedef typename Tag::char_class classification; 65 bool test(CharParam ch, Context&) const in test() 73 info what(Context& /*context*/) const in what()
|
/third_party/re2/re2/fuzzing/ |
D | re2_fuzzer.cc | 115 int char_class = 0; in LLVMFuzzerTestOneInput() local
|
/third_party/boost/boost/xpressive/traits/ |
D | cpp_regex_traits.hpp | 520 char_class_type char_class = this->lookup_classname_impl_(begin, end); in lookup_classname() local 608 static char_class_pair const &char_class(std::size_t j) in char_class() function
|
/third_party/boost/boost/xpressive/detail/utility/chset/ |
D | chset.hpp | 157 inline void set_class(compound_charset<Traits> &chset, typename Traits::char_class_type char_class,… in set_class()
|
/third_party/curl/lib/ |
D | curl_fnmatch.c | 67 } char_class; typedef
|
/third_party/boost/boost/spirit/home/support/ |
D | char_class.hpp | 273 typedef CharClass char_class; // e.g. tag::alnum typedef 277 namespace boost { namespace spirit { namespace char_class namespace
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 305 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 305 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass()
|