Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dbasic_regex.hpp160 struct regex_data : public named_subexpressions struct
162 typedef regex_constants::syntax_option_type flag_type;
163 typedef std::size_t size_type;
165 regex_data(const ::std::shared_ptr< in regex_data() function
171 regex_data() in regex_data() argument
180 flag_type m_flags; // flags with which we were compiled
181 int m_status; // error code (0 implies OK).
182 const charT* m_expression; // the original expression
183 std::ptrdiff_t m_expression_len; // the length of the original expression
184 size_type m_mark_count; // the number of marked sub-expressions
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dbasic_regex.hpp167 struct regex_data : public named_subexpressions struct
169 typedef regex_constants::syntax_option_type flag_type;
170 typedef std::size_t size_type;
172 regex_data(const ::boost::shared_ptr< in regex_data() argument
180 regex_data() in regex_data() argument
191 flag_type m_flags; // flags with which we were compiled
192 int m_status; // error code (0 implies OK).
193 const charT* m_expression; // the original expression
194 std::ptrdiff_t m_expression_len; // the length of the original expression
195 size_type m_mark_count; // the number of marked sub-expressions
[all …]
/aosp_15_r20/external/selinux/libselinux/src/
H A Dregex.c66 struct regex_data { struct
70 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument
293 struct regex_data *regex_data = in regex_data_create() local
320 struct regex_data { struct
332 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument