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.cc71 parameter_copy_storage_ = other.parameter_copy_storage_; in CopyFrom()
150 parameter_copy_storage_ = new RefCountedString; in Initialize()
151 parameter_copy_storage_->data().resize(alloc_size); in Initialize()
152 char* ptr = string_as_array(&parameter_copy_storage_->data()); in Initialize()
174 parameter_copy_storage_ = NULL; in Reset()
197 if (parameter_copy_storage_) in EstimateTraceMemoryOverhead()
198 overhead->AddRefCountedString(*parameter_copy_storage_.get()); in EstimateTraceMemoryOverhead()
Dtrace_event_impl.h144 return parameter_copy_storage_.get(); in parameter_copy_storage()
170 scoped_refptr<base::RefCountedString> parameter_copy_storage_; variable