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

  /external/libchrome/base/test/
trace_event_analyzer.h 122 bool has_other_event() const { return other_event; } function in struct:trace_analyzer::TraceEvent
126 // Query(EVENT_HAS_OTHER) or by calling has_other_event().
trace_event_analyzer.cc 449 if (!the_event->has_other_event())
trace_event_analyzer_unittest.cc 143 ASSERT_TRUE(event.has_other_event());

Completed in 2014 milliseconds