OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_category
(Results
1 - 25
of
112
) sorted by null
1
2
3
4
5
/external/parameter-framework/asio-1.10.6/include/asio/
error_code.hpp
24
typedef std::
error_category
error_category
;
typedef in namespace:asio
28
extern ASIO_DECL const
error_category
& system_category();
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
70
error_category
() noexcept;
72
constexpr
error_category
() noexcept = default;
75
virtual ~
error_category
();
77
error_category
(const
error_category
&) = delete;
78
error_category
& operator=(const
error_category
&) = delete
[
all
...]
/external/libcxx/src/
system_error.cpp
21
// class
error_category
23
error_category
::
error_category
() _NOEXCEPT
27
error_category
::~
error_category
() _NOEXCEPT
32
error_category
::default_error_condition(int ev) const _NOEXCEPT
38
error_category
::equivalent(int code, const error_condition& condition) const _NOEXCEPT
44
error_category
::equivalent(const error_code& code, int condition) const _NOEXCEPT
79
const
error_category
&
121
const
error_category
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp
17
// class
error_category
19
error_category
::
error_category
() _NOEXCEPT
23
error_category
::~
error_category
() _NOEXCEPT
28
error_category
::default_error_condition(int ev) const _NOEXCEPT
34
error_category
::equivalent(int code, const error_condition& condition) const _NOEXCEPT
40
error_category
::equivalent(const error_code& code, int condition) const _NOEXCEPT
78
const
error_category
&
126
const
error_category
[
all
...]
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
eq.pass.cpp
12
// class
error_category
14
// bool operator==(const
error_category
& rhs) const;
21
const std::
error_category
& e_cat1 = std::generic_category();
22
const std::
error_category
& e_cat2 = std::generic_category();
23
const std::
error_category
& e_cat3 = std::system_category();
lt.pass.cpp
12
// class
error_category
14
// bool operator<(const
error_category
& rhs) const;
21
const std::
error_category
& e_cat1 = std::generic_category();
22
const std::
error_category
& e_cat2 = std::generic_category();
23
const std::
error_category
& e_cat3 = std::system_category();
neq.pass.cpp
12
// class
error_category
14
// bool operator!=(const
error_category
& rhs) const;
21
const std::
error_category
& e_cat1 = std::generic_category();
22
const std::
error_category
& e_cat2 = std::generic_category();
23
const std::
error_category
& e_cat3 = std::system_category();
default_ctor.pass.cpp
12
// class
error_category
14
// constexpr
error_category
() noexcept;
24
: public std::
error_category
27
constexpr test1() = default; // won't compile if
error_category
() is not constexpr
38
"
error_category
() must exist and be noexcept");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
eq.pass.cpp
12
// class
error_category
14
// bool operator==(const
error_category
& rhs) const;
21
const std::
error_category
& e_cat1 = std::generic_category();
22
const std::
error_category
& e_cat2 = std::generic_category();
23
const std::
error_category
& e_cat3 = std::system_category();
lt.pass.cpp
12
// class
error_category
14
// bool operator<(const
error_category
& rhs) const;
21
const std::
error_category
& e_cat1 = std::generic_category();
22
const std::
error_category
& e_cat2 = std::generic_category();
23
const std::
error_category
& e_cat3 = std::system_category();
neq.pass.cpp
12
// class
error_category
14
// bool operator!=(const
error_category
& rhs) const;
21
const std::
error_category
& e_cat1 = std::generic_category();
22
const std::
error_category
& e_cat2 = std::generic_category();
23
const std::
error_category
& e_cat3 = std::system_category();
default_ctor.pass.cpp
12
// class
error_category
14
// constexpr
error_category
() noexcept;
24
: public std::
error_category
27
constexpr test1() = default; // won't compile if
error_category
() is not constexpr
38
"
error_category
() must exist and be noexcept");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
() noexcept;
72
virtual ~
error_category
() noexcept;
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) const noexcep
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
() noexcept;
72
virtual ~
error_category
() noexcept;
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) const noexcep
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
() noexcept;
72
virtual ~
error_category
() noexcept;
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) const noexcep
[
all
...]
/external/libcxx/include/
system_error
20
class
error_category
23
virtual ~
error_category
() noexcept;
25
constexpr
error_category
();
26
error_category
(const
error_category
&) = delete;
27
error_category
& operator=(const
error_category
&) = delete;
35
bool operator==(const
error_category
& rhs) const noexcept;
36
bool operator!=(const
error_category
& rhs) const noexcept;
37
bool operator<(const
error_category
& rhs) const noexcept
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error
20
class
error_category
23
virtual ~
error_category
() noexcept;
25
constexpr
error_category
();
26
error_category
(const
error_category
&) = delete;
27
error_category
& operator=(const
error_category
&) = delete;
35
bool operator==(const
error_category
& rhs) const noexcept;
36
bool operator!=(const
error_category
& rhs) const noexcept;
37
bool operator<(const
error_category
& rhs) const noexcept
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error
20
class
error_category
23
virtual ~
error_category
() noexcept;
25
constexpr
error_category
();
26
error_category
(const
error_category
&) = delete;
27
error_category
& operator=(const
error_category
&) = delete;
35
bool operator==(const
error_category
& rhs) const noexcept;
36
bool operator!=(const
error_category
& rhs) const noexcept;
37
bool operator<(const
error_category
& rhs) const noexcept
[
all
...]
/external/parameter-framework/asio-1.10.6/include/asio/impl/
error.ipp
27
class netdb_category : public asio::
error_category
51
const asio::
error_category
& get_netdb_category()
59
class addrinfo_category : public asio::
error_category
79
const asio::
error_category
& get_addrinfo_category()
88
class misc_category : public asio::
error_category
112
const asio::
error_category
& get_misc_category()
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp
12
// class
error_category
14
// const
error_category
& generic_category();
22
const std::
error_category
& e_cat1 = std::generic_category();
system_category.pass.cpp
12
// class
error_category
14
// const
error_category
& system_category();
22
const std::
error_category
& e_cat1 = std::system_category();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp
12
// class
error_category
14
// const
error_category
& generic_category();
22
const std::
error_category
& e_cat1 = std::generic_category();
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp
12
// class
error_category
24
const std::
error_category
& e_cat1 = std::generic_category();
25
const std::
error_category
& e_cat2 = std::system_category();
/external/llvm/tools/llvm-cxxdump/
Error.cpp
10
// This defines a new
error_category
for the llvm-cxxdump tool.
20
class cxxdump_error_category : public std::
error_category
{
39
const std::
error_category
&cxxdump_category() {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp
12
// class
error_category
24
const std::
error_category
& e_cat1 = std::generic_category();
25
const std::
error_category
& e_cat2 = std::system_category();
Completed in 403 milliseconds
1
2
3
4
5