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

  /external/libchrome/base/trace_event/
trace_event.h 453 // Define SetTraceValue for each allowed type. It stores the type and
460 static inline void SetTraceValue( \
472 static inline void SetTraceValue( \
503 // std::string version of SetTraceValue so that trace arguments can be strings.
504 static inline void SetTraceValue(const std::string& arg,
513 // base::Time, base::TimeTicks, etc. versions of SetTraceValue to make it easier
515 static inline void SetTraceValue(const base::Time arg,
522 static inline void SetTraceValue(const base::TimeTicks arg,
529 static inline void SetTraceValue(const base::ThreadTicks arg,
583 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0])
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h     [all...]

Completed in 241 milliseconds