Home
last modified time | relevance | path

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

/dports/devel/ctre/compile-time-regular-expressions-3.4.1/single-header/
H A Dctre.hpp1830 struct pcre_actions { struct
1866 …ply(pcre::start_atomic, ctll::term<V>, pcre_context<ctll::list<Ts...>, pcre_parameters<Counter>>) { in apply()
1950 …r auto apply(pcre::push_name, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2014 …auto apply(pcre::class_digit, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2022 …auto apply(pcre::class_space, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2048 … auto apply(pcre::class_word, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2052 …to apply(pcre::class_nonword, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2065 static constexpr size_t combine_max_repeat_length(size_t A, size_t B) { in combine_max_repeat_length()
2137 …to apply(pcre::create_hexdec, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2264 … auto apply(pcre::push_empty, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
[all …]
H A Dctre-unicode.hpp1833 struct pcre_actions { struct
1869 …ply(pcre::start_atomic, ctll::term<V>, pcre_context<ctll::list<Ts...>, pcre_parameters<Counter>>) { in apply()
1953 …r auto apply(pcre::push_name, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2017 …auto apply(pcre::class_digit, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2025 …auto apply(pcre::class_space, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2051 … auto apply(pcre::class_word, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2055 …to apply(pcre::class_nonword, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2068 static constexpr size_t combine_max_repeat_length(size_t A, size_t B) { in combine_max_repeat_length()
2140 …to apply(pcre::create_hexdec, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
2267 … auto apply(pcre::push_empty, ctll::term<V>, pcre_context<ctll::list<Ts...>, Parameters> subject) { in apply()
[all …]
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/
H A Dpcre_actions.hpp32 struct pcre_actions { struct