OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetArgAsString
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer.h
125
bool
GetArgAsString
(const std::string& name, std::string* arg) const;
trace_event_analyzer.cc
116
bool TraceEvent::
GetArgAsString
(const std::string& name,
146
bool result =
GetArgAsString
(name, &arg_string);
trace_event_analyzer_unittest.cc
526
EXPECT_FALSE(found[0]->
GetArgAsString
("arg", &arg_actual));
529
EXPECT_TRUE(found[0]->
GetArgAsString
("arg", &arg_actual));
Completed in 33 milliseconds