OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regex_error
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/src/
regex.cpp
63
regex_error
::
regex_error
(regex_constants::error_type ecode)
function in class:regex_error
68
regex_error
::~
regex_error
() throw() {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp
63
regex_error
::
regex_error
(regex_constants::error_type ecode)
function in class:regex_error
68
regex_error
::~
regex_error
() throw() {}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
26
* @file bits/
regex_error
.h
129
// [7.8] Class
regex_error
136
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
142
* @brief Constructs a
regex_error
object.
147
regex_error
(regex_constants::error_type __ecode);
149
virtual ~
regex_error
() throw();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
26
* @file bits/
regex_error
.h
129
// [7.8] Class
regex_error
136
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
142
* @brief Constructs a
regex_error
object.
147
regex_error
(regex_constants::error_type __ecode);
149
virtual ~
regex_error
() throw();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h
26
* @file bits/
regex_error
.h
129
// [7.8] Class
regex_error
136
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
142
* @brief Constructs a
regex_error
object.
147
regex_error
(regex_constants::error_type __ecode);
149
virtual ~
regex_error
() throw();
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
128
// [7.8] Class
regex_error
135
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
141
* @brief Constructs a
regex_error
object.
146
regex_error
(regex_constants::error_type __ecode);
148
virtual ~
regex_error
() throw();
Completed in 148 milliseconds