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
67
) sorted by null
1
2
3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp
16
// class
error_category
18
error_category
::
error_category
() _NOEXCEPT
22
error_category
::~
error_category
() _NOEXCEPT
27
error_category
::default_error_condition(int ev) const _NOEXCEPT
33
error_category
::equivalent(int code, const error_condition& condition) const _NOEXCEPT
39
error_category
::equivalent(const error_code& code, int condition) const _NOEXCEPT
74
const
error_category
&
116
const
error_category
[
all
...]
/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();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
system_error
47
class
error_category
;
63
///
error_category
64
class
error_category
67
error_category
() = default;
70
virtual ~
error_category
() { }
72
error_category
(const
error_category
&) = delete;
73
error_category
& operator=(const
error_category
&) = delete;
91
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
();
72
virtual ~
error_category
();
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
();
72
virtual ~
error_category
();
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
system_error
47
class
error_category
;
63
///
error_category
64
class
error_category
67
error_category
() = default;
70
virtual ~
error_category
() { }
72
error_category
(const
error_category
&) = delete;
73
error_category
& operator=(const
error_category
&) = delete;
91
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
system_error
47
class
error_category
;
63
///
error_category
64
class
error_category
67
error_category
() = default;
70
virtual ~
error_category
() { }
72
error_category
(const
error_category
&) = delete;
73
error_category
& operator=(const
error_category
&) = delete;
91
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
system_error
47
class
error_category
;
63
///
error_category
64
class
error_category
67
error_category
() = default;
70
virtual ~
error_category
() { }
72
error_category
(const
error_category
&) = delete;
73
error_category
& operator=(const
error_category
&) = delete;
91
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
system_error
47
class
error_category
;
63
///
error_category
64
class
error_category
67
error_category
() = default;
70
virtual ~
error_category
() { }
72
error_category
(const
error_category
&) = delete;
73
error_category
& operator=(const
error_category
&) = delete;
91
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
();
72
virtual ~
error_category
();
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
system_error
49
class
error_category
;
65
///
error_category
66
class
error_category
69
error_category
();
72
virtual ~
error_category
();
74
error_category
(const
error_category
&) = delete;
75
error_category
& operator=(const
error_category
&) = delete;
93
operator<(const
error_category
& __other) cons
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
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
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error
20
class
error_category
23
virtual ~
error_category
() noexcept;
25
error_category
(const
error_category
&) = delete;
26
error_category
& operator=(const
error_category
&) = delete;
34
bool operator==(const
error_category
& rhs) const noexcept;
35
bool operator!=(const
error_category
& rhs) const noexcept;
36
bool operator<(const
error_category
& rhs) const noexcept;
39
const
error_category
& generic_category() noexcept
[
all
...]
/external/llvm/lib/Support/
system_error.cpp
21
// class
error_category
23
error_category
::
error_category
() {
function in class:llvm::error_category
26
error_category
::~
error_category
() {
30
error_category
::default_error_condition(int ev) const {
35
error_category
::equivalent(int code, const error_condition& condition) const {
40
error_category
::equivalent(const error_code& code, int condition) const {
69
const
error_category
&
93
const
error_category
[
all
...]
/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();
system_category.pass.cpp
12
// class
error_category
14
// const
error_category
& system_category();
22
const std::
error_category
& e_cat1 = std::system_category();
/external/llvm/include/llvm/Support/
system_error.h
28
class
error_category
31
virtual ~
error_category
();
33
error_category
(const
error_category
&) = delete;
34
error_category
& operator=(const
error_category
&) = delete;
42
bool operator==(const
error_category
& rhs) const;
43
bool operator!=(const
error_category
& rhs) const;
44
bool operator<(const
error_category
& rhs) const;
47
const
error_category
& generic_category()
627
class
error_category
class in namespace:llvm
[
all
...]
/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();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/
error_category.pass.cpp
12
// class
error_category
18
std::
error_category
* p = 0;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
default_error_condition.pass.cpp
12
// class
error_category
21
const std::
error_category
& e_cat = std::generic_category();
equivalent_error_code_int.pass.cpp
12
// class
error_category
21
const std::
error_category
& e_cat = std::generic_category();
Completed in 247 milliseconds
1
2
3