OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inner_error
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/errors/
error.cc
40
ErrorPtr
inner_error
) {
43
new Error(location, domain, code, message, std::move(
inner_error
)));
74
ErrorPtr
inner_error
= inner_error_ ? inner_error_->Clone() : nullptr;
local
76
new Error(location_, domain_, code_, message_, std::move(
inner_error
)));
98
ErrorPtr
inner_error
)
103
std::move(
inner_error
)} {
110
ErrorPtr
inner_error
)
115
inner_error_(std::move(
inner_error
)) {
error.h
34
ErrorPtr
inner_error
);
103
ErrorPtr
inner_error
);
109
ErrorPtr
inner_error
);
Completed in 341 milliseconds