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

  /external/perfetto/src/tracing/core/
trace_config.cc 55 (max_file_size_bytes_ == other.max_file_size_bytes_) &&
120 sizeof(max_file_size_bytes_) == sizeof(proto.max_file_size_bytes()),
122 max_file_size_bytes_ =
123 static_cast<decltype(max_file_size_bytes_)>(proto.max_file_size_bytes());
234 sizeof(max_file_size_bytes_) == sizeof(proto->max_file_size_bytes()),
238 max_file_size_bytes_));
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 557 uint64_t max_file_size_bytes() const { return max_file_size_bytes_; }
558 void set_max_file_size_bytes(uint64_t value) { max_file_size_bytes_ = value; }
639 uint64_t max_file_size_bytes_ = {}; member in class:perfetto::TraceConfig

Completed in 42 milliseconds