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

  /external/perfetto/src/tracing/core/
trace_config.cc 53 (write_into_file_ == other.write_into_file_) &&
108 static_assert(sizeof(write_into_file_) == sizeof(proto.write_into_file()),
110 write_into_file_ =
111 static_cast<decltype(write_into_file_)>(proto.write_into_file());
221 static_assert(sizeof(write_into_file_) == sizeof(proto->write_into_file()),
224 static_cast<decltype(proto->write_into_file())>(write_into_file_));
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 549 bool write_into_file() const { return write_into_file_; }
550 void set_write_into_file(bool value) { write_into_file_ = value; }
637 bool write_into_file_ = {}; member in class:perfetto::TraceConfig

Completed in 57 milliseconds