Home
last modified time | relevance | path

Searched refs:RegEx (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/regex/src/
Dcregex.cpp149 RegEx::RegEx() in RegEx() function in boost::RegEx
154 RegEx::RegEx(const RegEx& o) in RegEx() function in boost::RegEx
159 RegEx::~RegEx() in ~RegEx()
164 RegEx::RegEx(const char* c, bool icase) in RegEx() function in boost::RegEx
170 RegEx::RegEx(const std::string& s, bool icase) in RegEx() function in boost::RegEx
176 RegEx& RegEx::operator=(const RegEx& o) in operator =()
182 RegEx& RegEx::operator=(const char* p) in operator =()
188 unsigned int RegEx::SetExpression(const char* p, bool icase) in SetExpression()
194 unsigned int RegEx::error_code()const in error_code()
200 std::string RegEx::Expression()const in Expression()
[all …]
/third_party/boost/boost/regex/v4/
Dcregex.hpp222 class RegEx;
235 typedef bool (__cdecl *GrepCallback)(const RegEx& expression);
236 typedef bool (__cdecl *GrepFileCallback)(const char* file, const RegEx& expression);
239 typedef bool (*GrepCallback)(const RegEx& expression);
240 typedef bool (*GrepFileCallback)(const char* file, const RegEx& expression);
244 class BOOST_REGEX_DECL RegEx class
249 RegEx();
250 RegEx(const RegEx& o);
251 ~RegEx();
252 explicit RegEx(const char* c, bool icase = false);
[all …]
/third_party/boost/libs/regex/doc/
Dold_regex.qbk9 [section:old_regex High Level Class RegEx (Deprecated)]
11 The high level wrapper class RegEx is now deprecated and does not form
18 The class RegEx provides a high level simplified interface to the regular
23 typedef bool (*GrepCallback)(const RegEx& expression);
24 typedef bool (*GrepFileCallback)(const char* file, const RegEx& expression);
27 class RegEx
30 RegEx();
31 RegEx(const RegEx& o);
32 ~RegEx();
33 RegEx(const char* c, bool icase = false);
[all …]
Dthread_safety.qbk28 The [link boost_regex.ref.deprecated.old_regex class RegEx] is
30 RegEx instance (apartment threading) - this is a consequence of
31 RegEx handling both compiling and matching regular expressions.
Dregex.qbk43 [template RegEx[] [link boost_regex.ref.deprecated.old_regex `RegEx`]]
Dheaders.qbk13 provides access to the (deprecated) high level class RegEx, and the
Dfaq.qbk81 results in an "everlasting" search, or when a call to `RegEx::GrepFiles` or
82 `RegEx::FindFiles` tries to open a file that cannot be opened, finally
Dintroduction.qbk144 [RegEx] that is an encapsulation of the lower level template code - it
/third_party/boost/libs/asio/include/boost/asio/impl/
Dread_until.hpp1419 typename RegEx, typename ReadHandler>
1553 RegEx expr_;
1560 typename RegEx, typename ReadHandler>
1564 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_allocate() argument
1576 typename RegEx, typename ReadHandler>
1580 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_deallocate() argument
1590 typename RegEx, typename ReadHandler>
1593 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_is_continuation() argument
1601 typename DynamicBuffer_v1, typename RegEx, typename ReadHandler>
1605 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_invoke() argument
[all …]
/third_party/boost/boost/asio/impl/
Dread_until.hpp1419 typename RegEx, typename ReadHandler>
1553 RegEx expr_;
1560 typename RegEx, typename ReadHandler>
1564 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_allocate() argument
1576 typename RegEx, typename ReadHandler>
1580 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_deallocate() argument
1590 typename RegEx, typename ReadHandler>
1593 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_is_continuation() argument
1601 typename DynamicBuffer_v1, typename RegEx, typename ReadHandler>
1605 DynamicBuffer_v1, RegEx, ReadHandler>* this_handler) in asio_handler_invoke() argument
[all …]
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp143 boost::RegEx e(expression, (test_info<char>::syntax_options() & boost::regex::icase) != 0); in test_deprecated()
313 boost::RegEx e(expression, (test_info<char>::syntax_options() & boost::regex::icase) != 0); in test_deprecated()
/third_party/typescript/tests/baselines/reference/
DduplicateLocalVariable1.types206 … Error(); return false; }, "")); testRunner.addTest(new TestCase("Test RegEx error message matc…
207 … Error(); return false; }, "")); testRunner.addTest(new TestCase("Test RegEx error message matc…
208 … Error(); return false; }, "")); testRunner.addTest(new TestCase("Test RegEx error message matc…
241 …testRunner.addTest(new TestCase("Test RegEx error message match", function () { throw new Error("S…
242 >testRunner.addTest(new TestCase("Test RegEx error message match", function () { throw new Error("S…
246 >new TestCase("Test RegEx error message match", function () { throw new Error("Should also pass"); …
248 >"Test RegEx error message match" : "Test RegEx error message match"
DduplicateLocalVariable1.errors.txt70 …testRunner.addTest(new TestCase("Test RegEx error message match", function () { throw new Error("S…
DduplicateLocalVariable1.symbols185 …testRunner.addTest(new TestCase("Test RegEx error message match", function () { throw new Error("S…
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3280 * [[`f73f659186`](https://github.com/nodejs/node/commit/f73f659186)] - **test**: mitigate RegEx exc…