OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_category
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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_service.cc
208
error_category
(0),
532
item->
error_category
= 0;
827
crx->
error_category
= kNetworkError;
905
ErrorCategory
error_category
= kErrorNone;
local
[
all
...]
/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
...]
Completed in 882 milliseconds