OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_category
(Results
1 - 25
of
27
) sorted by null
1
2
/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.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();
/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/thread/futures/futures.errors/
future_category.pass.cpp
12
// const
error_category
& future_category();
20
const std::
error_category
& ec = std::future_category();
equivalent_error_code_int.pass.cpp
12
// const
error_category
& future_category();
21
const std::
error_category
& e_cat = std::future_category();
default_error_condition.pass.cpp
12
// const
error_category
& future_category();
21
const std::
error_category
& e_cat = std::future_category();
equivalent_int_error_condition.pass.cpp
12
// const
error_category
& future_category();
21
const std::
error_category
& e_cat = std::future_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();
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.virtuals/
equivalent_error_code_int.pass.cpp
12
// class
error_category
21
const std::
error_category
& e_cat = std::generic_category();
default_error_condition.pass.cpp
12
// class
error_category
21
const std::
error_category
& e_cat = std::generic_category();
equivalent_int_error_condition.pass.cpp
12
// class
error_category
21
const std::
error_category
& e_cat = std::generic_category();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/
iostream_category.pass.cpp
12
// const
error_category
& iostream_category();
20
const std::
error_category
& e_cat1 = std::iostream_category();
/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.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/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
...]
/external/llvm/include/llvm/Object/
Error.h
10
// This declares a new
error_category
for the Object library.
22
const
error_category
&object_category();
/external/llvm/lib/Object/
Error.cpp
10
// This defines a new
error_category
for the Object library.
56
const
error_category
&object::object_category() {
/external/llvm/tools/llvm-readobj/
Error.cpp
10
// This defines a new
error_category
for the llvm-readobj tool.
58
const
error_category
&readobj_category() {
Error.h
10
// This declares a new
error_category
for the llvm-readobj tool.
21
const
error_category
&readobj_category();
/external/chromium_org/chrome/browser/component_updater/
crx_update_item.h
86
// The |
error_category
| contains a hint about which module in the component
91
int
error_category
;
member in struct:CrxUpdateItem
component_updater_ping_manager.cc
125
if (item->
error_category
)
126
StringAppendF(&ping_event, " errorcat=\"%d\"", item->
error_category
);
component_updater_service.cc
208
error_category
(0),
532
item->
error_category
= 0;
827
crx->
error_category
= kNetworkError;
905
ErrorCategory
error_category
= kErrorNone;
local
[
all
...]
Completed in 875 milliseconds
1
2