Home
last modified time | relevance | path

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

/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/
H A Dpcre_actions.hpp17 …ate <typename Stack = ctll::list<>, typename Parameters = pcre_parameters<0>> struct pcre_context { struct
18 using stack_type = Stack;
19 using parameters_type = Parameters;
20 static constexpr inline auto stack = stack_type();
21 static constexpr inline auto parameters = parameters_type();
22 constexpr pcre_context() noexcept { } in pcre_context() argument
23 constexpr pcre_context(Stack, Parameters) noexcept { } in pcre_context() argument
/dports/sysutils/lnav/lnav-0.10.1/src/pcrepp/
H A Dpcrepp.hh72 class pcre_context { class
158 pcre_context(capture_t *captures, int max_count) in pcre_context() function in pcre_context
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/single-header/
H A Dctre.hpp1815 …ate <typename Stack = ctll::list<>, typename Parameters = pcre_parameters<0>> struct pcre_context { struct
1816 using stack_type = Stack;
1817 using parameters_type = Parameters;
1818 static constexpr inline auto stack = stack_type();
1819 static constexpr inline auto parameters = parameters_type();
1820 constexpr pcre_context() noexcept { } in pcre_context() argument
1821 constexpr pcre_context(Stack, Parameters) noexcept { } in pcre_context() argument
H A Dctre-unicode.hpp1818 …ate <typename Stack = ctll::list<>, typename Parameters = pcre_parameters<0>> struct pcre_context { struct
1819 using stack_type = Stack;
1820 using parameters_type = Parameters;
1821 static constexpr inline auto stack = stack_type();
1822 static constexpr inline auto parameters = parameters_type();
1823 constexpr pcre_context() noexcept { } in pcre_context() function
1824 constexpr pcre_context(Stack, Parameters) noexcept { } in pcre_context() argument