Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/char/
Dchar_class.hpp54 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/
Dchar_class.hpp69 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/
Dchar_class.hpp58 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/
Dre2_fuzzer.cc115 int char_class = 0; in LLVMFuzzerTestOneInput() local
/third_party/boost/boost/xpressive/traits/
Dcpp_regex_traits.hpp520 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/
Dchset.hpp157 inline void set_class(compound_charset<Traits> &chset, typename Traits::char_class_type char_class,… in set_class()
/third_party/curl/lib/
Dcurl_fnmatch.c67 } char_class; typedef
/third_party/boost/boost/spirit/home/support/
Dchar_class.hpp273 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/
Ddemangle.cc305 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc305 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass()