Home
last modified time | relevance | path

Searched refs:parameter_copy_storage_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc74 parameter_copy_storage_ = std::move(other->parameter_copy_storage_); in MoveFrom()
157 parameter_copy_storage_.reset(new std::string); in Initialize()
158 parameter_copy_storage_->resize(alloc_size); in Initialize()
159 char* ptr = base::data(*parameter_copy_storage_); in Initialize()
182 parameter_copy_storage_.reset(); in Reset()
202 if (parameter_copy_storage_) in EstimateTraceMemoryOverhead()
203 overhead->AddString(*parameter_copy_storage_); in EstimateTraceMemoryOverhead()
Dtrace_event_impl.h136 return parameter_copy_storage_.get(); in parameter_copy_storage()
172 std::unique_ptr<std::string> parameter_copy_storage_; variable