HomeSort by relevance Sort by last modified time
    Searched refs:GetKnownArgAsDouble (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/test/
trace_event_analyzer.h 151 double GetKnownArgAsDouble(const std::string& name) const;
trace_event_analyzer.cc 175 double TraceEvent::GetKnownArgAsDouble(const std::string& name) const {
trace_event_analyzer_unittest.cc 121 EXPECT_EQ(double_num, event.GetKnownArgAsDouble("double"));
    [all...]

Completed in 169 milliseconds