OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_names_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/trace_event/
trace_event_impl.cc
51
arg_names_
[i] = NULL;
74
arg_names_
[i] = other.
arg_names_
[i];
111
arg_names_
[i] = arg_names[i];
120
arg_names_
[i] = NULL;
131
alloc_size += GetAllocLength(
arg_names_
[i]);
157
CopyTraceEventParameter(&ptr, &
arg_names_
[i], end);
303
arg_names_
[0] && !argument_filter_predicate.is_null() &&
312
for (int i = 0; i < kTraceMaxNumArgs &&
arg_names_
[i]; ++i) {
316
*out +=
arg_names_
[i]
404
*out <<
arg_names_
[i] << ":";
local
[
all
...]
trace_event_impl.h
166
const char*
arg_names_
[kTraceMaxNumArgs];
member in class:base::trace_event::TraceEvent
Completed in 73 milliseconds