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

  /external/libchrome/base/test/
trace_event_analyzer.h 125 bool has_other_event() const { return other_event; } function in struct:trace_analyzer::TraceEvent
129 // Query(EVENT_HAS_OTHER) or by calling has_other_event().
trace_event_analyzer.cc 492 if (!the_event->has_other_event())
trace_event_analyzer_unittest.cc 156 ASSERT_TRUE(event.has_other_event());
    [all...]

Completed in 196 milliseconds