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

  /external/libchrome/base/trace_event/
trace_event.h 534 // Define SetTraceValue for each allowed type. It stores the type and
541 static inline void SetTraceValue( \
553 static inline void SetTraceValue( \
584 // std::string version of SetTraceValue so that trace arguments can be strings.
585 static inline void SetTraceValue(const std::string& arg,
594 // base::Time, base::TimeTicks, etc. versions of SetTraceValue to make it easier
596 static inline void SetTraceValue(const base::Time arg,
603 static inline void SetTraceValue(const base::TimeTicks arg,
610 static inline void SetTraceValue(const base::ThreadTicks arg,
668 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0])
    [all...]
  /external/v8/src/tracing/
trace-event.h 436 // Define SetTraceValue for each allowed type. It stores the type and
441 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
450 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
476 static V8_INLINE void SetTraceValue(ConvertableToTraceFormat* convertable_value,
485 SetTraceValue(std::unique_ptr<T> ptr, unsigned char* type, uint64_t* value) {
486 SetTraceValue(ptr.release(), type, value);
513 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_type, &arg_value);
529 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_types[0],
531 SetTraceValue(std::forward<ARG2_TYPE>(arg2_val), &arg_types[1],
  /external/webrtc/webrtc/base/
trace_event.h     [all...]

Completed in 1332 milliseconds