Home
last modified time | relevance | path

Searched refs:GetKnownArgAsDouble (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/test/
Dtrace_event_analyzer.h138 double GetKnownArgAsDouble(const std::string& name) const;
Dtrace_event_analyzer.cc152 double TraceEvent::GetKnownArgAsDouble(const std::string& name) const { in GetKnownArgAsDouble() function in trace_analyzer::TraceEvent
Dtrace_event_analyzer_unittest.cc108 EXPECT_EQ(double_num, event.GetKnownArgAsDouble("double")); in TEST_F()