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

  /external/libchrome/base/trace_event/
trace_event_impl.cc 75 arg_types_[i] = other.arg_types_[i];
112 arg_types_[i] = arg_types[i];
123 arg_types_[i] = TRACE_VALUE_TYPE_UINT;
132 if (arg_types_[i] == TRACE_VALUE_TYPE_STRING)
133 arg_types_[i] = TRACE_VALUE_TYPE_COPY_STRING;
140 if (arg_types_[i] == TRACE_VALUE_TYPE_CONVERTABLE)
144 arg_is_copy[i] = (arg_types_[i] == TRACE_VALUE_TYPE_COPY_STRING);
161 if (arg_types_[i] == TRACE_VALUE_TYPE_CONVERTABLE)
201 if (arg_types_[i] == TRACE_VALUE_TYPE_CONVERTABLE
    [all...]
trace_event_impl.h 180 unsigned char arg_types_[kTraceMaxNumArgs]; member in class:base::trace_event::TraceEvent

Completed in 3898 milliseconds