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

  /external/perfetto/src/tracing/core/
trace_config.cc 60 (notify_traceur_ == other.notify_traceur_) &&
142 static_assert(sizeof(notify_traceur_) == sizeof(proto.notify_traceur()),
144 notify_traceur_ =
145 static_cast<decltype(notify_traceur_)>(proto.notify_traceur());
257 static_assert(sizeof(notify_traceur_) == sizeof(proto->notify_traceur()),
260 static_cast<decltype(proto->notify_traceur())>(notify_traceur_));
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 576 bool notify_traceur() const { return notify_traceur_; }
577 void set_notify_traceur(bool value) { notify_traceur_ = value; }
644 bool notify_traceur_ = {}; member in class:perfetto::TraceConfig

Completed in 57 milliseconds