OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_arg
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
testing.h
100
Error*
error_arg
= ::std::tr1::get<error_argument_index>(args);
local
101
if (
error_arg
)
102
error_arg
->Populate(error_type_);
110
<< "(" << (
error_arg
?
error_arg
->message() : "") << ")";
/external/regex-re2/re2/
re2.h
287
const string&
error_arg
() const { return error_arg_; }
function in class:re2::RE2
[
all
...]
regexp.h
189
void set_error_arg(const StringPiece&
error_arg
) { error_arg_ =
error_arg
; }
192
const StringPiece&
error_arg
() const { return error_arg_; }
function in class:re2::RegexpStatus
Completed in 44 milliseconds