Home
last modified time | relevance | path

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

12

/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A 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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dbasic_regex.hpp166 struct regex_data : public named_subexpressions struct
168 typedef regex_constants::syntax_option_type flag_type;
169 typedef std::size_t size_type;
171 regex_data(const ::boost::shared_ptr< in regex_data() function
174 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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A 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() function
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
197 unsigned m_restart_type; // search optimisation type
198 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A 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() function
180 regex_data() in regex_data() function
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
197 unsigned m_restart_type; // search optimisation type
198 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A 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() function
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
197 unsigned m_restart_type; // search optimisation type
198 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dbasic_regex_creator.hpp168 m_type classes()const
172 m_type negated_classes()const in regex_data()
174 return m_negated_classes; in regex_data()
180 private: in regex_data()
181 std::set<digraph_type> m_singles; // a list of single characters to match in regex_data()
195 basic_regex_creator(regex_data<charT, traits>* data);
196 std::ptrdiff_t getoffset(void* addr)
199 }
200 std::ptrdiff_t getoffset(const void* addr, const void* base)
202 return static_cast<const char*>(addr) - static_cast<const char*>(base);
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dbasic_regex.hpp166 struct regex_data : public named_subexpressions struct
168 typedef regex_constants::syntax_option_type flag_type;
169 typedef std::size_t size_type;
171 regex_data(const ::boost::shared_ptr< in regex_data() function
174 regex_data() in regex_data() function
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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dbasic_regex.hpp166 struct regex_data : public named_subexpressions struct
168 typedef regex_constants::syntax_option_type flag_type;
169 typedef std::size_t size_type;
171 regex_data(const ::boost::shared_ptr< in regex_data() function
174 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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() argument
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
180 unsigned m_restart_type; // search optimisation type
181 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dbasic_regex.hpp166 struct regex_data : public named_subexpressions struct
168 typedef regex_constants::syntax_option_type flag_type;
169 typedef std::size_t size_type;
171 regex_data(const ::boost::shared_ptr< in regex_data() argument
174 regex_data() in regex_data() function
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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/v4/
H A Dbasic_regex.hpp166 struct regex_data : public named_subexpressions struct
168 typedef regex_constants::syntax_option_type flag_type;
169 typedef std::size_t size_type;
171 regex_data(const ::boost::shared_ptr< in regex_data() argument
174 regex_data() in regex_data() function
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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/regex/v4/
H A Dbasic_regex.hpp166 struct regex_data : public named_subexpressions struct
168 typedef regex_constants::syntax_option_type flag_type;
169 typedef std::size_t size_type;
171 regex_data(const ::boost::shared_ptr< in regex_data() function
174 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
186 unsigned m_restart_type; // search optimisation type
187 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() function
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
180 unsigned m_restart_type; // search optimisation type
181 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() function
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
180 unsigned m_restart_type; // search optimisation type
181 unsigned char m_startmap[1 << CHAR_BIT]; // which characters can start a match
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dbasic_regex.hpp45 struct regex_data struct
47 typedef regex_constants::syntax_option_type flag_type;
48 typedef std::size_t size_type;
50 regex_data(const ::boost::shared_ptr< in regex_data() function
53 regex_data() in regex_data() function
59 flag_type m_flags; // flags with which we were compiled
60 int m_status; // error code (0 implies OK).
61 const charT* m_expression; // the original expression
64 re_detail::re_syntax_base* m_first_state; // the first state of the machine
65 unsigned m_restart_type; // search optimisation type
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dbasic_regex.hpp157 struct regex_data : public named_subexpressions struct
159 typedef regex_constants::syntax_option_type flag_type;
160 typedef std::size_t size_type;
162 regex_data(const ::boost::shared_ptr< in regex_data() function
165 regex_data() in regex_data() argument
171 flag_type m_flags; // flags with which we were compiled
172 int m_status; // error code (0 implies OK).
173 const charT* m_expression; // the original expression
176 re_detail::re_syntax_base* m_first_state; // the first state of the machine
177 unsigned m_restart_type; // search optimisation type
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() argument
168 regex_data() in regex_data() function
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() function
168 regex_data() in regex_data() function
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() function
168 regex_data() in regex_data() function
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() argument
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/v4/
H A 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 ::cutl_details_boost::shared_ptr< in regex_data() argument
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() argument
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/regex/v4/
H A 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 ::cutl_details_boost::shared_ptr< in regex_data() function
168 regex_data() in regex_data() function
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/regex/v4/
H A 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 ::boost::shared_ptr< in regex_data() function
168 regex_data() in regex_data() argument
174 flag_type m_flags; // flags with which we were compiled
175 int m_status; // error code (0 implies OK).
176 const charT* m_expression; // the original expression
179 re_detail::re_syntax_base* m_first_state; // the first state of the machine
180 unsigned m_restart_type; // search optimisation type
[all …]
/dports/net/gnu-dico/dico-2.10/dicod/
H A Dregex.c24 struct regex_data { struct
33 struct regex_data *rp = key->call_data; in regex_sel() argument

12