OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parameter_copy_storage_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/trace_event/
trace_event_impl.cc
71
parameter_copy_storage_
= other.
parameter_copy_storage_
;
150
parameter_copy_storage_
= new RefCountedString;
151
parameter_copy_storage_
->data().resize(alloc_size);
152
char* ptr = string_as_array(&
parameter_copy_storage_
->data());
174
parameter_copy_storage_
= NULL;
194
// TODO(primiano):
parameter_copy_storage_
is refcounted and, in theory,
197
if (
parameter_copy_storage_
)
198
overhead->AddRefCountedString(*
parameter_copy_storage_
.get());
trace_event_impl.h
144
return
parameter_copy_storage_
.get();
170
scoped_refptr<base::RefCountedString>
parameter_copy_storage_
;
member in class:base::trace_event::TraceEvent
Completed in 43 milliseconds